@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Casas Trío
Autor: Omar De Luna
actualización: oct 2023 */


* { font-family: 'Barlow Condensed', Helvetica, Arial sans-serif;}

.grisC{
	color: #333;
}

.grisB{
	background: #333;
}

.grisclaroB{
	background: #f2f2f2;
}

.blancoC{
	color: white;
}

.verdeB{
	background: #50d888;
}

.rojoC{
	color: #d82128;
}

.rojoB{
	background: #d82128;
}

.amarilloB{
	background: #fcd14e;
}

.azulB{
	background: #24a2d4;
}

.azulC{
	color: #24a2d4;
}


body{
	background:#f2f2f2;
	color: #555;
	}


main {
	width: 100%;
	margin:0 auto;
	background: white;
	}


header{
	width: 100%;
	position: relative;
	text-align: center;
	background:url("images/franjas.svg") no-repeat 0 200px, linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	background-size: 100%;
	padding: 50px 0 300px 0;
	overflow: hidden;
}



footer{
	width: 100%;
	position: relative;
	padding: 50px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 20px 20px 0 0;
}

footer div:last-child a{
	margin-left: 20px;
}

footer a:hover img{
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

	
h1{
	font-size:60px;
	line-height:60px;
	font-weight: 700;
	}

h2{
	font-size:50px;
	line-height:55px;
	font-weight: 700;
	}

h3{
	font-size:30px;
	line-height:35px;
	font-weight: 200;
	}


p {
	font-size:19px;
	line-height:25px;
	font-weight: 300;
	}

.big{
	font-size:24px;
	line-height:30px;
}
	
a {
	font-size:17px;
	line-height:23px;
	text-decoration: none;
	font-weight: 300;
	color: #333;
	}
	
a:hover {
	color:#000;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	letter-spacing: 1px;
}

.btn:hover{
	color: #fff;
}

#menuiphone{
	display: none;
}

.whats{
	position: fixed;
	left: 30px;
	bottom: 50px;
	z-index: 99999999;
}

.whats:hover{
	transform: scale(1.1);
}

.encabezado{
	padding: 50px 20%;
}

.links a{
	display: inline-block;
	padding: 15px 30px;
	margin: 0 5px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.links a:hover{
	background: black;
	color: white;
}

.links a img{
	margin-bottom: -8px;
}

.avatar1{
	width: 40%;
	position: absolute;
	bottom: 140px;
	left: -4%;
	pointer-events: none;
}

.avatar2{
	width: 28%;
	position: absolute;
	bottom: 140px;
	right: -2%;
	pointer-events: none;
}

.baner{
	width: 90%;
	margin: 0 5%;
	padding: 10px 30px;
	border-radius: 20px;
	position: absolute;
	z-index: 4;
	bottom: -0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.baner img{
	height: 5vw;
}


.problemas{
	background: white;
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

.problemas li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 40px;
}

.problemas li img{
	margin-bottom: -10px;
}

.problemas .F-lex{
	padding-bottom: 0;
}

.problemas div{
	margin-bottom: 0;
}

.plomeria{
	background: linear-gradient(180deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 20px 20px 0 0;
	padding-bottom: 100px;
}

.plomeria .col100{
	margin-bottom: 40px;
}

.trucking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.trucking div{
	border-radius: 15px;
	padding: 20px;
	height: 40vw;
	text-align: center;
}

.truck-2{
	position: absolute;
	z-index: 2;
	bottom: -26%;
	right: -100px;
}

.demostracion{
	border-radius: 20px;
	padding: 50px;
	margin-top: 100px;
	text-align: center;
}

video{
	border-radius: 15px;
}

.resolucion{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.resolucion .col25{
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}

.resolucion .col25 h3{
	padding: 0 20px;
	font-weight: 300;
}

.resolucion .col25 img{
	margin-top: -70px;
}

.resolucion div:first-child{
	margin-bottom: 70px;
}

.resultados{
	background: white;
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

.resultados .col25{
	margin: 30px 0px;
}

.resultados .col25 img{
	object-fit: cover;
	border-radius: 10px;
}

.testimoniales{
	background: url("images/water.svg") no-repeat top center, linear-gradient(180deg,rgba(39, 175, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: 100%;
	padding-top: 150px;
	
}

.testimoniales .col30{
	border-radius: 20px;
	padding: 30px;
	margin: 50px 0;
}

.CTA{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px;
}

.externo{
	padding-bottom: 50px;
}

@media only screen and (min-width:0px) and (max-width:767px){

header{
	width: 100%;
	background:url("images/franjas.svg") no-repeat 0 200px, linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	background-size: 100%;
	padding: 50px 0 80px 0;
}


footer{
	width: 100%;
	padding: 40px 5%;
	border-radius: 20px 20px 0 0;
	text-align: center;
}
	
	footer div{
		width: 100%;
		margin-bottom: 20px;
	}

	
h1{
	font-size:40px;
	line-height:40px;
	}

h2{
	font-size:30px;
	line-height:35px;
	}

h3{
	font-size:20px;
	line-height:26px;
	}


p {
	font-size:16px;
	line-height:22px;
	}

.big{
	font-size:18px;
	line-height:24px;
}
	
a {
	font-size:16px;
	line-height:22px;
	}
	

.btn{
	padding: 10px 20px;
	border-radius: 10px;
	letter-spacing: 1px;
}


.encabezado{
	padding: 50px 15%;
}
	
.encabezado h1 br{
	display: none;
}

.links a{
	padding: 15px 30px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.avatar1{
	width: 55%;
	bottom: 90px;
	left: -6%;
	position: relative;
}

.avatar2{
	width: 43%;
	bottom: 90px;
	right: -2%;
	position: relative;
}

.baner{
	width: 90%;
	margin: 0 5%;
	padding: 10px 30px;
	border-radius: 20px;
	text-align: center;
}

.baner img{
	height: 8vw;
}

.baner img:first-child{
	width: 90%;
	margin: 0 5%;
}


.problemas{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}
	
	
.problemas div:first-child{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	
.problemas div:nth-child(2), .problemas div:last-child{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	

.problemas div:nth-child(2){
	display: none;
}
	
	.problemas div:last-child ul{
		width: 30%;
	}

.problemas li{
	list-style: none;
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.problemas li img{
	margin-bottom: -8px;
	width: 50px;
}
	
.persona{
	width: 80%;
	margin-bottom: 0px;
}

.problemas .F-lex{
	padding-bottom: 0;
	align-items: center;
}

.problemas div{
	margin-bottom: 0;
}

.plomeria{
	background: linear-gradient(180deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 20px 20px 0 0;
	padding-bottom: 20px;
}

.trucking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.trucking div{
	border-radius: 15px;
	padding: 20px;
	height: auto;
}
	
.trucking div img{
	width: 50%;
}

.truck-2{
	bottom: 0%;
	right: 0px;
	position: relative;
	width: 100%;
}

.demostracion{
	border-radius: 20px;
	padding: 20px;
	margin-top: 50px;
}

.resolucion{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.resolucion .col25{
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 50px;
	width: 48%;
}

.resolucion .col25 h3{
	padding: 0 20px;
}

.resolucion .col25 img{
	margin-top: -70px;
	width: 70%;
}

.resolucion div:first-child{
	margin-bottom: 70px;
}

.resultados{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}

.resultados .col25{
	margin: 30px 0px;
}

.resultados .col25 img{
	border-radius: 10px;
}

.testimoniales{
	background: url("images/water.svg") no-repeat top center, linear-gradient(180deg,rgba(39, 175, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: 100%;
	padding-top: 150px;
	
}

.testimoniales .col30{
	border-radius: 20px;
	padding: 30px;
	margin: 20px 0;
}
	
	.testimoniales img{
		width: 100%;
	}

.CTA{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px;
	width: 94%;
	margin: 0 3%;
}
	
.CTA div:first-child{
	display: none;
}
	
.CTA div{
	width: 100%;
}
	
.FAQ .col30 img{
	width: 50px;
}



}


@media only screen and (min-width:0px) and (max-width:600px){



	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
header{
	width: 100%;
	background:url("images/franjas.svg") no-repeat 0 200px, linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	background-size: 100%;
	padding: 50px 0 80px 0;
}


footer{
	width: 100%;
	padding: 50px 5%;
	border-radius: 20px 20px 0 0;
}

	
h1{
	font-size:45px;
	line-height:45px;
	}

h2{
	font-size:35px;
	line-height:40px;
	}

h3{
	font-size:22px;
	line-height:27px;
	}


p {
	font-size:17px;
	line-height:23px;
	}

.big{
	font-size:19px;
	line-height:25px;
}
	
a {
	font-size:17px;
	line-height:23px;
	}
	

.btn{
	padding: 10px 20px;
	border-radius: 10px;
	letter-spacing: 1px;
}


.encabezado{
	padding: 50px 15%;
}
	
.encabezado h1 br{
	display: none;
}

.links a{
	padding: 15px 30px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.avatar1{
	width: 55%;
	bottom: 90px;
	left: -6%;
	position: relative;
}

.avatar2{
	width: 43%;
	bottom: 90px;
	right: -2%;
	position: relative;
}

.baner{
	width: 90%;
	margin: 0 5%;
	padding: 10px 30px;
	border-radius: 20px;
	text-align: center;
}

.baner img{
	height: 8vw;
}

.baner img:first-child{
	width: 60%;
	margin: 0 20%;
}


.problemas{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}
	
	
.problemas div:first-child{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
	
.problemas div:nth-child(2), .problemas div:last-child{
	width: 50%;
}

.problemas li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.problemas li img{
	margin-bottom: -8px;
	width: 50px;
}
	
.persona{
	width: 80%;
	margin-bottom: 0px;
}

.problemas .F-lex{
	padding-bottom: 0;
	align-items: center;
}

.problemas div{
	margin-bottom: 0;
}

.plomeria{
	background: linear-gradient(180deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.trucking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.trucking div{
	border-radius: 15px;
	padding: 20px;
	height: 55vw;
}

.truck-2{
	bottom: -30%;
	right: -50px;
}

.demostracion{
	border-radius: 20px;
	padding: 50px;
	margin-top: 100px;
}

.resolucion{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.resolucion .col25{
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 50px;
}

.resolucion .col25 h3{
	padding: 0 20px;
}

.resolucion .col25 img{
	margin-top: -70px;
	width: 70%;
}

.resolucion div:first-child{
	margin-bottom: 70px;
}

.resultados{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}

.resultados .col25{
	margin: 30px 0px;
}

.resultados .col25 img{
	border-radius: 10px;
}

.testimoniales{
	background: url("images/water.svg") no-repeat top center, linear-gradient(180deg,rgba(39, 175, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: 100%;
	padding-top: 150px;
	
}

.testimoniales .col30{
	border-radius: 20px;
	padding: 30px;
	margin: 50px 0;
}

.CTA{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px;
	width: 94%;
	margin: 0 3%;
}
	
.CTA div:first-child{
	display: none;
}
	
.CTA div{
	width: 48%;
}
	
.FAQ .col30 img{
	width: 50px;
}

}

@media only screen and (min-width:1024px) and (max-width:1350px){
	
header{
	width: 100%;
	background:url("images/franjas.svg") no-repeat 0 200px, linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	background-size: 100%;
	padding: 50px 0 300px 0;
}


footer{
	width: 100%;
	padding: 50px 5%;
	border-radius: 20px 20px 0 0;
}

	
h1{
	font-size:50px;
	line-height:50px;
	}

h2{
	font-size:40px;
	line-height:45px;
	}

h3{
	font-size:25px;
	line-height:30px;
	}


p {
	font-size:18px;
	line-height:24px;
	}

.big{
	font-size:20px;
	line-height:26px;
}
	
a {
	font-size:18px;
	line-height:24px;
	}
	

.btn{
	padding: 10px 20px;
	border-radius: 10px;
	letter-spacing: 1px;
}


.encabezado{
	padding: 50px 10%;
}

.links a{
	padding: 15px 30px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.avatar1{
	width: 50%;
	bottom: 90px;
	left: -6%;
}

.avatar2{
	width: 38%;
	bottom: 90px;
	right: -2%;
}

.baner{
	width: 90%;
	margin: 0 5%;
	padding: 10px 30px;
	border-radius: 20px;
}

.baner img{
	height: 5vw;
}


.problemas{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}

.problemas li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.problemas li img{
	margin-bottom: -8px;
	width: 50px;
}
	
.persona{
	width: 115%;
	margin-bottom: 0px;
}

.problemas .F-lex{
	padding-bottom: 0;
}

.problemas div{
	margin-bottom: 0;
}

.plomeria{
	background: linear-gradient(180deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.trucking{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.trucking div{
	border-radius: 15px;
	padding: 20px;
	height: 45vw;
}

.truck-2{
	bottom: -30%;
	right: -80px;
}

.demostracion{
	border-radius: 20px;
	padding: 50px;
	margin-top: 100px;
}

.resolucion{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px 20px 0 0;
}

.resolucion .col25{
	border-radius: 10px;
	padding: 10px;
}

.resolucion .col25 h3{
	padding: 0 20px;
}

.resolucion .col25 img{
	margin-top: -70px;
}

.resolucion div:first-child{
	margin-bottom: 70px;
}

.resultados{
	border-radius: 20px 20px 0 0;
	margin-top: -20px;
}

.resultados .col25{
	margin: 30px 0px;
}

.resultados .col25 img{
	border-radius: 10px;
}

.testimoniales{
	background: url("images/water.svg") no-repeat top center, linear-gradient(180deg,rgba(39, 175, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: 100%;
	padding-top: 150px;
	
}

.testimoniales .col30{
	border-radius: 20px;
	padding: 30px;
	margin: 50px 0;
}

.CTA{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px;
	width: 94%;
	margin: 0 3%;
}
	
	
.FAQ .col30 img{
	width: 50px;
}

}


@media only screen and (min-width:1351px) and (max-width:1600px){

.problemas li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
}
	
.trucking div{
	border-radius: 15px;
	padding: 20px;
	height: 40vw;
}

.truck-2{
	bottom: -35%;
	right: -100px;
}

.CTA{
	background: linear-gradient(180deg,rgba(216, 33, 40, 1) 0%, rgba(146, 21, 28, 1) 100%);
	border-radius: 20px;
	width: 94%;
	margin: 0 3%;
}

}




