@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");
}
:root {
	--verde: #75ac05ff;
	--dorado: #feb404ff;
	--azul: #395290ff;
}
	
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media (max-width: 140000px) and (min-width: 900px) {

.division{
	height: 20px;
	width: 100%;
	background: var(--verde);
}
.ContenedorS {
	margin: auto; /*esto es centrado siempre*/
	width: 1000px;
	height: 100%;
	font-family: "Lato-Regular";
	}

	.movil{
		display: none;
	}
	#seccion_menu{
		height: 120px;
		width: 100%;
		padding-top: 0px;
		position: fixed;
		background: #fff;
		box-shadow: 0px 0px 12px rgba(0,0,0,.5);
		z-index: 10;
	}
	#logo{
		width: 136px;
	}
	.opciones{
		width: calc(100% - 30px);
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		color: 000;
			
	}
	.opcion:hover{
		color: var(--dorado);
		
	}
	.opcion{
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 8px;
    text-transform: uppercase;
    font-family: "Lato-Regular";
    line-height: 105px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}	
#seccion_uno{
	width: 100%;
	height: 850px;
}
	.banner1{
		width: 100%;
	    height: 750px;
	    background: url(https://interatec.mx/proyectos/FamilySolar/video/SolarEnergy2.mp4);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    overflow: auto;
    	overflow: hidden

	}
	.opacity{
	background: rgba(198, 192, 192, 0.3);
		width: 100%;
		height: 850px;
		position: absolute;
    	top:0px;
	}
	.division1{
		width: 42%;
	    display: inline-block;
	    vertical-align: middle;
	    
	}
	.division2{
		width: 55%;
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	}
		#myVideo {
    height: 750px;
    width: 98.8vw;
    object-fit: fill;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    padding: 100px 0px;  
}
	.text_banner{
		font-family: "Lato-Bold";
        margin: auto;
        font-size: 75px;
        height: 100px;
        width: 800px;
        text-align: center;
        padding-top: 267px;
        color: #fff;
        line-height: 92px;
	}
	.btnBanner{
	    width: 285px;
        height: 75px;
        background: var(--dorado);
        margin: auto;
        color: white;
        border-radius: 40px;
        text-align: center;
        font-size: 23px;
        line-height: 68px;
        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: 370px;
        height: 450px;
        background-size: 100% 100%;
        margin: auto;
        border-radius: 0px 60px 0px 60px;

	}
	.division3{
		width: 55%;
	    display: inline-block;
	    height: 640px;
	}
	.titulo1{
		font-family: "Lato-Bold";
		text-align: center;
		font-size: 80px;
		color: var(--dorado);
		margin: 60px 0px 30px;
	}
	.textN{
		font-family: "Lato-Regular";
        font-size: 22px;
        color: #49463f;
        /* margin: 62px 0px; */
        text-align: justify;
        height: 237px;
        border-left: 5px dotted var(--verde) ;
        padding: 66px 20px 0px;
        
	}
	.contentN{
		width: 300px;
        height: 450px;
        background: var(--verde);
        border-radius: 95px 0px;
        display: inline-block;
        margin: 0px 15px 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: 50px 0px;
        width: 100%;
        height: auto;
    }
	.parallax {
        background-image: url(../img/panel43.png);
        min-height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .opacity2 {
        width: 100%;
        height: 500px;
        background: rgba(255, 255, 255, 0.7);
    }
    .titulo3{
    	color: var(--azul);
        text-align: center;
        padding: 50px 0px;
        font-size: 40px;
        text-transform: uppercase;
    }
    .textParallax{
    	color: #000;
        width: 600px;
        margin: auto;
        padding-left: 30px;
        font-size: 18px;
    }
	.titulo2{
		font-size: 55px;
    	text-align: center;
    	color: var(--verde);
    	font-family: "Lato-Bold";
	}
	
	.imgP{
		display: inline-block;
    	width: 280px;
    	margin: 20px;	
	}
	#seccion_serv{
		width: 100%;
        height: 500px;
        background: url(../img/fondoB.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 50px;
        margin-top: 50px;
    
	}
	.mitad1{
		width: 48%;
        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: 17px;
	}
	.texticon{
		color: #04040494;
    	font-size: 16px;
	}
	#seccion_cuatro{
		width: 100%;
		height: 400px;
	}
	.swiper {
        width: 100%;
        height: 250px;
        margin: 50px;
    }

    .swiper-slide {
         text-align: center;
        font-size: 21px;
        background: var(--verde);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px !important;
        color: #fff;
        border-radius: 80px 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: 70%;
        transform: translateY(50%);
        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: 15px 5px;
   	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: 650px;
		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{

	}
	.division4{
		width: 40%;
        display: inline-block;
        vertical-align: top;
       
	}
	.logoB{
		width: 450px;
		margin-top: 18px;
        margin-left: 55px;
	}
	.formulario {
        width: 82%;
        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: 82%;
    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: 85%;
        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: 55%;
        display: inline-block;
        
    }
    .whatsapp {
        width: 65px;
        position: fixed;
        bottom: 0;
        right: 90px;
        z-index: 10;
        padding: 20px 0px;
    }
    .telefono{
    	width: 45px;
        position: fixed;
        bottom: 60;
        right: 25px;
        z-index: 10;
        padding: 20px 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: 50px;
        color: var(--dorado);
        margin: 60px 0px 30px;
    }
        .imgblog {
        width: 370px;
        height: 450px;
        margin: auto;
    }
        .divisionB{
        width: 42%;
        display: inline-block;
        vertical-align: bottom;
        /* height: 500px; */
    }
    .imgB{
    	width: 380px;

        border-radius: 0px 60px 0px 60px;
    }
    .imgB2{
         width: 380px;
        
        border-radius: 0px 60px 0px 60px;
              position: relative;
        top: -182px;
    }
}