
/*-------------estilos base----------------*/
*{
box-sizing: border-box;

	
}

body{
	
	margin: 0;
	
}
img{
	
	display: block;
	width: 100%;
	max-height: 100%;
	
}

h1,h2,h3,h4,h5,h6{
	
	margin: 0;
}

.container{
	width: 100%;
	margin: auto;
	
}
.container--flex{
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	
	overflow: hidden;
}

.column{
	
	width: 100%;
}

.whirlpool{
	
	color: #ECAF12;
}



.border {
    border-bottom: 1px solid #cbd1d5;
}

.color-gris{

background-color: #f7f9fa;
}


   


/*-------------estilos header----------------*/
.header1{
	
background:#f7f9fa;
}

.main-header{
	
	width: 100%;
	
}

.logo{

width: 135px;
height: 70px;
margin: 5px;
margin-left: 2px;



 }
.logo-container{
	
display: flex;

	
	
}
.logo, .icon-menu{
	
	padding: 5px;
}

	.header2 .logo{
		  
		width: 120px;
		  height: 50px;
		
	}
	
	.header2 .menu{
	 	
	margin-top:-56px 	
		
	}


/*--------- estilos del menu-----*/
.icon-menu{
	

position: absolute;
display: block;
width: 45px;
height: 45px;
font-size:40px;
cursor: pointer;
top: 20px	
}
.menu{
padding: 30px;
top: 60px;
left: 0;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
background: #f7f9fa;
text-align: center;
transition: height .3s linear;
	
}

.banner__servi{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:hidden;

    min-height:330px;

    background:linear-gradient(135deg,#0F172A,#14213D,#1F3B63);

}

.banner__servi::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(236,175,18,.08);

    right:-150px;

    top:-150px;

}

.banner__servi::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    left:-120px;

    bottom:-120px;

}

.div__servi{

    position:relative;

    z-index:2;

    text-align:center;

    width:100%;

    padding:40px 20px;

}

.title__servi{

    color:white;

    font-size:62px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:20px;

    text-align:center;

}

.title__servi::after{

    content:"";

    display:block;

    width:90px;

    height:5px;

    background:#ECAF12;

    margin:18px auto 0;

    border-radius:40px;

}





/*--------- estilos pago-contac -----*/

.banner--pagos
{
	margin-top: -39px;
	position: relative;
}
.banner--pagos:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	top: 0;
	}

.banner--imgg{
	width: 100%;
	height :1200px;
	object-fit: cover;
	
}
.title{
	
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	z-index:1500;
	top: 110px;
	
}

.div_pagos{
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	top: 200px;
	
}


.title__pago{
padding: 10px;
font-size: 25px;
margin-top:-250px 

	
}


	
.img__pago{
		
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 150px;
	}

	.div_pagos .img__pago{
		
		margin-top: -90px;

}
.div_contacts{
	width: 100%;
   text-align: center;
	position: absolute;
	top: 300px;
	z-index: 1000;
	margin-bottom: 30px;
	
}
.title__contac{
	
	color: white;
	font-size: 25px;
	margin-top: -30px;
	
	
}

.pa__contac{
	margin-top: 30px;
	color:white;
	margin-bottom: 10px;
	font-size:16px; 
	text-align: center;
	line-height: 0.5
	
}

.pas__contac{
color: white;
font-size:16px; 
}

.contacs{
font-size:25px;
margin-top:30px; 	

	
	
}

.div_formu{
	width: 100%;
   text-align: center;
	position: absolute;
	top: 600px;
	z-index: 1500;
	margin-top: 70px;;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	
	
}
form{
margin-left:  auto;
margin-right: auto;
background:rgba(0,0,0,.2);
padding: 20px;

}

input{
	border: 1px solid white; 
	width: 100%;
	background: transparent ;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	
	
	
}
textarea{
	border: 1px solid white; 
	padding: 8px;
	background: transparent ;
	width: 100%;
	
}


	
.btn--contac{
color: white;
background: #ECAF12;
border:none;
margin-top:15px; 	
	
}

.btn--contac:hover{
	
	background:#f57a00; 
	
}





/*---- estilos placeholder-----*/

.div_formu input[type=text]{
	padding-left: 30px;
	
	
}

.div_formu input[type=mail]{
	padding-left: 30px;
	
}

.div_formu textarea{
	padding-left: 30px;
}



.icon-contac{
	
position: absolute;
margin-top: -46px;
left: 56px;
color: white;
width: 16px;
height: 16px;
font-size: 16px;
	
}
.icon-mensaje{
top:250px;


}

.icon-enviar{
	
	margin-left: -50px;
	left: auto;
	
	
}

input::-webkit-input-placeholder {
  color: white;
	
}
input:-moz-placeholder {
  color: white; 
}
input:-ms-input-placeholder { 
  color: white; 
}
textarea::-webkit-input-placeholder {
  color: white;
}

.div_formu input[type="text"],
.div_formu input[type="mail"], 
.div_formu textarea{
	
	color: white;
}




/*--------- estilos footer -----*/

.main-footer{

    background:#0F172A;

    color:white;

    padding:70px 20px 25px;

}

.footer-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:60px;

}

.footer-grid h3{

    color:#ECAF12;

    margin-bottom:20px;

}

.footer-grid p{

    color:#d6d6d6;

    line-height:1.8;

    font-size:17px;

}

.footer-grid ul{

    list-style:none;

    padding:0;

}

.footer-grid li{

    margin-bottom:12px;

    font-size:17px;

}

.footer-grid a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

}

.footer-grid a:hover{

    color:#ECAF12;

}

.footer-copy{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:45px;

    padding-top:25px;

    text-align:center;

    color:#999;

}

@media(max-width:992px){

.footer-grid{

    grid-template-columns:1fr;

    text-align:center;

}

}

@media(max-width:480px){

.title__servi{

    font-size:38px;

}

}

@media(max-width:360px){

.title__servi{

    font-size:32px;

}

}


/*---- estilos boton flotante _____*/

.botonF1{
	display: none;
	padding-top:5px;
  width:60px;
  height:60px;
font-size:30px;
  border-radius:50%;
  background:#25d366;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:10px;
  border:none;
  outline:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s; 
position: fixed; 
	z-index: 3;
	
}

.botonF1:hover{
  transform:scale(1.1);
  
}



@media screen and  (min-width:480px){
	
	.group--color .column--50 {
		
		width: 50%;
	}

	
	.main__img{
		
		padding-top: 60px;
		width: 300px;
		object-fit: cover;
		
		
	}
	
	.group__title{
		
		margin-left: auto;
		margin-right: auto;
	}
	.column--50-25{
		
		width: 50%;
		
	}
	
}
	
	

@media screen and (min-width:768px){
	
	
	

	.logo{
		
		margin-left: -30px;
		margin-right: auto;
		
	}
	
	
	.main__title{
		
		font-size: 40px;
	}
	
	.main__txt{
		
		font-size: 20px;
		padding-top: 2px;
		
	}
		
	
	.main__img{
		
		width: 500px;
	}
	
	.boton{
		
		margin-top: 30px;
		
	}
	
	
	
.title__banner{
	margin-top:-10px; 
	color: #ECAF12;
	font-size: 50px;
	
}
	
	

.pa__banner{
	
    text-align: center;
	font-size: 16px;
	margin-top:80px;
	
}
	

	
	.column--80{
		
		width: 80%;
	}
	
	.column--20{
	 width:20%;	
		
	}
	
	.panel{
		
		height: 1300px;
		
	}
	
	

	.container-s{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cbd1d5;
	overflow: hidden;
	margin-left: auto;
	margin-right:auto;
	width: 650px;
	height: 250px;	
		
	
		
		
	}
	
	.title_servi{
		margin-top:40px; 
		font-size: 40px;
	}
	
	.p__servi{
	margin-top: 20px;
	text-align: center;
	margin-bottom:30px;
	padding: 10px;
	line-height:1.5; 

}
	
	.icon-servi{
		
		margin-top: -90px;
		width: 80px;
      height: 80px;
		
		
	}
	
	.column__boton{
		
		padding: 7px;
	
	}
	
	.column--50s{
		
		width:50%;
		
	}
	
	.title--promo{
	line-height: 30px;
	margin-top: -90px;
	font-size: 30px;
	}
	
	
	.group__title
	{
		
		font-size: 30px;
		
		}
	
	.column--50-25{
		
		width: 24%;
		
		
	}
	
	
	.banner--imgg{
		
		height: 1300px;
	
	}
	
	

	.img__pago{
	margin-left: auto;
	margin-right: auto;
		
		
	}
	.title__contac{
		
		margin-top:  30px;
		font-size: 40px;
	}
	
	.pa__contac,.pas__contac{
		margin-top:40px;
	 font-size: 17px;
		
	}
	
	
	
	
	
	.contacs{
		padding: 0;
		font-size: 35px;
	}
	
	
		.div_pagos .img__pago{
 display: block;
    margin: 0 auto;
    width: 700px;
    height: auto;
	object-fit: unset;
	margin-top: -80px;
	}
		.div_pagos .title__pago{

	margin-top: -300px;
	padding-top: 30px;
	font-size: 40px;
}

	
	.div_formu{
	top: 700px;	
     padding: 30px;	
	align-items: center;
	margin-right: 100px;
	
	 
	
	
		
	}
	form{
		
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 90px; 	
	width: 580px;
	height: 390px;
	padding-top: 110px;
		
	
		
		
	}
	
	.div-sepa{
    margin-left: -50px;
	margin-top: -80px;
	width: 40%;
	
	}
	.banner--pago .column--50{
		
		width:100%;
		height:200px 
		}
	
	
	.div-separ{
 	width: 50%;
	margin-right:50px;
	margin-top:-80px 	
		
	 
	}

	input{
	padding: 15px;	
	}
	
	.column--40{
	
		width: 100%;
		
	}
	
	.btn--contac{
	  	
		margin-top: 80px;
		height: 60px;
		font-size: 20px;
		padding-top: 30px;
	
		
		}
	.icon-contac{
      left: auto;
	  margin-left: -90px;
      margin-top:-52px;
	font-size: 18px;
		
	}
	.icon-enviar{
	margin-left: -20px;
	
		
		
	
		
	}
	
    .div-btn{
		
 	margin-top: -80px;
	
	}
	
	.icon-enviar{
	 margin-top:-70px;	
		
		
	}
	.icon-mensaje{
		
	top: 135px;
	 margin-left:-110px	
		
	}
	textarea{
	 width: 266px;	
		
	}

	
	
	
	.main-footer{
		
		
		text-align: center;
		text-decoration: none;
	}
		
		
		
	} 
	
	

	

@media screen and  (min-width:1024px){
	
	
	.banner__contact{
	
	position: relative;
	height: 254px;
		
		
}
	.title__contact{
		
		margin-top: 50px;
		font-size: 33px;
		}
	.main-header{
		
		position:fixed;
		z-index: 2000;
	} 

	
	.icon-menu{
		
		display: none;
	}
	.logo{
	margin-left: -450px;
		
	}
	
	.menu{
	    margin-top: -45px;
		position: absolute;  
		display: flex;
		height: auto;
		left: 60%;
		
	}
	
	
	
	
	.banner__img{
		
		height: 500px;
		
	} 

.title__banner{
	margin-top:90px; 
	color: #ECAF12;
	font-size: 80px;
	
}
	
	

.pa__banner{
	
    text-align: center;
	font-size: 20px;
	margin-top:195px;
	
}
	
	.main__title{
		
	font-size: 	35px;
		
	}
	.main__txt{
		
		font-size: 20px;
		line-height: 34.5px;
	}
	
	.title_servi{
	margin-top: 40px;	
	margin-bottom:50px;
	
   }
	
.p__servi{
	

	font-size: 20px;
	margin-top: -20px;
	
	
}
	
	
	
	
	
	
	.panel{
		
		width:1000px;
		height: 800px;
		
		padding-right: 50px;
		
	}
	
	.container-s{
	 
		width: 450px;
		height: 300px;
		
	}
	
	.column__title{
		
		font-size: 15px;
		margin-bottom: 30px;
		
	}
	
	.group__unir{
		padding: 20px;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	.img--promo{
		margin-left: 30px;
		
		
		
	}
	
	.column--50s{
		margin-left: -30px;
		width: 100%;
	}
	
	.column--sa{
		padding:10px; 
		width: 48%;
		height: 670px;
		
	}
	
	.group__title{
		margin-top:-50px;
		margin-left: 50px;
		
		}
	
	
	.separar{
	
	margin-left: 30px;
	}
	
	.column--50-25{
		
		
		
		width: 50%;
	}
	
.ventajas__img{
		
	font-size: 	55px;
	width: 55px;
	height: 55px;
	}
	
	.ventajas__title{
		font-size:20px;
		font-weight: 1000;
		
		
	}
	
		
	.title--promo{
		
	 margin-top: 	30px;
	}
	
	
	
	
	.title__pago{
		
		margin-top: -150px;
		font-size: 35px;
		
	}
	
	.img__pago{
		
		margin-top: 60px;
		
	}
	.title__contac{
	 font-size: 35px;
	}
	
	.pa__contac{
	margin-top: 40px;
	font-size: 	16px;
	
	}
	.pa__contac:nth-child(3){
		
		margin-bottom: 50px
	}
	
	form{
		
		width: 750px;
		height: 350px;
		padding-top: 120px;
	}
	.div-sepa{
	width:33%
		
		
	}
	
	textarea{
	width:390px;
	margin-left:-50px; 	
		
	}
	
	.btn--contac{
		
	   height: 40px;
		padding:1px;
		
	}
	
	.icon-contac{
		
		margin-left: -100px;
		
		
	}
	
	.icon-mensaje{
		
		margin-left:-203px;
        margin-top: -16px;
	}
	
	.icon-enviar{
		margin-top: -50px;
		margin-left: -53px
	 
	}
	
	
	
	
		
	}
	

	
@media screen and  (min-width:1366px){
	
	
	.line{
	margin-top: 50px;
	height: 5px;
		
		
	}
	.banner__img{
		
		height: 600px;
		
	}
	
		
	
	
	.banner__img{
		
		height: 550px;
		
	} 

.title__banner{
	margin-top:100px; 
	color: #ECAF12;
	font-size: 80px;
	
}
	
	

.pa__banner{
	
    text-align: center;
	font-size: 25px;
	margin-top:195px;
	
}
	
	.main__title{
		
	font-size: 	45px;
		
	}
	.main__txt{
		margin-left:30px; 
		font-size: 25px;
		line-height: 36.5px;
	}
	
	.main__img{
		padding-left: 30px;
		width: 600px;
		
	}
	
	.boton{
		margin-top: 70px;
		font-size:18px;
		text-align: center;
		width: 300px;
	}
	
	.pa__banner{
	
    text-align: center;
	font-size: 20px;
	margin-top:205px;
	
}
	
	.main__title{
		
	font-size: 	45px;
		
	}
	.main__txt{
		
		font-size: 25px;
		line-height: 34.5px;
	}
	
	.title_servi{
	margin-top: 70px;	
	margin-bottom: -40px;
	
		
	}
	
	.p__servi{
	margin-top: 60px;	
		
	}
	
	
	.panel{
		
		width:1100px;
		height:900px;
		padding-left: 50px;
		
		padding-right: 50px;
		
	}
	
	.container-s{
	    
		width: 470px;
		height: 300px;
		
	}
	
	.column__title{
		
		font-size: 15px;
		margin-bottom: 30px;
		
		
	}
	
	.title__pago{
	 font-size: 40px;
	}
	.title__contac{
		font-size: 40px;
		
	}
	.pa__contac{
		font-size: 20px; 
		
	}
	
	
}	
.visit{
	text-decoration: none;
	 color: #ECAF12; 
}	
.visit:visited{
	color: #ECAF12; 

}
.visit:hover{

	color: #202020;
}
	
	
	
		
		

	
	

	
	

	
	
	
	
	
	


	
	
	
	
	

