@font-face {
    font-family: "Lato-Regular";
    src: url('../fonts/Lato-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Lato-Bold";
    src: url('../fonts/Lato-Bold.ttf') format("truetype");
}
	
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 900px) and (min-width: 0px) {

	#menu_M{
		width: 100%;
	    height: 65px;
	    position: relative;
	    box-shadow: 0px 1px 6px -1px #ccc;
	    box-sizing: border-box;
	    padding: 0 10px;
	    z-index: 3;
	    background: #FFF;
	    position: fixed;
		box-shadow: 0px 0px 12px rgba(0,0,0,.5);
	}
	.ContenedorS {
	margin: auto; 
	width: 100%;
	height: 100%;
	font-family: "Lato-Regular";
	}
	.no_movil{
		display: none;
	}
	.menupBtnMobil {
    display: block;
	}
	.btnMnuMobilBarra1 {
    top: 0;
	}
	.btnMnuMobilBarra2 {
    bottom: 0;
	}
	.btnMnuMobilBarra3 {
    top: calc(50% - 1px);
	}
	.menupBtnMobil {
    position: absolute;
    top: 9px;
    left: 0px;
    height: 50px;
    width: 50px;
    color: #fff;
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    padding: 17px 0px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
	}
	.btnMnuMobil {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transition: all .4s;
    top: 15px;
    left: 15px;
    z-index: 10;
	}
	.btnMnuMobilBarra1, .btnMnuMobilBarra2, .btnMnuMobilBarra3 {
    position: absolute;
    background-color: var(--verde);
    left: 0;
    width: 100%;
    height: 3px;
    transition: all .4s;
	}

	#logo2 {
    top: 5px;
    width: 80px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
	.menulateral {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: -500%;
    left: 0;
    box-sizing: border-box;
    padding: 90px 0 0;
    transition: all .6s;
    z-index: 3;
	}
	.opc_menu_mov {
    color: var(--verde);
    text-transform: uppercase;
    border-bottom: 1px solid var(--dorado);
    line-height: 30px;
    font-family: "Lato-Regular";
    box-sizing: border-box;
    padding: 0 10px;
	}



    .division{
    height: 20px;
    width: 100%;
    background: var(--verde);
}
    #seccion1{
    width: 100%;
    height: auto;
}
    .banner1{
        width: 100%;
        height: 260px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden
    }
    .opacity{
    background: rgba(198, 192, 192, 0.3);
        width: 100%;
        height: 260px;
        position: absolute;
        top:0px;
    }
    .division1{
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 75px;
        
    }
    .division2{
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .text_banner{
        font-family: "Lato-Bold";
        margin: auto;
        font-size: 31px;
        height: 100px;
        width: 100%;
        text-align: center;
        padding-top: 24px;
        color: #fff;
        line-height: 30px;
    }
    .btnBanner{
        width: 188px;
        height: 45px;
        background: var(--dorado);
        margin: auto;
        color: white;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        font-family: "Lato-Regular";
        cursor: pointer;
        border: 4px var(--dorado) solid;
    
    }
    .btnBanner:hover{
        background: #fff;
        color: #fbb419;
        font-family: "Lato-Bold";
    }
    #seccion_dos{
        width: 100%;
        

    }
    .imgN{
        background: url(https://interatec.mx/proyectos/FamilySolar/img/panel12.jpeg);
        width: 320px;
        height: 351px;
        background-size: 100% 100%;
        margin: auto;
        border-radius: 0px 60px 0px 60px;

    }
    .division3{
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .titulo1{
        font-family: "Lato-Bold";
        text-align: center;
        font-size: 55px;
        color: var(--dorado);
        margin: 15px 0px 15px;
    }
    .textN{
        font-family: "Lato-Regular";
        font-size: 20px;
        color: #49463f;
        /* margin: 62px 0px; */
        text-align: justify;
        height: auto;
        border-left: 5px dotted var(--verde);
        padding: 0px 20px 30px;
    
        
    }
    .contentN{
        width: 300px;
        height: 435px;
        background: var(--verde);
        border-radius: 95px 0px;
        display: inline-block;
        margin: 0px 33px 60px;
        position: relative;
        vertical-align: middle;
        box-shadow: 0px 0px 9px rgba(0, 0, 0, .5);
    }
    .contentM{
        width: 300px;
        height: 80px;
        background: var(--azul);
        border-radius: 0px 0px 95px 0px;
        display: inline-block;
        /* margin: 0px 20px; */
        position: absolute;
        bottom: 0px;
    }
    .imgM{
        width: 55px;
        vertical-align: middle;
        margin-left: 70px;
    }
    .subtitulo{
        color: #fff;
        font-size: 22px;
        margin: 15px 25px
    }
    .textM{
        width: 270px;
        padding: 37px 15px;
        color: #fff;
        text-align: justify;
    }
    #seccion_parallax {
        padding: 0px 0px;
        width: 100%;
        height: auto;
    }
    .parallax {
        background-image: url(../img/panel43.png);
        min-height: 380px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .opacity2 {
        width: 100%;
        height: 380px;
        background: rgba(255, 255, 255, 0.7);
    }
    .titulo3{
        color: var(--azul);
        text-align: center;
        padding: 30px 0px 0px;
        font-size: 30px;
        text-transform: uppercase;
    }
    .textParallax{
        color: #000;
        width: 88%;
        margin: auto;
        padding-left: 0px;
        font-size: 17px;
    }
    .titulo2{
        font-size: 55px;
        text-align: center;
        color: var(--verde);
        font-family: "Lato-Bold";
    }
    
    .imgP{
        display: inline-block;
        width: 280px;
        margin: 15px 45px;   
    }
    #seccion_serv{
        width: 100%;
        height: auto;
        background: url(../img/fondoB.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 50px;
        margin-top: 50px;
    
    }
    .mitad1{
        width: 100%;
        display: inline-block;
    }
    .contentServ{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: justify;
        padding: 15px 0px;
    }
    .iconS{
        width: 45px;
        display: inline-block;
    }
    .Tituloicon{
        display: inline-block;
        font-family: "Lato-Bold";
        margin-left: 20px;
        vertical-align: super;
        font-size: 15px;
    }
    .texticon{
        color: #04040494;
        font-size: 16px;
    }
    #seccion_cuatro{
        width: 100%;
        height: auto;
    }
    .swiper {
        width: 100%;
        height: 240px;
        margin: 50px;
    }
    

    .swiper-slide {
         text-align: center;
        font-size: 18px;
        background: var(--verde);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px !important;
        color: #fff;
        border-radius: 40px 0px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slideT{
        margin: auto;
        width: 80%;
        transform: translateY(30%);
        height: 100px;
    }
    .name{
        position: absolute;
        bottom: 25px;
        left: 20px;
        font-family: "Lato-Bold";
    }
    .swiper-pagination-bullet-active {
    background: var(--verde) !important;
    width: 12px !important;
    height: 12px !important;
    }
    .oculto{
        display: none;
    }
    #seccion_cinco{
        width: 100%;
        height: auto;
        background: url(../img/panel45.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    .titulo4{
        color: #fff;
        font-size: 55px;
        text-align: center;
        padding-top: 40px;
        font-family: "Lato-Bold";
    }
    .itemblog {
    min-width: 300px;
    width: 90%;
    min-height: 200px;
    background-color: rgba(254, 254, 254, .7);
    margin: 10px 22px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    padding: 13px;
    max-width: 315px;
    color: #444;
    display: inline-block;
    font-size: 10px;
    }
    .itemblog .itemblogImage {
    height: 240px;
    background-color: #999;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    #seccion_seis{
        width: 100%;
        height: auto;
    }
    #seccion_siete{
        width: 100%;
        height: auto;
        background: url(../img/panel46.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--azul) !important;
    background: var(--azul) !important;
    font-weight: normal;
    color: #ffffff;
    border-radius: 10px;
    }
    .ui-widget-content {
    border: 1px solid #dddddd;
    background: rgba(57, 82, 144, .2) !important;
    color: #333333;
    }
    
    .contentfooter{
        width: 90%;
        margin: auto;
    }
    .division4{
        width: 100%;
        display: inline-block;
        vertical-align: top;
       
    }
    .logoB{
        width: 340px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .formulario {
        width: 90%;
        height: 40px;
        color: #fff;
        background: transparent;
        margin: 10px 0px;
        outline: none;
        border: 2px solid #fff;
        border-radius: 50px;
        padding-left: 25px;
        font-size: 14px;
        box-shadow: 0px 0px 9px rgb(245 243 243 / 50%);
    }
    .formulario::placeholder{
        color: #fff;
        font-size: 14px;
    }
    .formularioT::placeholder{
        color: #fff;
        font-size: 14px;
    }
    .formularioT{
    width: 90%;
    height: 80px;
    color: #fff;
    background: transparent;
    margin: 10px 0px;
    outline: none;
    border: 2px solid #fff;
    border-radius: 34px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 30px;
    box-shadow: 0px 0px 9px rgb(245 243 243 / 50%);
    font-family: "Lato-Regular";
    }
    .btnenviar {
        border:3px solid #fff;
        font-family: "Lato-Regular";
        width: 97%;
        text-align: center;
        height: 44px;
        color: #fff;
        background: transparent;
        margin: 30px 0px;
        border-radius: 50px;
        box-shadow: 0px 0px 9px rgb(245 243 243 / 50%);
    }
    .division5 {
        width: 100%;
        display: inline-block;
        
    }
    .whatsapp {
        width: 55px;
        position: fixed;
        bottom: 0;
        right: 20px;
        z-index: 2;
        padding: 20px 0px;
    }
    .telefono{
        width: 45px;
        position: fixed;
        bottom: 70px;
        right: 25px;
        z-index: 2;
        padding: 20px 0px;
    
    }
    #myVideo {
    height: 200px;
    width: 98.8vw;
    object-fit: fill;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    padding: 66px 0px;
}
        .textblog {
        font-family: "Lato-Regular";
        font-size: 22px;
        color: #49463f;
        /* margin: 62px 0px; */
        text-align: justify;
        height: auto;
        border-left: 5px dotted var(--verde);
        padding: 66px 20px 0px;
    }
        .tituloblog {
        font-family: "Lato-Bold";
        text-align: center;
        font-size: 44px;
        color: var(--dorado);
        margin: 60px 0px 30px;
    }
        .imgblog {
        width: 98%;
        margin: auto;
    }
        .divisionB{
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        /* height: 500px; */
    }
    .imgB{
        width: 100%;
        
        border-radius: 0px 60px 0px 60px;
    }
    .imgB2{
         width: 100%;
        
        border-radius: 0px 60px 0px 60px;
              position: relative;
        top: 0px;
    }
}

