* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 2000px;
    margin: 0 auto;}
a{
    color: white;
    text-decoration: none;
}
.activo{
    display: block;
}
.no-activo{
    display: none;
}


/*BOTONERA*/
#botonera{
    width: 100%;
    height: auto;
    z-index: 100;
    position: fixed;}
.infonav{
    width: 100%;
    height: 30px;
    background-color: rgba(75,106,147,0.8);
    z-index: 100;}
.infoizquierda{
    width: 90%;
    height: 30px;
    float: left;}
.infoderecha{
    width: 10%;
    height: 30px;
    float: right;}
.icononav{
    height: 20px;
    float: left;
    margin: 5px;}
.iconoidioma{
    height: 20px;
    float: right;
    margin: 5px 2px;}
p.textinfonav{
    width: auto;
    height: 30px;
    float: left;
    font-size: 12px;
    line-height: 30px;
    font-family: Open Sans;
    font-weight: 400;
    color: white;}
.wrapper{
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 100;}
.logo{
    width: auto;
    float: left;
    height: 80px;}
.menu-toggle{
    position: absolute;
    padding: 0.8em;
    top: 1em;
    right: .5em;
    cursor: pointer;
    display: none;}
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;}
nav ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: flex-end;}
nav li{
    width: auto;
    margin: 20px 2%;
    text-transform: uppercase;}
nav li a{
    color: rgba(75,106,147,1);
    font-family: open sans;
    line-height: 40px;
    text-decoration: none;}
.iconolinkedin{
    width: 40px;
    float: right;}
.linke2{
    display: none;
}

@media (max-width:900px){
    .menu-toggle{
        display: block;
    }
    .hamburger,.hamburger::before,.hamburger::after {
        content: '';
        display: block;
        background: rgba(75,106,147,1);
        height: 3px;
        width: 2em;
        border-radius: 3px;
        -webkit-transition: all ease-in-out 350ms;
        transition: all ease-in-out 350ms;}
    .hamburger::before{
        -webkit-transform: translateY(-7px);
            margin-top: 36px;
            transform: translateY(-7px);}
    .hamburger::after {
        -webkit-transform: translateY(4px);
                  transform: translateY(4px);}
    .open .hamburger {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);}
    .open .hamburger::before {
              display: none;
    }
    .open .hamburger::after {
      -webkit-transform: translateY(-1px) rotate(-90deg);
            margin-top: 36px;
        transform: translateY(-1px) rotate(-90deg);}
    .desktop{
        background: rgba(75,106,147,0.95);
    }
    nav ul{
        display: flex;
        flex-direction: column;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;}
    nav ul.opening {
        display: block;
        height: auto;
        float: left;
        margin-top: 0px;
        width: 100%;}
    nav li {
        border-bottom: 1px solid white;
        margin: 0;} 
    nav li:last-child {
      border-bottom: none;
    }
    nav li a {
        color: white;
        display: block;
        padding: 3%;
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;}
    li.linke1{
        display: none;
    }
    li.linke2{
        display: block;
    }
    .iconolinkedin2{
        display: block;
        width: 10%;
        margin: 0% 45% 2%;}
}
@media (max-width:650px){
    .dos{
        display: none;}
}
@media (max-width:500px){
    .infoizquierda{
        width: 85%;}
    .infoderecha{
        width: 15%;}
    nav li a {
        padding: 5%;}
    .iconolinkedin2{
        width: 20%;
        margin: 0% 40% 2%;}
    .telapagar{
        display:none;
    }
}
@media (max-width:400px){
    .wrapper{
        height: 60px;}
    .logo{
        height: 60px;}
    .telapagar2{
        display: none;}
    .infoizquierda{
        width: 80%;}
    .infoderecha{
        width: 20%;}
    nav li a {
        font-size: 20px;}
}

/*HEADER HOME*/
header{
    width: 100%;
    height: auto;
    margin: 0;
    z-index: -1000;
    float: left;}
#imagenfondoheader{
    width: 100%;
    height: 1000px;
    background-image: url(../img/header1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1000;}
@media (max-width:600px){
    #imagenfondoheader{
        background-size: contain;
        background-position: top;
        background-image: url(../img/header1-responsive.jpg);}
}

#isologoheader{
    width: 30%;
    float: left;}
.iso{
    width: 80%;
    padding: 50% 0% 50% 20%;
    float: left;}
#contenidoheader{
    width: 70%;
    height: auto;
    float: left;}
.frases{
	width: 100%;
    height: auto;
    float: left;
	overflow: hidden;
    background: red;}
.imgfrase{
    width: 65%;
    float: left;
    margin: 15% 0% 5% 2%;
    position: absolute;
    opacity: 0;
    animation-duration: 15s;
    animation-iteration-count: infinite;}
.frase1{
    animation-name: opacidad1;
}
.frase2{
    animation-name: opacidad2;
}
.frase3{
    animation-name: opacidad3;
}
.imgfraseresponsive{
    display: none;
}

@keyframes opacidad1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	20% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 0;}
	80% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes opacidad2 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	20% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 1;}
	80% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 0;}
} 
@keyframes opacidad3 {
	0% {opacity: 0;}
	10% {opacity: 0;}
	20% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 0;}
	80% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 1;}
}

@media (max-width:1700px){
    #imagenfondoheader{
        height: 700px;}
}
@media (max-width:1300px){
    #imagenfondoheader{
        height: 600px;}
}
@media (max-width:1100px){
    #imagenfondoheader{
        height: 500px;}
}
@media (max-width:900px){
    #imagenfondoheader{
        height: 800px;}
    #isologoheader{
        width: 100%;}
    .iso{
        width: 25%;
        margin: 25% 37.5% 5%;
        padding: 0%;}
    .imgfrase{
        display: none;}
    .imgfraseresponsive{
        width: 100%;
        float: left;
        margin: 5% 0% 0%;
        display: block;
        position: absolute;
        opacity: 0;
        animation-duration: 15s;
        animation-iteration-count: infinite;}
}
@media (max-width:700px){
    #imagenfondoheader{
        height: 600px;}
}
@media (max-width:500px){
    #imagenfondoheader{
        height: 450px;}
    .iso{
        width: 15%;
        margin: 35% 42.5% 0%;
        padding: 0%;}
}
@media (max-width:400px){
    #imagenfondoheader{
        height: 350px;}
}
@media (max-width:350px){
    #imagenfondoheader{
        height: 350px;}
    .iso{
        width: 20%;
        margin: 40% 40% 5%;}
    
}

/*IMG PARALAX*/
#imagen{
    width: 100%;
    float: left;
    height: auto;
    z-index: -100000;}
.imglogo{    
    width: 80%;
    margin: 2% 10%;
    float: left;
    height: auto;
}

/*TEXTO HOME*/
#textohome{
    width: 100%;
    height: auto;
    background: white;
    float: left;}
.texthome{
    width: 60%;
    height: auto;
    margin: 5% 20%;
    float: left;
    text-align: center;
    font-family: open sans;
    font-weight: 300;
    line-height: 40px;
    font-size: 26px;
    color: grey;}
@media (max-width:900px){
    .texthome{
        width: 70%;
        margin: 5% 15%;
        line-height: 40px;
        font-size: 20px;}
}
@media (max-width:600px){
    .texthome{
        width: 80%;
        margin: 5% 10%;
        font-size: 20px;}
}


/*SECCION PRODUCTOS HOME*/
#seccionproductos{
    width: 100%;
    height: auto;
    background: white;
    float: left;
    text-align: center;
    padding: 2% 10%;}
.tituloproduct{
    width: 100%;
    height: auto;
    margin: 5% 0%;
    text-transform: uppercase;
    font-size: 40px;
    font-family: open sans;
    color: grey;
    font-weight: lighter;
    letter-spacing: 5px;}
.secproducto{
    width: 45%;
}
.btn-pro{
    width: 20%;
    margin-top: 5%;
    transition: .3s;}
.btn-pro:hover{
    opacity: .8;
    margin-top: 5.5%;}
@media (max-width:900px){
    .tituloproduct{
        font-size: 25px;
        background: grey;
        color: white;
        padding: 1%;}
    .secproducto{
        width: 70%;}
    .btn-pro{
        width: 40%;}
}
@media (max-width:600px){
    #seccionproductos{
        padding: 2%;}
}


/*FRASE HOME*/
#frasehome{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 15% 0%;
    background: white;
    text-transform: uppercase;
    font-size: 40px;
    font-family: open sans;
    color: grey;
    font-weight: lighter;
    letter-spacing: 5px;}
@media (max-width:900px){
    #frasehome{
        font-size: 30px;}
}
@media (max-width:600px){
    #frasehome{
        font-size: 20px;}
}


/*LINKEDIN HOME*/
#linkehome{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 5% 0%;
    background: white;
    text-transform: uppercase;
    font-size: 20px;
    font-family: open sans;
    font-weight: bold;}
#linkehome a{
    color: grey;
}
.btn-linkedin{
    width: 20%;
    float: left;
    margin: 5% 40%;}

/*FOOTER*/
footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: rgba(75,106,147,0.8);
    font-family: open sans;}
.nav-footer{
    width: 100%;
    float: left;
    height: 40px;
    background: grey;
    color: white;}
ul.nav-foo{
    list-style: none;
    width: 50%;
    margin: 0% 25%;
    float: left;}
ul.nav-foo li{
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;} 
#infofooter{
    width: 50%;
    padding: 3% 5%;
    float: left;}
#infofooter a.footer{
    width: 100%;
    height: 40px;
    float: left;}
.iconofooter{
    width: 30px;
    float: left;
    margin: 5px;}
.textfooter{
    height: 30px;
    line-height: 40px;}
.logofooter{
    float: right;
    width: 50%;
    padding: 3.5% 5%;}

@media (max-width:800px){
    .nav-footer{
        height: 50px;}
    ul.nav-foo{
        width: 100%;
        margin: 0%;}
    ul.nav-foo li{
        height: 50px;
        line-height: 50px;
        font-size: 18px;} 
    #infofooter{
        float: left;
        width: 70%;
        margin: 4% 15%;
        padding: 0%;}
    #infofooter a.footer{
        height: auto;}
    .iconofooter{
        width: 10%;
        margin: 2% 45%;}
    .textfooter{
        height: auto;
        text-align: center;
        font-size: 30px;}
    .logofooter{
        float: left;
        width: 70%;
        margin: 4% 15%;
        padding: 0%;}
}
@media (max-width:600px){
    #infofooter{
        width: 90%;
        margin: 4% 5%;}
    #infofooter a.footer{
        height: auto;}
    .iconofooter{
        width: 7%;
        margin: 2% 46.5%;}
    .textfooter{
        font-size: 25px;}
}
@media (max-width:450px){
    ul.nav-foo li{
        font-size: 14px;} 
    .textfooter{
        font-size: 20px;}
}
@media (max-width:400px){
    ul.nav-foo li{
        font-size: 10px;} 
    .textfooter{
        font-size: 16px;}
}

/*-------------------------------------------------------------------*/
/*ABOUT US*/
.banner{
    width: 100%;
    height: auto;
    z-index: -100;
    float: left;}
.titulobanner{
    width: 76%;
    float: right;
    padding: 15% 5% 1%;
    margin: 5%;
    border-bottom: 5px solid white;
    color: white;
    font-family: open sans;
    letter-spacing: 15px;
    font-size: 85px;
    text-align: right;
    font-weight: 200;}
.aboutus{
    background-image: url(../img/banneraboutus.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;}
@media (max-width:600px){
    .aboutus{
        background-size: contain;
        background-position: top;
        background-image: url(../img/banneraboutus-responsive.jpg);}
}
#about{
    width: 90%;
    max-width: 1000px;
    margin: auto;}
.textoabout{
    width: 45%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 30px;
    font-size: 20px;
    font-weight: 200;
    text-align: justify;
    font-family: open sans;}
.imgabout{
    width: 45%;
    float: right;
    margin-top: 2%;
    margin-bottom: 2%;}

@media (max-width:900px){
    .textoabout{
        width: 70%;
        margin: 5% 15%;}
    .titulobanner{
        width: 90%;
        text-align: center;}
    .imgabout{
        width: 70%;
        margin: 1% 15% 5%;}
}
@media (max-width:700px){
    .titulobanner{
        width: 90%;
        padding: 25% 1% 1%;
        letter-spacing: 15px;
        font-size: 55px;}
}
@media (max-width:600px){
    .textoabout{
        width: 90%;
        margin: 5%;}
    .imgabout{
        width: 90%;
        margin: 5%;}
}
@media (max-width:500px){
    .titulobanner{
        font-size: 35px;
        border-bottom: 0px;}
}
@media (max-width:400px){
    .titulobanner{
        padding: 35% 1% 1%;
        font-size: 30px;}
    .textoabout{
        font-size: 14px;
        line-height: 20px;}
}


/*-------------------------------------------------------------------*/
/*CONTACT US*/
.contacto{
    background-image: url(../img/bannercontacto.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;}
@media (max-width:600px){
    .contacto{
        background-size: contain;
        background-position: top;
        background-image: url(../img/bannercontacto-responsive.jpg);}
}


#datoscontacto{
    width: 70%;
    padding: 5%;
    margin: 5% 10% 0% 20%;
    float: left;}
#datoscontacto a{
    color: black;
}
#datoscontacto p{
    float: left;
    font-family: open sans;
    line-height: 25px;
    font-size: 20px;
    margin-left: 10px;}
.datocont{
    width: 48%;
    margin: 1%;
    float: left;}
.datocont2{
    width: 48%;
    margin: 1%;
    float: right;}
.iconodato{
    width: 20px;
    float: left;}
section#contacto{
    float: left;
    width: 100%;
    height: auto;
    z-index: -1000;
    font-family: open sans;
    margin-top: 5%;}
h5{
    text-align: center;
    margin-top: -2%;
    font-size: 16px;
    letter-spacing: 2px;}
#formulario{
    width: 60%;
    margin: 1% 20%;
    height: auto;
    float: left;}
.labelform{
    width: 98%;
    margin: 1%;
    float: left;
    padding: 2%;
    height: 45px;}
.labelform2{
    width: 48%;
    margin: 1%;
    padding: 2%;
    float: left;
    height: 45px;}
.textform{
    width: 98%;
    margin: 1%;
    padding: 2%;
    height: 150px;
    max-width: 98%;
    max-height: 150px;
    min-width: 98%;
    min-height: 150px;
    float: left;}
.botoncont{
    width: 30%;
    height: 30px;
    background: rgba(51,51,51,1.0);
    color: white;
    margin: 2% 35%;
    letter-spacing: 2px;
    transition: .3s;}
.botoncont:hover{
    letter-spacing: 5px;
    cursor: pointer;}
#mapa{
    width: 100%;
    height: 200px;
    float: left;}

@media (max-width:1100px){
    #datoscontacto{
        width: 80%;
        padding: 5%;
        margin: 0% 10%;
        float: left;} 
    #formulario{
        width: 80%;
        margin: 1% 10%;}
}
@media (max-width:930px){
    .nooo{
        display: none;}
    #datoscontacto{
        width: 90%;
        padding: 0%;
        margin: 5%;}
    .noenter{
        display: none;}
    .datocont{
        width: 100%;
        padding: 2%;
        background: rgba(0,0,0,0.1);
        margin: 0%;}
    .datocont2{
        width: 100%;
        padding: 2%;
        background: rgba(0,0,0,0.2);
        margin: 0%;}
    .labelform{
        width: 98%;
        margin: 1%;
        float: left;
        padding: 2%;
        height: 45px;}
    .labelform2{
        width: 98%;
        margin: 1%;
        float: left;
        padding: 2%;
        height: 45px;}
    #formulario{
        width: 90%;
        padding: 0%;
        margin: 5%;}
    .textform{
        height: 100px;
        max-height: 100px;
        min-height: 100px;}
    .botoncont{
        width: 50%;
        margin: 1% 25%;}
}
@media (max-width:500px){
    #datoscontacto{
        width: 95%;
        padding: 0%;
        margin: 2.5%;}
    .datocont{
        width: 100%;
        margin: 1% 0%;
        padding: 3%;}
    .datocont2{
        width: 100%;
        margin: 1% 0%;
        padding: 3%;}
}
@media (max-width:400px){
    #datoscontacto p{
        line-height: 25px;
        font-size: 13px;}
}


/*-------------------------------------------------------------------*/
/*PRODUCTOS*/

.productos{
    background-image: url(../img/bannerproductos.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;}
@media (max-width:600px){
    .productos{
        background-size: contain;
        background-position: top;
        background-image: url(../img/bannerproductos-responsive.jpg);}
}


/*-----------------mensaje enviado---------------------*/
#iconomensaje{
    width: 100%;
    float: left;
    text-align: center;}
.iconmensaje{
    animation-name: mensaje;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: 15%;}
@keyframes mensaje{
    0%{
        margin-left: -50px;
    }
    50%{
        margin-left: 100px;
    }
    100%{
        margin-left: -50px;
    }
}
#mensajeenviado{
    font-family: open sans;
    letter-spacing: 4px;
    line-height: 50px;
    font-size: 30px;
    color: white;
    text-align: center;
    width: 50%;
    margin: 10% 25% 5%;
    padding: 5%;
    background: grey;
    border-radius: 50px;
    float: left;
}
#volver{
    width: 50%;
    margin: 2% 25%;
    float: left;
    text-align: center;
    background: white;
    font-size: 20px;
    color: grey;
    cursor: pointer;
    margin-top: 4%;
    transition: .3s;
}
#volver:hover{
    opacity: .5;
}

@media (max-width:900px){
    #mensajeenviado{
        width: 80%;
        margin: 150px 10% 5%;
        padding: 5%;
        font-size: 20px;
        line-height: 40px;}
    #volver{
        width: 70%;
        margin: 2% 15%;
        font-size: 15px;
        margin-top: 4%;}
}
@media (max-width:600px){
    #mensajeenviado{
        font-size: 14px;
        line-height: 30px;}
    #volver{
        width: 70%;
        margin: 2% 15%;
        font-size: 15px;
        margin-top: 4%;}
}
@media (max-width:600px){
    #mensajeenviado{
        width: 90%;
        margin: 100px 5% 5%;
        padding: 1%;
        font-size: 12px;
        line-height: 20px;}
    #volver{
        width: 70%;
        margin: 6% 15%;
        font-size: 12px;}
    .iconmensaje{
        width: 25%;}
}