*{
    box-sizing: border-box;
}

img {
    display:block;
    max-width: 100%;
}
body{
    margin: 0;
   
    
}
.font2{
    font-family: nuevo;
    font-size: 45px;
    font-weight: 200;
    line-height: 54px;
    color: #2b2b2b; 
}

.homebanner{
    height: 650px;
    font-family: sans-serif;
    overflow: hidden;
    
    
    
}
.homebanner .slide{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 2s ease;
    background-color: white;
}

.homebanner .slide.active{
    display: flex;
}
@keyframes slide{
    0%{
       /* opacity: 0; */
        transform:scale(1.1);
    }
    100%{
        /*opacity: 1;*/
        transform:scale(1);
    }
}

.container{
    max-width: 1000px;
    margin: auto;
    
}

.homebanner .container{
    flex-grow: 1; 
    
}

.homebanner .caption{
    width: 50%;
    
}
/*.homebanner .caption h2{
    font-size: 25px;
    color:#fff;
    font-weight: 700;
    line-height: 38px;
    
}
.homebanner .caption h1{
    font-size: 40px;
    color:#fff;
   font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.3px;
    font-family: nuevo3;

    
}*/
.homebanner .slide.active .caption .titulomainhm,
.homebanner .slide.active .caption .prodmenuhm{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: .2s;
}

/*.homebanner .caption p{
    font-size: 18px;
    margin: 15px 0 30px;
    color:#fff;
}*/
.homebanner .slide.active .caption .titulomain1hm{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 0.5s;
}


.homebanner .caption a{
    display: inline-block;
    padding: 10px 30px;
    background-color: orangered;
    text-decoration: none;
    color: #fff;
}
.homebanner .slide.active .caption a{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.4s;
}

@keyframes captionText{
    0%{
        opacity: 0; transform: translateX(-100px);
    }
    100%{
        opacity: 1; transform: translateX(0px);
    }
}

.homebanner .controls .prev, 
.homebanner .controls .next{
    position: absolute;
    z-index: 2;
    top: 350px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
    
}
.homebanner .controls .prev:hover,
.homebanner .controls .next:hover{
    background-color: rgba(0,0,0,0.4);
}
.homebanner .controls .prev{
    left: 0;
}
.homebanner .controls .next{
    right: 0;
}
.homebanner .indicator{
    position: absolute;
    left: 50%;
    top: 600px;
    z-index: 2;
    transform: translateX(-50%);
}
.homebanner .indicator div{
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
}
.homebanner .indicator div.active{
    background-color: rgba(0,0,0,0.4);
    
}


.section__titulo{
    text-align: center;
    font-size: 30px;
    color: #333;
}
.contenedor{
    margin: auto;
    width: 99%;
    font-family: nuevo;
}
@font-face{
	font-family: nuevo;
    src:url(../fonts/RalewayRegular.ttf);
}
@font-face{
	font-family: nuevo2;
    src:url(../fonts/QuicksandRegular.ttf);
}
@font-face{
	font-family: nuevo3;
    src:url(../fonts/FuturaStdLight.ttf);
}
.textabout{
    margin-top: 70px;
    font-family: nuevo2;
}
.textprodhead{
    margin: auto;
   
    
}


.header {
    height: 60px;
    /*background: rgba(1,1,1,0.4); */
    z-index: 100;  
    position: fixed;
    width: 100%;    
    top:0;
        
}
.header .menubar{
    position: absolute;
    z-index: -1000;
    height: 100%;
   
   
    
}
.header .contenedor{
    display: flex;
    justify-content: space-between;
        
}
.header .logo{
    width: 80%;
    
    margin: 8px;
   
    
}
.icon-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #696969;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 5px;
    cursor: pointer;
}

.nav{
    position:fixed;
    top: 50px;
    /*left: -100%;*/
    width: 100%;
    margin-left: -100%;
    
    
}


.titulo1{
    font-size: 40px;
}

.titulo2{
    font-size: 17px;
    margin-left: 38px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8)
    
}
.titulo3{
    font-size: 22px;    
}
.titulo4{
    font-size: 17px;
    margin-left: 38px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 28px;
    color: #fff;
    
}
.titulo5{
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    letter-spacing: normal;
    font-family: nuevo;
    color: #fff;
    
}

.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: nuevo;
      
}




.menu__link{
   
    text-decoration: none;
    
}
.menu__link:hover, .select{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
    
}
  
    .menu .selecto{
        background: rgba(255,255,255,0.3);
        color: #fff;
        font-weight: 500;
        
    }
.mostrar {
    /*left: 0;*/
    margin-left: 0;
}

.linetext{
   font-weight: bold; 
    
}
.menu .menu__lang{
    margin-top: 13px;
    margin-left: 7px;    
      
}

.img__lang{
    opacity: 0.5; 
    
}
.img__lang:hover{
    opacity: 1;
}


.banner {
    
    display: none;
    width: 100%;
    
    /*position: relative;*/
    margin: auto;
    z-index: -1000;
    margin-bottom: px;
    align-content: center;
    overflow: hidden;
    height: 850px;
  
    
}
.banner ul{
    margin-top: 0px;
    padding: 0;
    display: flex;
    width: 500%;
     margin-bottom: 0;
        
    animation: cambio 90s infinite; 
    animation-direction: normal;
    }
.banner li{
    list-style: none;
    width: 100%;
}

@keyframes cambio {
    0% { margin-left: 0;}
    13% { margin-left: 0;}
    
    15% { margin-left: -100%;}
    38% { margin-left: -100%;}
    
    40% { margin-left: -200%;}
    63% { margin-left: -200%;}
    
    65% { margin-left: -300%;}
    88% { margin-left: -300%;}
    
    90% { margin-left: -400%;}
    100% { margin-left: -400%;}
    
}

.bannermob {
     
    width: 100%;
    max-width: 1200px;
    /*position: relative;*/
    margin: auto;
    z-index: -1000;
    
    align-content: center;
    overflow: hidden;
    height: 650px;
  
    
}
.bannermob ul{
    margin-top: 0px;
   
    padding: 0;
    display: flex;
    width: 500%;
        
    animation: cambiomob 30s infinite; 
    animation-direction: normal;
    overflow: hidden;
    }
.bannermob li{
    list-style: none;
    width: 100%;
}


@keyframes cambiomob {
   0% { margin-left: 0;}
    13% { margin-left: 0;}
    
    15% { margin-left: -100%;}
    38% { margin-left: -100%;}
    
    40% { margin-left: -200%;}
    63% { margin-left: -200%;}
    
    65% { margin-left: -300%;}
    88% { margin-left: -300%;}
    
    90% { margin-left: -400%;}
    100% { margin-left: -400%;}
    
}


.homePro {
    margin-top:0px;
    margin-bottom: 10px;
    height:230px; 
}
.backcarr{
    position: absolute;
    z-index: -100;
}
.homePro ul{
    display: flex;
    width: 1600%;
    animation: cambiocarr 60s infinite; 
    animation-direction: normal;
    }
.homePro .productl{
    
    height: 230px;
    overflow: hidden;
    width: 97%;
    
    margin:0 auto; }
.homePro .productl li{
    width:250px; 
    height: auto;
    margin-right: 40px;
    list-style: none; }
.homePro .productl li a{
    text-decoration: none;
    color: #696969;
    font-family: nuevo;
}
.homePro .productl li img{
    width:210px; 
    height:140px;
    }
.homePro .productl li h3{
    line-height: 20px; 
    }
.homePro .productl li h3:hover{
    color: #aaa; 
}
.homePro .productl li h3 span{
    font-weight: normal;
    /* color:#777777;*/
   margin-left: 10px; }

@keyframes cambiocarr {
    0% { margin-left: 0;}
    8% { margin-left: 0;}
    
    9% { margin-left: -290px;}
    16% { margin-left: -290px;}
    
    17% { margin-left: -580px;}
    24% { margin-left: -580px;}
    
    25% { margin-left: -870px;}
    32% { margin-left: -870px;}
    
    33% { margin-left: -1160px;}
    40% { margin-left: -1160px;}
    
    41% { margin-left: -1450px;}
    48% { margin-left: -1450px;}
    
    49% { margin-left: -1740px;}
    56% { margin-left: -1740px;}
    
    57% { margin-left: -2030px;}
    64% { margin-left: -2030px;}
    
    65% { margin-left: -2320px;}
    72% { margin-left: -2320px;}
    
    73% { margin-left: -2610px;}
    80% { margin-left: -2610px;}
    
    81% { margin-left: -2900px;}
    88% { margin-left: -2900px;}
    
    89% { margin-left: -3190px;}
    98%{ margin-left: -3190px;}
    
    99% { margin-left: -3480px;}
    100%{ margin-left: -3480px;}
    
}



.main{
    margin-top: 0px;
    margin-bottom: 0px;
}

.prod_page .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    
      
    
}
.prod_pagepcb .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    
      
    
}
.prod_pagepcbip .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    
      
    
}

.margenprodbg .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 700px;
        
    
}
.margenprodbg .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 700px;
        
    
}
.margenabout .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 400px;
        
    
}


.prod1{
    position:absolute;
    margin-top: 20px;
    
}
.prodmenu{
    margin-left: 0px;

}
.prod_title{
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 0;
    font-family: nuevo;
    color: #cb0127;
    font-size: 25px;
   
}
.Famili_title{
    padding: 15px 20px;
    margin: 0;
    font-family: nuevo;
    color: #333;
    font-size: 20px;

    
   
}
.margenprodbg{

    height: 700px;
}

.margenprodbgsd .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 600px;
    
}
.margenprodbgsd{

    height: 600px;
}


.info__columnatext{
    text-decoration: none;
    color: #fff;
    text-align: center;
    
    
}
.info .info__img{
    margin: auto;
    
}

.prodimgtxt{
    margin: auto ;
        
}
.info__txt{
    margin-bottom: 0;
}
.prodinxtit{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    color: orangered;
}
.info__columna:hover .prodinxtit{
    color: #fff;
}

.mainwellcome{
    margin-top: 0px;
        
    width: 100%;
    max-width: 1200px;
    text-align: center;
    font-family: nuevo3;
     margin: auto;
    height: 150px;

}
.mainwell1{
    font-size: 30px;
    font-family: nuevo3;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    color: orangered;
}
.mainwell{
    font-size: 30px;
    font-family: nuevo3;
   
    line-height: 70px;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
      
}
.mainwell2{

    font-size: 25px;
    font-family: nuevo3;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
   
   

    
}

.mainwell3{

    font-size: 25px;
    font-family: nuevo3;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    
}

.textprodhead{
        display: none;
        width: 45%;
}
.prodfaced{
    padding-top: 30px;
}



.solarhome {
    margin-top: 10px;
    position: relative;
   
    margin-bottom: 10px;
    font-family: nuevo;
}
.solarhome .contenedor{    
    margin-left: 20px;
    margin-bottom: 0;
    position: absolute;
    top: 20%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #777;
    
}
.solar__titulo{  
    width: 300px;
}
.solar__txt{
    display: none;
    margin-top: 5px;
    color: #3f3e3e;
    text-decoration: none;
    
}
.solar__txt:hover {
    color: #999;
}



/*
.cursos__columna{
    position: relative;
    margin-bottom: 30px;
}
.cursos__descripcion{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 60%;
    height: 100%;
    padding: 5px;
    
}
.cursos__titulo{
    font-size: 20px;
    margin: 5px 0;
}
.cursos__img{
    width: 100%;     /*tamano de la imagen en servicios
}*/

.footer{
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    }
.footer .logof{
    width: 200px;
}
.footer .social [class^="icon-"]{
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 25px;
    padding: 2px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    
}
.footermenu{
    display: flex; 
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
    font-family: nuevo; 
   
}
.footermenud{
    padding: 10px;
    width: 170px;    
    text-align: left;
    font-size: 14px;
    margin-top: 12px;
    margin-right: 10px;
    margin: auto;
    
    
}
.footermenuda{
    padding: 10px;
    width: 300px;
    margin: auto;
    text-align: left;
    font-size: 12px;
    
}
.footermenud li{   
    list-style: none;
    padding: 5px;
}
.footermenud li a{ 
    text-decoration: none;
    color: #fff;
}
.footerlogo{
    display: flex;
    justify-content: space-between;
}
.footerlogotext{
   margin: 5px 10px;
   
    
}

.abouttext1{
    text-align: center;
    margin: auto;
    padding: 15px;
    font-size: 20px;
    font-family: nuevo2;
    
}
 .contenedor .aboutareas{
    display: block;
}
 .contenedor .aboutimage{
    margin: auto;
    padding: 20px;
    }
/*.contenedor .abouttext{
    margin: auto;
    padding: 20px;
    font-family: nuevo2; 
    
    }*/

.candisd{
        padding: 30px;
        width: 400px;
        margin: auto;
       
   }
    
.candisd1{
        padding: 30px;
        width: 400px;
        margin: auto;
        background: url(../img/contact.png);
   }
.candis{
    display: flex; 
    flex-wrap: wrap;
}
.candisd{
    padding: 10px;
    width: 500px;
    margin: auto;
   
}
form {
    
    margin: auto;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.6);
    border-radius: 7px;
   
}
input, textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border: none;
    
}
textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}
#botonf{
    background: orangered;
    color: #fff;
    padding: 20px;
}
#botonf:hover{
    cursor: pointer;
}
.textform{
    margin: 5px;
}

.wrap1{
       
    width: 1000px;
    max-width: 95%;
    height: 400px;
    margin: 10px auto;
    margin-top: 40px;
    display: flex;
    
    }
    .sidemenu ul{
        list-style: none;
        padding: 0px;
        width: 150px;
        
    }
    .sidemenu{
        height: 100%;
    }
    .infoms{
        display: flex;
    }
    .columnamainms{
        max-width: 700px;
        margin-top: 70px;
        padding: 0px 20px;
        color: #fff;
       
    }
    .titulomainms{
        font-size: 25px;
        font-family: nuevo3;

        line-height: 55px;
        letter-spacing: -0.8px;
        margin-top: 0px;
        margin-bottom: 10px;
        
    }
    
    .titulowordms{
        font-size: 30px;
        font-family: nuevo3;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: -1px;
        margin-top: 5px;
        margin-bottom: 20px;  
        
    }
    .titulomain1ms{
        font-size: 15px;
        font-family: nuevo3;
        font-weight: 500;  
        
    }
    .wrap1 article{
        padding: 0px 30px; 
        margin-top: 0px;
        
    }
    
    .sidemenu ul li a{
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 15px 10px;
        color: #fff;
        font-family: nuevo3;
    }
    
    .active{
      background: orangered;
        
    }

/*--------------------------300-----------------------------------*/

@media(min-width:300px){
    
    .header .nav{
        width: 80%;
        background: rgba(0,0,0,0.9);
        position:fixed;
        transition: all 0.5s;
        
        
    }
    
    header nav ul li{
    display: block;
    }
    
    header nav ul li a{
    color: orangered;
    font-size: 20px;
    display: block;
    text-decoration: none;
    padding: 20px 20px;
    
    
    }
    header nav ul li .children2{
    
    position: relative;
    width: 100%;
    z-index: 1000;
    background: rgba(43,43,43,0.9);
    }
    
    .children2 li a{
        text-decoration: none;
        font-weight: bold;
        color: #d13b00;
        padding: 15px 30px;
        
        

    }
    
    /*nav > ul > li:hover div{
        display: table;
    }*/

    nav ul{
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;

    }
    /*submenu*/
    
    .submenu3{
        
        width: 100%;
        
        
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
        
        right: 15%;
        background-color: rgba(0,0,0,0.6);
        box-sizing: border-box;
        
        
    }
    
   
    .header .logo{
    width: 80%;
    height: 80%;
   
    margin-top: 10px;
    
}
    
    .homebanner .caption{
    width: 80%;
    
}
.homebanner .caption .prodmenuhm{
    font-size: 30px;
    color: orangered;
    font-weight: 500;
    line-height: 38px;
    
}
.homebanner .caption .titulomainhm{
    font-size: 25px;
    color:#fff;
   font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.3px;
    font-family: nuevo3;

    
}
.homebanner .caption .titulomain1hm{
    font-size: 15px;
    margin: 15px 0 30px;
    color:#fff;
    line-height: 30px;
}
    .info{
      width: 100%; 
    }
    
  
    .info .info__columnamain{
  
    margin-top: 0px;
    margin-bottom: 0px;    
    width: 300px;
     
    
    }
    
   .logo{
        width: 285px;
        height: 50px;
        margin: 2px;
    }
    .home__titulo{
        font-size: 30px;
        margin: 5px 0;
    }
    .home__txt{
        display: block;
        font-size: 18px;
        margin: 7px 0;
    }
    
    .info{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
       
        /*margin-top: -90px; para poner esta parte por ensima del banner*/
    }
    .productp{
        display: flex;
        flex-wrap: wrap;
        
       
        /*margin-top: -90px; para poner esta parte por ensima del banner*/
    }
    
    .info__imgms{
        display: none;
    }
    .info__imgpr{
        display: none;
    }
    
    .info__imgmob{
        width: 300px;
        margin: auto;
        
    }
    .info__imgmobms{
        width: 300px;
        margin: auto;
        
    }
    .mobnon{
        display: none;
    }
    .infop{
        display: flex;
        margin-left: 50px;
        position: absolute;
    }
    .infop .info__columna{
        width: 60px;
        
    }
    .info__columna{
        width: 100%;
    }
    .info__columna1{
        padding: 20px;
    }
    
    .info .info__columna{
    padding: 1px 5%;
    
    
    width: 500px;
    
    font-family: nuevo;  
    }
    /* pcbready margin */ 
    .margenprodbgip .info__columna{
        margin-bottom: 60px;
    }
    
    .info__titulo{
        margin: 5px 0;
    }
    .cursos{
        flex-wrap: wrap; /*para que los que no caben bajen a la sigiente fila*/
        
    }
    .section__titulo{
        width: 100%;
            
    }
    .cursos__columna{
        width: 49%;
    }
    .footer .social [class^="icon-"]{
        margin: 0 10px;
    }
    
    .prodinxtit{
        display: block;
    }
    .solarhome .contenedor{
        margin-top: 0;
       
        font-size: 20px;        
    }
    .form{
        width: 100%;
    }
    
    .prod_page .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    }
    
    .prod_pagepcb .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    }
    
    .titulomain{
    font-size: 25px;
    font-family: nuevo3;
   
    line-height: 55px;
    letter-spacing: -0.8px;
    margin-top: 0px;
    margin-bottom: 10px;
        color: #fff;
        
    }
    
    .tituloword{
    font-size: 30px;
    font-family: nuevo3;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: orangered;
   }
  .tituloword2{
    font-size: 35px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #fff; 
    }
    .tituloword3{
    font-size: 35px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    
    }
  .tituloword1{
    font-size: 35px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #2b2b2b; 
    }
    
    .titulomain1{
    font-size: 20px;
    font-family: nuevo3;
    font-weight: 500;
    color: #fff;
    }
    
    .titulomenu{
    font-size: 30px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2b2b2b; 
    }
    
    .descript1{
     color: #2b2b2b;    
     font-weight: 500;  
    }
    
    .menu__item1{
     display: none;
    }
    
    .margenmenu{
    height: 100%;
    }
    
    .margenmenu .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 1000px;
        
    }
    
    .mobmenu{
        width: 100%;
        display: table-cell;        
        box-sizing: border-box;
        font-family: nuevo;
        color: #555;
        font-weight: bold;
        font-size: 20px;
        list-style: none;
        
    }
    
   
    .mobmenu .titulo{
        
        font-family: nuevo;
      }
    
    .mobmenu  .titulo a{
       color: #333;
       font-weight: bold;  
       font-size: 30px;
        
    }
    
    .mobmenu .titulo a:hover{
        background: none;
    }
    
    .mobmenu li .menu__link{
        text-decoration: none;
        color: #000;        
        padding: 15px 20px;        
        background: none;
        border-bottom: 1px solid rgba(255,255,255,0.9);
    }
    
    .mobmenu li .menu__link:hover{
        background: rgba(0,0,0,0.5);
        color: #fff;
    }
    
    .textthanks{
       
       margin-top: 150px;
       margin-bottom: 250px;
       text-align: center;
    }
    
    .thanksimage{
    margin: auto;
    }
    .sect1{
    background: #f8f8f8;
    }
    .mainwellcome{
    margin-top: 0px;
        
    width: 100%;
    max-width: 1200px;
    text-align: center;
    font-family: nuevo3;
     margin: auto;
    height: 250px;
    font-size: 3px;
    }
    
    .sidemenu ul{
        list-style: none;
        padding: 0px;
        width: 110px;
        
    }
    .sidemenu ul li a{
        text-decoration: none;
        font-size: 12px;
        display: block;
        padding: 10px 5px;
        color: #fff;
        font-family: nuevo3;
    }
    .columnamainms{
       
        margin-top: 0px;
        padding: 0px 0px;
        min-width: 200px;
    }
    
    .titulomainms{
        font-size: 20px;
        font-family: nuevo3;

        line-height: 55px;
        letter-spacing: -0.8px;
        margin-top: 0px;
        margin-bottom: 0px;
        
    }
    
    .titulowordms{
        font-size: 25px;
        font-family: nuevo3;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: -1px;
        margin-top: 0px;
        margin-bottom: 10px;  
        
    }
    .titulomain1ms{
        font-size: 15px;
        font-family: nuevo3;
        font-weight: 500;  
    }
    .controls{
    display: none;
    }
    .info .info__columnacase{
     padding: 1px 0px;
    width: 700px;
    font-family: nuevo; 
        margin-left: 30px;
        
        
    }
    .margenabout .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 600px;
    
    }
    .prod_pagepcbip{
     height: 5000px;   
    }
    .margenprodbgip .prodbgpcb{
    
    height: 5000px;
    }
    .prod_pagepcbip .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    }
    
    
    
}

@media(min-width:630px){
    .margenabout .prodbg{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    height: 400px;
        
    
}
     .info__imgpr{
        display: block;
    }
    
    .homebanner .caption{
    width: 60%;
    
}
.homebanner .caption .prodmenuhm{
    font-size: 35px;
    color: orangered;
    font-weight: 500;
    line-height: 38px;
    
}
.homebanner .caption .titulomainhm{
    font-size: 30px;
    color:#fff;
   font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.3px;
    font-family: nuevo3;

    
}
.homebanner .caption .titulomain1hm{
    font-size: 15px;
    margin: 15px 0 30px;
    color:#fff;
    line-height: 30px;
}
    
.homebanner .slide{
  
    padding: 0 60px;

}
    
    
    
    .info .info__columna{
    padding: 1px 70px;
    width: 700px;
    font-family: century gothic;  
    }
    
    
    
    .info__img{
        display: block;
        
       
    }
    .info__imgmob{
        display: none;
    }
    
    .bannermob{
        display: none;
    }
    .banner{
        display: block;
    }
    .mobnon{
        display: block;
        
    }
    
    .solar__titulo{
        margin-top: 20px;       
        margin-bottom: 0;
    }
    .cursos__titulo{
        font-size: 30px;
    }
    .solar__txt{
    display: block;
    }
    .info__titulo{
        font-size: 30px;
        text-align: center;
    }
    .info__columna{
        padding: 30px;
    }
    .info__txt{
        display:block;
        font-size: 13px;
        margin-top: 0px;
    }
    /*About*/
    .contenedor .aboutareas{
    display: flex;
        width: 90%;
        margin: auto;
    }
    .contenedor .aboutimage{
    width: 500px;
    padding: 20px;
    margin-top: 20px;
    }
    .contenedor .abouttext{
    padding: 20px;
    width: 100%;           
    }
    .form{
        width: 450px;
    }
    .textprodhead{
        display: block;
        
    }
    .prodfaced{
        padding-top: 0px;
    }
    .mainwellcome{
    margin-top: 0px;
        
    width: 100%;
    max-width: 1200px;
    text-align: center;
    font-family: nuevo3;
     margin: auto;
    height: 200px;
    }
    .advantage{
    margin-top: 0px;
        
    width: 100%;
    max-width: 1000px;
    text-align: justify;
    font-family: nuevo3;
     margin: auto;
    height: 520px;
    }
    .advtext{
       font-size: 20px;
       letter-spacing: -0.3px;
    }
    
    .titulomain{
    font-size: 35px;
    font-family: nuevo3;
   
    line-height: 55px;
    letter-spacing: -0.8px;
    margin-top: 0px;
    margin-bottom: 10px;
        color: #fff;
    }
    
    .tituloword{
    font-size: 50px;
    font-family: nuevo3;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -1px;
    margin-top: 5px;
    margin-bottom: 20px;
        color: orangered;
   }

  .tituloword1{
    font-size: 35px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #2b2b2b; 
    }
    
    .titulomain1{
    font-size: 25px;
    font-family: nuevo3;
    font-weight: 500;
        color: #fff;
    }
    
    .titulomenu{
    font-size: 30px;
    font-family: nuevo3;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2b2b2b; 
    }
    
    .info .info__columnamain{
  
    margin-top: 0px;
    margin-bottom: 0px;    
    width: 600px;
    }
    .margenprodbg{

    height: 1000px;
    }
    .margenprodbgip{

    height: 4500px;
    }
    
    .prod_page{
     height: 1000px;   
    }
    .prod_pagepcb{
     height: 1000px;   
    }
    .prod_pagepcbip{
     height: 4800px;   
    }
    .margenprodbg .prodbg{
    
    height: 1000px;
    }
    .margenprodbg .prodbg{
    
    height: 1000px;
    }
    .margenprodbgip .prodbgpcb{
    
    height: 4800px;
    }
    .prod_pagepcbip .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    }
    
    .sidemenu ul{
        list-style: none;
        padding: 0px;
        width: 170px;
        
    }
    .sidemenu ul li a{
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 15px 10px;
        color: #fff;
        font-family: nuevo3;
    }
    
    .columnamainms{
        max-width: 700px;
        margin-top: 0px;
        padding: 0px 20px;
    }
    
    .titulomainms{
        font-size: 25px;
        font-family: nuevo3;

        line-height: 55px;
        letter-spacing: -0.8px;
        margin-top: 0px;
        margin-bottom: 10px;
        
    }
    
    .titulowordms{
        font-size: 30px;
        font-family: nuevo3;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: -1px;
        margin-top: 5px;
        margin-bottom: 20px;  
        
    }
    .titulomain1ms{
        font-size: 15px;
        font-family: nuevo3;
        font-weight: 500;
        margin-bottom: 50px;
        
    }
    .margenprodbgsd{

    height: 700px;
    }
    .margenprodbgsd .prodbg{
    
    height: 700px;
    }
    .controls{
    display: block;
}
    .info__imgmob{
        
        
    }
    .header .logo{
    width: 337px;
    height: 44px;
    margin: 0px;
    color: #fff;
    }
    .info .info__columnacase{
     padding: 1px 0px;
    width: 700px;
    font-family: nuevo; 
        margin-left: 30px;
        
        
    }
    
    
}

/*-------------------1020-----------------------*/

@media(min-width:1020px){
    
     .header {
    height: 60px;    
    z-index: 100;  
    position: fixed;
    width: 100%;    
    top:0;
        
    }
    
    .header .nav{
        width: 80%;
        background: none;
        position:relative;
         
        top: 0px;
        margin-left: 0;
       
        /*display:flex;*/
          
        
    }

    .header .contenedor{
    
    justify-content: space-between;
        
    }
    .header nav ul{
        
        padding: 0;
        margin: 0;
        overflow: hidden;
        float: right;
        
        
     }
    .header nav ul li{
        
        width: auto;
        
     }
    .header nav ul li a{
        
        padding-top: 15px;
        padding-left: 12px;
        padding-right: 10px;
        
     }
    .container-submenu{
        max-width: 120px;
        
    }
     .submenu3{

        width: 250px;
        max-width: 250px;
       
        left: 0px;
       
        
    }
    
    
   
    
    .children2 li a{
        text-decoration: none;  
        display: block;
        padding: 15px 30px;
        

    }
    .menu__link:hover{
        
        background: rgba(0,0,0,0.6);
        
        }
    .children2 li .menu__link:hover{
        background: #000;
        
        
    }
    nav > ul > li:hover div{
        display: table;
        
    }

    .header .logo{
    width: 337px;
    height: 44px;
    margin: 0px;
    
   }    
    
    
    .mobnon .info__imgs{
        width: 80%;
        margin-top: 150px;
        margin-left: auto
       
    }
    .mobnon .info__img{
        width: 500px;
        margin-top: 70px;
        margin-left: 20px;
        
       
    }
    .mobnon .info__imgmb{
        width: 100%;
        margin-top: 70px;
        
       
    }
    
    .margenprodbgip{

    height: 1000px;
    }
    .margenprodbgip .prodbg{
    
    height: 1000px;
    }
    .homebanner .caption{
    padding: 15px;
    width: 50%;
    /*background-color: rgba(0,0,0,0.7);*/
    
    }
    
    .homebanner .caption .prodmenuhm{
    font-size: 40px;    
    color: orangered;
    font-weight: 300;
    line-height: 48px;  
    }
    
    .homebanner .caption .titulomainhm{
    font-size: 30px;
    color:#fff;
   font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.3px;
    font-family: nuevo3;
    
  

    
    }
    
    
    .homebanner .caption .titulomain1hm{
    font-size: 18px;
    margin: 15px 0 30px;
    color:#fff;
    font-weight: 300;
    }
   
    .homebanner .slide{
  
    padding: 0 60px;

    }
    
    .info .info__columna{
    padding: 1px 70px;
    width: 500px;
    font-family: century gothic;  
    }
    .info .info__columnacase{
     padding: 1px 0px;
    width: 700px;
    font-family: nuevo; 
        margin-left: 30px;
        
        
    }
    
    

    .contenedor{
          /*Ancho de la pagina sin banner*/
    }
    
    
    .titulomain{
    font-size: 32px;
    font-family: nuevo3;
   
    line-height: 70px;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 20px;
        /* movement */
        opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: .1s;
      
}
.tituloword{
    font-size: 46px;
    font-family: nuevo3;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2.5px;
    margin-top: 10px;
    margin-bottom: 40px;
    
    /* movement */
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: .1s;
      
}

.tituloword1{
    font-size: 39px;
    font-family: nuevo3;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 10px;
    margin-bottom: 60px;
      
}
    .titulofact{
    font-size: 39px;
    font-family: nuevo3;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -1,9px;
    margin-top: 0px;
    margin-bottom: 10px;
    
      
}
    .titulomain1{
    font-size: 20px;
    font-family: nuevo3;
    font-weight: 500;
        /* movement */
        opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: .1s;
    }
    
    .titulomaincase{
    font-size: 32px;
    font-family: nuevo3;
    font-weight: 500;   
    line-height: 70px;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
      
}
    
    .info .info__columnamain{
    padding: 1px 70px;
    width: 50%;
    font-family: century gothic;    
    margin-top: 40px;
    margin-bottom: 40px;    
    
    }
    
    .menu{
        display: flex;
         
    }
    .menu a{
        border-bottom: 0px;
        height: 50px;
    }
    .icon-menu{
        display: none;
    }
    .menu__link{
        background: none; /*color de fondo del menu*/
        font-size: 16px;
        color: fff;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    .menu li:hover ul{
       /* display: block;   !!!!!!!! /* para que se vea el menu con el mouse*/
    }
    .select{
        background: rgba(0,0,0,0.3);   /*Color del boton seleccionado*/
        color: #fff;
        font-weight: 300;
        
    }
    .menu .selecto{
        background: rgba(255,255,255,0.3);
        color: #fff;
        font-weight: 500;
        
    }
    .solar__titulo{
        width: 400px;
        
    }
    .solar__txt{
        font-size: 25px;
    }
    .info__titulo{
        font-size: 30px;
        text-align: center;
    }
    /*.info{
        margin-top: -120px;
    }*/
    .info__columna{
        padding: 30px;
        margin-top: 40px;
    margin-bottom: 40px;
    }
    .section__titulo{
        font-size: 40px;
        margin: 30px;      /*Titulo Servicios*/
    }
    .cursos__descripcion{
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        align-content: center;   /*alinear el contenido en el centro, applica solo con flex-wrap*/
        
    }
    .cursos__titulo{
        font-size: 50px;
    }
    .cursos__txt{
        font-size: 18px;
    }
    .textprodhead{
        display: block;
        width: auto;
    } 
 
    .header .logo{
    width: 337px;
    height: 44px;
    margin: 0px;
    color: #fff;
}
    .menu__item1{
     display: block;
    }
    .menu__itemmob{
     display: none;
    }
    .banner {
    
    height: 600px;
    }
    .margenprodbg{
    
    height: 600px;
    }
    
    .prod_page{
     height: 600px;
    }
    .prod_pagepcb{
     height: 2200px;   
    }
    .margenprodbg .prodbg{
    height: 600px;   
    }
    .margenprodbg .prodbgpcb{
    height: 2200px;   
    }
    .margenabout{

    height: 400px;
    }
    .margenprodbgsd{

    height: 500px;
    }
    .margenprodbgsd .prodbg{
    height: 500px;   
    }
    .sidemenu ul{
        list-style: none;
        padding: 0px;
        width: 210px;
        
    }
    .sidemenu ul li a{
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 15px 10px;
        color: #fff;
        font-family: nuevo3;
    }
    
    .columnamainms{
        max-width: 700px;
        margin-top: 30px;
        padding: 0px 20px;
        color: #fff;
    }
    
    .titulomainms{
        font-size: 25px;
        font-family: nuevo3;

        line-height: 55px;
        letter-spacing: -0.8px;
        margin-top: 0px;
        margin-bottom: 10px;
        
    }
    
    .titulowordms{
        font-size: 30px;
        font-family: nuevo3;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: -1px;
        margin-top: 5px;
        margin-bottom: 20px;  
        
    }
    .titulomain1ms{
        font-size: 15px;
        font-family: nuevo3;
        font-weight: 500;
        width: 350px;
        margin-right: 30px;
        
    }
    .info__imgms{
        display: block;
    }
    .info__imgmob{
        display: none;
    }
    .info__imgmobms{
        display: none;
    }
    .prod_pagepcbip{
     height: 2700px;   
    }
   .margenprodbgip .prodbgpcb{
    
    height: 2700px;
    }
    .prod_pagepcbip .prodbgpcb{
    
    position: absolute;
    z-index: -10;
    width: 100%;
    max-width: 100%;
    }
    .selectp{
    background: rgba(255,138,92,0.9);
        
    }
    .mainwellcome{
    margin-top: 0px;
        
    width: 100%;
    max-width: 1200px;
    text-align: center;
    font-family: nuevo3;
     margin: auto;
    height: 180px;
    }
    .info__imgpcb{
    
    }
   
    
    
}
@media(min-width:1280px){ 
    
    .info__imgpcb{
    margin-left: 30px;
    width: 80%;    
    }
    .contenedor{
        width: 1200px;
        font-family: nuevo;
    }
    .contenedor1{
        
        
       
    }
    .logo{
        /*font-size: 50px;*/
    
    }
    .solarhome .contenedor{
                       /*Subir el titulo del banner*/
    }
    /*.info{
        margin-top: -180px;
    }*/
    
    


.proj1m{
        width: 1200px;
    
}

.sect1{
    background: #f8f8f8;
   

}


.infop{
    
}
.infop .info__columna{
    padding: 1px 1px;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-top: 10px;
   
    
}
.infop .info__img{
    margin: auto;
    width: 40px;
       
}
    .mobnon .info__img{
        width: 500px;
        margin-top: 70px;
        margin-left: 20px;
    }

.infop .prodimgtxt{
    margin: auto ;
    width: 40px;
        
}
.infop .seleprod{
    width: 90px;
    margin-top: 5px;
    
}

.contenedor .prodface{
   margin: 50px auto ;
    max-width: 95%;
         
}
.margenprodbg .prodface{
    margin-bottom: 0px;
}
.prodesq{
    margin: 70px auto ;
    max-width: 95%;
}

.textprod{
    margin: 0px 30px;
    font-family: Arial;
}

.aplica{
    display: flex; 
    flex-wrap: wrap;
  
}
.aplica .aplicai{    
    padding: 10px;
    margin-right: 0;
    margin:  auto; 
    
}
.aplica .aplicalux{    
   height: 340px;
    width: 400px;
    margin:  auto; 
    margin-top: 10px;
}

.nav2{
    position: fixed;
    margin-left: 10px;
    /*left:50%;           move the menu to the center*/    
   
}
.menu2{
    
    height: 70px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: nuevo;
    display: flex;
    
    
}
.menu2 a2{
   border-bottom: 0px;
   height: 30px;
}
/*.children2{
    list-style: none;
    display: none;
    position: absolute;
    padding: 0;
    margin: 0; 
    
}

.children2 .menu__link2{
    background: rgba(1,1,1,0.8);
    color: #fff;
}
.children2 .menu__link2:hover {
        color: #fff;
}*/
.menu__link2{
    display: block;
    padding: 5px 10px;   
    text-decoration: none;   
    background: none;    
    color: #696969;
    font-size: 17px;
    
}
.menu__link0{
    display: block;
      
    
}
.abc{
    height: 200px;
    
}
/*.abc:hover{
    background: rgba(1,1,1,0.2); 
}*/

.selecto2{
    background: none;
    
    
}
    .selectp{
    background: rgba(255,138,92,0.9);
        
    }

.menu__link2:hover, .select2{
    background: rgba(6,6,6,0.2);
    color: #fff;
    
}
.menu2 li:hover ul{
        display: block;    /* para que se vea el menu con el mouse */
    }

.menu2 .selecto{
        background: rgba(255,255,255,0.5);
        color: #696969;
    }
.Familytext{
    font-family: nuevo;
    color: #333;
    font-weight: bold;
}

.textformt{
    font-size: 40px;
    margin-bottom: 10px;
    
}


.textthanks{
     margin-top: 150px;
    margin-bottom: 250px;
    
     text-align: center;
   
    
}
.thanksimage{
    margin: auto;
    
  
    
}
.textabout h1{
    text-align: center;
    font-family: nuevo;
    font-size: 28px;
}
.technoh2{
    margin-bottom: 0;
    margin-left: 50px;
}
.maluca{
    width: 90%;
    font-size: 18px;
    margin: auto;
}
}
