/*Barra de Navegación*/

.contentHeader {
    background-color: transparent;
}

.navbarLogo {
    width: 60%;
    height: auto;
    padding: 15px;
}

.navText {
    font-size: 110%;
}

.bannerBotones {
    display: run-in!important;
}

@media screen and (max-width:480px) {
    .contentHeader {
        background-color: #000;
    }
    .navbarLogo {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .navText {
        font-size: 80%;
    }
    .bannerBotones {
        display: none!important;
    }
}

.buttonNav {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    margin: 1em 0.8em;
}

.buttonNav.type1 {
    color: #fff;
}

.buttonNav.type1.type1::after,
.buttonNav.type1.type1::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}

.buttonNav.type1.type1::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #00FFFF;
    border-right-color: #2E9AFE;
}

.buttonNav.type1.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #00FFFF;
    border-left-color: #2E9AFE;
}

.buttonNav.type1.type1:hover:after,
.buttonNav.type1.type1:hover:before {
    width: 100%;
    height: 100%;
}


/*Home*/

#bodyHome {
    background-color: #000;
    margin: 0px;
    /*background: linear-gradient(rgba(95, 114, 189, 0.8), rgba(155, 35, 234, 0.7)), url("/img/portada1.jpg");*/
    background-size: cover;
    /*background-image: url('/img/prueba1.png');*/
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.portadaHome {
    width: 100%;
    height: 30%;
}

.txtHomeTitulo {
    font-size: 1100%;
}

hr {
    border: 0;
    margin: 1.35em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box;
}

.lineaDivisora {
    border-width: 0 0 1px;
    color: aqua;
    border-style: solid;
}

#bannerSobreNosotrosPC {
    display: block;
}

#bannerSobreNosotrosCEL {
    display: none;
}

#bannerServiciosPC {
    display: block;
}

#bannerServiciosCEL {
    display: none!important;
}

.nosotrosTitulo {
    font-size: 200%;
    color: #fff;
}

.sobreNosotrosTitulo2 {
    font-size: 100%;
}

.nosotrosIconos {
    width: 90%;
}

.sobreNosotrosContenido {
    font-size: 100%;
    color: #fff;
}

.servicioTitulo {
    color: #00FFFF;
}

.servicioBoton {
    background-color: #424242;
    color: #fff;
}

.btn-flotante {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 50%;
    /* Borde del boton */
    letter-spacing: 1px;
    /* Espacio entre letras */
    background-color: #2E9AFE;
    /* Color de fondo */
    padding: 8px 12px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #00FFFF;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    color: #ffffff;
}

@media screen and (max-width:480px) {
    #bodyHome {
        background-color: #000000;
    }
    .txtHomeTitulo {
        font-size: 400%!important;
    }
    .txtHomeFrase {
        font-size: 200%!important;
    }
    #bannerHhome {
        font-size: 50%;
        padding-top: 70px;
    }
    #bannerSobreNosotrosPC {
        display: none!important;
    }
    #bannerSobreNosotrosCEL {
        font-size: 70%;
        display: block;
    }
    #bannerServiciosPC {
        display: none!important;
    }
    #bannerServiciosCEL {
        display: block;
    }
    .servicioTitulo {
        font-size: 120%;
        color: #00FFFF;
    }
    .servicioBoton {
        font-size: 70%;
        width: 100%;
        height: auto;
        background-color: #424242;
    }
    .bannerServicios1 {
        display: none;
    }
    .bannerServicios2 {
        display: block;
    }
    .nosotrosTitulo {
        font-size: 150%;
        color: #fff;
    }
    .nosotrosTitulo2 {
        font-size: 100%;
        color: #fff;
    }
    .sobreNosotrosTitulo2 {
        font-size: 70%;
        color: #fff;
    }
}


/*Servicios*/

#bodyServicios {
    /*background-color: #000;*/
    /*background: linear-gradient(rgba(95, 114, 189, 0.8), rgba(155, 35, 234, 0.7)), url("/img/portada1.jpg");*/
    background-size: cover;
    /* background-image: url('../img/prueba1.jpeg');*/
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerDesarrollo1 {
    display: block;
    /*background-image: url('../img/portada4.jpeg');*/
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerDesarrollo2 {
    display: none;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerSoporte1 {
    display: block;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerSoporte2 {
    display: none;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerDiagnostico1 {
    display: block;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.bannerDiagnostico2 {
    display: none;
    background-image: url('../img/portadaDesarollo.jpeg');
}

.servicioEtiqueta {
    color: #000;
}

.serviciosContenido {
    font-size: 100%;
    color: #fff;
}

.contactoBoton {
    background-color: #424242;
    text-decoration: none;
    color: #fff!important;
}

@media screen and (max-width:480px) {
    #bodyServicios {
        background-color: #000;
    }
    .bannerDesarrollo1 {
        display: none;
    }
    .bannerSoporte1 {
        display: none;
    }
    .bannerDiagnostico1 {
        display: none;
    }
    .bannerDesarrollo2 {
        display: block;
        background-image: url('../img/portadaDesarollo.jpeg');
    }
    .bannerSoporte2 {
        display: block;
        background-image: url('../img/portadaDesarollo.jpeg');
    }
    .bannerDiagnostico2 {
        display: block;
        background-image: url('../img/portadaDesarollo.jpeg');
    }
    .servicioEtiqueta {
        color: #000;
        font-size: 55%;
    }
    .serviciosContenido {
        font-size: 70%;
        color: #fff;
    }
    .contactoBoton {
        background-color: #424242;
        text-decoration: none;
        font-size: 50%;
        color: #fff!important;
    }
}


/*Portafolio*/

#bodyPortafolio {
    background-color: #000;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.footerPortafolio {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

#contenedorServicios {
    margin: 0 auto;
    text-align: center;
    width: 360px;
}

.progress-bar {
    background-color: #1a1a1a;
    height: 25px;
    padding: 5px;
    width: 350px;
    margin: 50px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar span {
    display: inline-block;
    height: 25px;
    width: 200px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.blue span {
    background-color: #34c2e3;
}

.orange span {
    background-color: #fecf23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
    background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
    background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
    background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: -o-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
    background-color: #a5df41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
    background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
    background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
    background-image: -o-linear-gradient(top, #a5df41, #4ca916);
    background-image: linear-gradient(top, #a5df41, #4ca916);
}

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

@media screen and (max-width:480px) {
    #bodyPortafolio {
        background-color: #000;
        color: #fff;
        font-family: 'Raleway', sans-serif;
    }
    .tituloPortafolio {
        font-size: 200%;
    }
    .subtituloPortafolio {
        font-size: 100%;
    }
    .footerPortafolio {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}


/*Contacto*/

#bodyContacto {
    background-image: url('../img/portada4.jpeg');
    font-family: 'Raleway', sans-serif;
}

.contentContacto {
    display: contents;
}

.contentContacto2 {
    display: none;
}

@media screen and (max-width:480px) {
    #bodyContacto {
        background-image: url('../img/portada4.jpeg');
        font-family: 'Raleway', sans-serif;
    }
    .contentContacto {
        display: none;
    }
    .contentContacto2 {
        display: contents;
    }
    .contactoTitulo {
        font-size: 100%;
    }
    .contactoSubtitulo {
        font-size: 80%;
        color: aqua;
    }
    .formContacto {
        font-size: 90%;
    }
    .contactoFormTitulo {
        font-size: 120%;
    }
}


/*Footer*/

.contentFooter {
    background-color: #121212;
    font-size: 100%;
}

.flex-center {
    width: 100%;
    min-height: 50vh;
    /*background: #000;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-3d {
    padding: 10px;
    -webkit-animation: icon3d 200ms 10;
    animation: icon3d 200ms 10;
    color: #fff;
}

.icon-3d:hover {
    -webkit-animation: icon3d 200ms infinite;
    animation: icon3d 200ms infinite;
}

@keyframes icon3d {
    0% {
        text-shadow: 5px 4px #00ffff, -5px -6px #2e9afe;
    }
    25% {
        text-shadow: -5px -6px #00ffff, 5px 4px #2e9afe;
    }
    50% {
        text-shadow: 5px -4px #00ffff, -8px 4px #2e9afe;
    }
    75% {
        text-shadow: -8px -4px #00ffff, -5px -4px #2e9afe;
    }
    100% {
        text-shadow: -5px 0 #00ffff, 5px -4px $blueColor;
    }
}

@media screen and (max-width:480px) {
    .contentFooter {
        background-color: #121212;
        font-size: 90%;
    }
}


/*

#contentHeader2 {
    background-color: rgb(77, 87, 149);
}
*/