body,html{
	width: 100%;
	margin: 0%;
	padding: 0%;
}
.row{
 	margin: 0%;
 	padding: 0%;
 	justify-content: center;
}

/*** HEAD ***/

	.head{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0% 0% 0% 0%;
		padding: 1.5% 7% 1% 7%;
		display: flex;
		justify-content: space-between;
		background-color: #0000;
		z-index: 2;
		transition: 0.5s;
		color: #fff;
	}

	.head div{
		margin: auto;
	}

	.head img{
		width: 70%;
		padding: 0%;
		margin: 0%;
		cursor: pointer;
	}

	.head ul{
		font-family: 'Ubuntu', sans-serif;
		list-style: none;
		width: 100%;
		padding: 0%;
		margin: 0%;
		display: flex;
		justify-content: flex-end;
	}

	.head li{
		font-size: 18px;
		padding: 5px 20px;
		margin: 0%;
		cursor: pointer;
	}


	.head-on{
	/*	padding: 1% 7% 1% 7%;
		box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
		background-color: #fff;
		transition: 0.5s;
		color: #212121;
	*/
	}

/*** READ MORE ***/

	.read-less-btn{
		padding: 10px 10px;
		cursor: pointer;
	}

	.read-more-btn{
		padding: 10px 10px;
		cursor: pointer;
	}

	.read-more{
		display: none!important;
	}

/***Boton de whats***/

	.btn-whatsapp{
		position: fixed;
		bottom: 5%;
		left : 1%;
		background-color: #0000!important;
		border: none;
		padding: 0.6%;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		border-radius: 25px 25px 25px 25px;
		font-size: 21px;
		z-index: 2;
		width: 310px;
		height: 90px;
		display: flex;
		outline: none!important;
	}

	.dinamic-wha{
		width: 30%!important;
		font-size: 17px;
		height: 100%;
		padding: 0%;
		margin: 0%;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 100px;
		background-color: #0000;
		transition: 0.2s;
		color: #fff;
		display: flex;
	}

	.dinamic-wha i{
	    font-size: 28px;
	    float: left;
	    padding: 11px;
	    margin: auto 0%;
	    margin-left: 12px;
	    background-color: #25d366;
	    border-radius: 100px;
	    width: 50px;
	    height: 50px;
	}

	.dinamic-wha span{
		margin: auto 0%;
	    margin-left: 15px!important;
	    background-color: #25d366;
	    padding: 7px 17px;
	    color: #fff;
	    border-radius: 0px 10px 10px 10px;
	    box-shadow: 0px 0px 10px #00000052;
	    line-height: 19px;
	}

	.dinamic-wha-active {
		width: 100%!important;
		opacity: 1;
		transition: 0.0s;
		z-index: -1;
	}

	.a-desactive{
		display: none;
		opacity: 0;
		transition: 0.2s;
	}
	.dinamic-wha span:after{
		 position: absolute;
		 left: 25%;
		 margin-left: -8px;
         top: 22.5px;
         height: 14px;
    	 width: 16px;
		 background-color: #25d366;
		 content: "\00a0";
		 -webkit-transform: rotate(45deg);
		 -ms-transform: rotate(45deg);
		 transform: rotate(45deg);
		 transition: 0.0s;
		 z-index: 0;
	}

		@media(max-width: 990px ){
		.btn-whatsapp{
			display: none;
		}

		.btn-whatsapp{
			display: block;
		    bottom: -1%;
		    right: -20px;
		    width: 100px;
		}
	}

/*** BOX REFERENCES ***/

	.box-references h2{
		font-weight: 1000;
	    text-align: center;
	    font-size: 35px;
	    margin: 5% 0% 3% 0%;
	    font-family: 'Roboto Condensed', sans-serif;
	    color: #0000009e;
	}

	.box-references img{
	 	width: 100%;
	 	border-radius: 5px;
	 	transition: 0.3s;
	 	cursor: pointer;
	}

	.box-references img:hover{
	 	transition: 0.3s;
	 	transform: scale(1.03);
	}

	.box-references p{
		font-family: 'Ubuntu', sans-serif;
	    font-size: 20px;
	    text-align: center;
	    margin-top: 5%;
	}
	
/*** INICIO ***/
	.fondo-1{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background: rgba(0,0,0,0.38);
	  z-index: 0;
	  left: 0;
	  top: 0;
  	}

  	.desktop{
  		display: block;
  	}

  	.mobile {
  		display: none!important;
  	}

	.container-sections{
		width: 100%;
		margin: 5% 0% 0% 0%;
		padding: 0% 5% 2% 5%;
	}
	.section-0{
		width: 100%;
		padding: 0% 8% 10% 8%;
		position: relative;
	}

	.banner-1{
		position: absolute;
	    width: 100%!important;
	    bottom: 0;
    	background-image: linear-gradient(to right, #000000,#004d96);
	}

	.section-0 img{
		width: 10%;
	}

	.section-0 h1{
		width: 100%;
	    font-family: 'Ubuntu', sans-serif;
	    text-align: left;
	    font-size: 45px;
	    margin: 20% 0% 0% 0%;
	    font-weight: bold;
	    letter-spacing: 1.5px;
	    color: #ffff;
	    line-height: 60px;
	}

	.section-0 p{
		font-family: 'Ubuntu', sans-serif;
		margin: 0%;
		padding: 5% 2% 0% 2%;
		text-align: left;
		font-size: 18px;
		justify-content: 0.5px;
		color: #fff;
    	text-shadow: 0.5px 0.5px black;
	}

	.section-0 button{
		font-family: 'Ubuntu', sans-serif;
	    margin: 5% 0% 0% 15%;
	    padding: 1.5% 5%;
	    font-size: 19px;
	    border: none;
	    border-radius: 50px;
	    outline: none;
	    background-color: #ffffff;
	    color: #212121;
	}


	.section-01{
		width: 100%;
		padding: 0% 8% 5% 8%;
	}

	.section-01 h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		color: #5e52af;
		letter-spacing: 0.5px;
		text-align: center;
		font-weight: bold;
		width: 100%;
		margin: 0%;
		padding: 0%;
	}
	.section-01 img{
		width: 60%;
		margin: 10%;
		transition: 0.3s;
	}

	.section-01 img:hover{
		transition: 0.3s;
		transform: scale(1.05);
	}
	.container{
		width: 80%;
    	margin-bottom: 0%;
    	margin: 20% 0%;
	}

	.corusel-info{
		width: 100%;
		margin: 6% 0% 0% 0%;
		padding: 0%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		transition: 0.3s;
	}

	.corusel-info li{
		width: 25%;
		margin: 0%;
		text-align: center;
	}

	.corusel-info li>h3{
		font-family: 'Ubuntu', sans-serif;
		font-size: 17px;
		letter-spacing: 0.5px;
		font-weight: bold;
		text-align: center;
		padding: 3% 5%;
		transition: 0.3s;
	}

	.corusel-info li>p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 15px;
		letter-spacing: 0.5px;
		text-align: center;
	}

	.corusel-info img{
		width: 30%;
		padding:3%;
		transition: 0.3s;
	}
	.corusel-info li>h3:hover{
		transform: scale(1.03)!important;
	    transition: 0.3s!important;
	}
	
	.zoom{
		transition: 0.3s;
	}
	.zoom:hover{
		transform: scale(1.03)!important;
		transition: 0.3s;
	}

	.banner-imag{
		width: 100%;
	}
/***************************/
	.corusel-person{
		width: 100%;
		margin: 0% 0% 0% 0%;
		padding: 0%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
	}

	.corusel-person li{
		width: 75%;
		margin: 0%;
		text-align: center;
	}

	.corusel-person li>h3{
		font-family: 'Ubuntu', sans-serif;
		font-size: 17px;
		letter-spacing: 0.5px;
		font-weight: bold;
		text-align: center;
		padding: 3% 5%;
	}

	.corusel-person li>p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 15px;
		letter-spacing: 0.5px;
		text-align: center;
	}

	.corusel-person img{
		width: 75%;
	}

	.section-02{
		width: 100%;
		margin-top: 0%;
		padding: 0% 10% 0% 10%;
		background-color: #0000000a;
	}

	.section-02 img{
		width: 85%;
	}

	.section-02 h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		color: #212121;
		letter-spacing: 0.5px;
		text-align: left;
		font-weight: bold;
		width: 100%;
		margin: 2% 0% 5% 0%;
		padding: 0%;
		line-height: 35px;
	}

	.section-02 p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		color: #212121;
	}

	.section-02 ul{
		/*font-family: 'Ubuntu', sans-serif;*/
		width: 100%;
		margin: 0%;
		padding: 0px 0px 0px 10px;
		list-style: none;
		font-size: 20px;
	}

	.section-02 ul>li{
		margin-bottom: 10px;
		color: #333;
		padding-left: 4%;
		text-align: justify;
	}

	.section-02 ul>li>i{
		color: #0058a3;
		margin-right: 5px;
		position: absolute;
		left: 4%;
    	padding-top: 1%;
	}

	.section-02 button{
	    font-family: 'Ubuntu', sans-serif;
	    margin: 0% 0%;
	    padding: 1.5% 5%;
	    font-size: 18px;
	    border: none;
	    border-radius: 50px;
	    outline: none;
    	background-image: linear-gradient(to right, #6489b7,#004d96);
	    color: #ffffff;
	    width: 40%;
	    margin-bottom: 10%;
	}

	.section-03{
		width: 100%;
		margin-top: 3%;
		padding: 0% 0% 0% 0%;
		background-image: url(../images/img/banner-3.png);
		background-size: cover;
		background-position: 50% -300%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.section-03 h2{
		font-family: 'Ubuntu', sans-serif;
	    background-image: linear-gradient(to right, #6489b71c, #004d96d9);
	    font-size: 35px;
	    color: #fff;
	    letter-spacing: 0.5px;
	    text-align: center;
	    font-weight: bold;
	    width: 100%;
	    margin: 0%;
	    padding: 10% 0%;
	    line-height: 35px;
	}

	.section-03 h2>i{
		width: 50px;
		height: 50px;
		margin-bottom: 15px;
		color: #212121;
		padding: 10px 0px;
		background-color: #fff;
		border-radius: 50px;
	}


	.section-04{
		width: 100%;
		padding: 8% 8% 8% 8%;
		background-color: #0000000a;
	}

	.section-04 span{
		font-family: 'Ubuntu', sans-serif;
	    font-size: 15px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    color: #e3bd13;
	}

	.section-04 h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		color: #212121;
		letter-spacing: 0.5px;
		text-align: center;
		font-weight: bold;
		width: 100%;
		margin: 1% 0% 5% 0%;
		padding: 0%;
		line-height: 35px;
	}

	.section-04 ul{
		width: 100%;
		margin: 5% 0% 0% 0%;
		padding: 0%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		list-style: none;
	}

	.section-04 ul>li{
		width: 25%;
	    margin: 0% 2.5% 2.5% 2.5%;
	    background-color: #0000000a;
	    border-bottom: 3px solid #e9ce59;
	    text-align: center;
	    border-radius: 5px;
	    transition: 0.3s;
	    padding: 1%;
	}

	.section-04 ul>li:hover{
		width: 25%;
	    margin: 0% 2.5% 2.5% 2.5%;
	    background-color: #0000000a;
	    border-bottom: 3px solid #212121;
	    border-radius: 5px;
	    transition: 0.3s;
	    transform: translateY(-15px);
	    box-shadow: 0px 15px 10px #21212136;
	}

	.section-04 ul>li>img{
		width: 40%;
		padding: 10%;
	}

	.section-04 ul>li>h3{
		font-family: 'Ubuntu', sans-serif;
		padding: 0% 0% 0% 0%;
	    font-size: 17px;
	    letter-spacing: 0.5px;
	    font-weight: bold;
	    text-align: left;
	}

	.section-04 ul>li>p{
		font-family: 'Ubuntu', sans-serif;
	    padding: 0%;
	    margin: 0% 0% 0% 0%;
	    font-size: 15px;
	    color: #212121ba;
	    letter-spacing: 0px;
	    text-align: left;
	}


	.form-1{
		text-align: center;
		margin: 0% 0% 5% 0%;
    	padding: 0% 5% 0% 5%;
	}

	.form-1 h1{
		font-weight: 1000;
		text-align: center;
		font-size: 35px;
		margin: 5% 0% 5% 0%;
		font-family: 'Ubuntu', sans-serif;
		color: #212121;
	}

	.form-1 h5{
		font-family: 'Ubuntu', sans-serif;
		font-size: 20px;
		text-align: left;
	}

	.form-1 input,select{
		width: 100%;
		margin: 0% 0% 2% 0%;
		/*border: 0.5px solid #7f1a1b66;*/
		padding: 1%;
		border-radius: 5px;
	}

	.form-1 button{
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 20px;
		border:none;
		border-radius: 5px;
		outline: none;
		padding: 1% 5%;
		margin: 5% 0% 2% 0%;
		color: #fff;
		background-color: #e9a825;
	}
	.form-1 button:hover{
		background-color: #111;
		color: #fff;
	}

	.form-1 i{
		font-size: 40px;
		cursor: pointer;
		color: #e9a825;
	}

	.form-1 p{
		font-size: 22px;
		cursor: pointer;
	}

	.form-2 {
		width: 100%;
	}

	.form-2 img{
		width: 100%;
		margin: auto;
		padding: 20% 0% 0% 0%;
	}

	.form-2 i{
		font-size: 40px;
		cursor: pointer;
		color: #e9a825;
		margin: 5%;
	}

	.form-2 p{
		font-size: 20px;
		cursor: pointer;
	}

	.titulo span{
			font-family: 'Ubuntu', sans-serif;
		    font-size: 15px;
		    font-weight: bold;
		    letter-spacing: 1px;
		    color: #e3bd13;
		}

		.titulo h2{
			font-family: 'Ubuntu', sans-serif;
		    font-size: 30px;
    		color: #004d96;
		    letter-spacing: 0.5px;
		    text-align: center;
		    font-weight: bold;
		    width: 100%;
		    margin: 0% 0% 7% 0%;
		    padding: 0%;
		    line-height: 45px;
		}

		.text-rigth{
			text-align: right!important;
		}

		.titulo ul{
			padding: 0%;
			margin: 0%;
		}

		.titulo ul>li{
			font-family: 'Ubuntu', sans-serif;
			list-style: none;
			margin: 0% 0% 0% 0%;
			font-size: 17px;
			padding: 0% 0% 0% 0%;
		}

		.titulo ul>li>h3{
			font-family: 'Ubuntu', sans-serif;
		    font-size: 17px;
		    letter-spacing: 0.5px;
		    font-weight: bold;
		}

		.titulo ul>li>p{
			font-family: 'Ubuntu', sans-serif;
		    font-size: 18px;
		    letter-spacing: 0.5px;
		    margin: 0% 0% 10% 0%;
		    text-align: left;
		}

		.titulo ul>li>i{
		    font-size: 10px;
		    color: #e1b804;
		    position: absolute;
		    left: 0%;
		    margin: 2% 0%;
		}


	.img-pc{
		display: block;
	}

	.img-mobil{
		display: none;
		top: 0;
	}

	.content-virus{
		margin: 0% 0% 0% 0%;
	    position: relative;
	    padding: 0%;
	}

	.cov-1{
		width: 100px!important;
		position: absolute;
		top: 80%;
		right: 15%;
	}

	.cov-2{
		width: 100px!important;
		position: absolute;
	    top: 55%;
	    left: 50%;
	    opacity: 0.5;
	}

	.cov-3{
		width: 100px!important;
		position: absolute;
		top: 60%;
		left: 0;
	}

	.services-content{
		padding: 3% 3%;
	}

	.services-content h2{
		margin-bottom: 3%;
	}


/********* Titulos ***********/

		
		.ok	{
			left: 15%!important;
		}

		.titulo img{
		width: 100%;
		position: relative;
		transition: 0.3s;
		margin: 3% 0%;
		border-radius: 5px;
		}

		.titulo .zoom{
			transition: 0.3s;
		}

		.titulo .zoom:hover{
			transition: 0.3s;
			transform: scale(1.03);
		}



	/****** ofertas  *******/

	.web{
		margin-bottom:2%;
		width: 100%;
		padding: 0%;
	}

	.desarrollo {
    	margin: 0% 2%;
    	padding: 0%;
    	background: #7f1a1b;
    	border-radius: 10px;
    	text-align: center;
	}

	.desarrollo h2{
		font-family: 'Ubuntu', sans-serif;
		width: 100%;
		margin: 10% 0% 5% 0%;
		text-align: center;
		color: #ffffffd6;
		font-weight: 1000;
		letter-spacing: 1px;
	}

	.desarrollo ul{
		width: 100%;
		margin: 0%;
		padding: 0% 10% 0% 10%;
		list-style: none;
		font-family: 'Ubuntu', sans-serif;
		color: #ffffffd6;
		font-size: 18px;
		line-height: 30px;
		height: 430px;
		text-align: left;

	}

	.desarrollo button{
		font-family: 'Ubuntu', sans-serif;
		font-size: 22px;
		border-radius: 5px;
		margin: 5% 0% 10% 0%;
		padding: 1% 5%;
		border:none;
		font-weight: bold;
		color: #616161;
    	background-color: #ffffff;
	}

/*** FOOTER ***/

	.footer-W{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin: 0% 0% 0% 0%;
		padding: 1% 0% 1% 0%;
		background-color: #000;
		text-align: center;
		justify-content: center;
	}

	.footer-W p{
		color: #ffffff78;
		font-size: 15px;
		letter-spacing: 1.5px;
	}

	.footer-W i{
	    margin-left: 5px;
	}

	.footer-W ul{
		width: 100%;
		list-style: none;
		text-align: left;
	}

	.footer-W li{
		color: #ffffff78;
		font-size: 15px;
		letter-spacing: 1px;
		padding: 1% 0%;
	}

	.footer-W div{
		justify-content: center;
		margin: 0% 0%;
	}

	.footer-W img{
		width: 15%;
	}

	.copyrigt{
		font-family: 'Roboto Condensed', sans-serif;
		color: #ffffff85!important;
    	font-size: 15px!important;
    	margin: 1% auto;
	}
	.footer-W span {
    color: #e9a825;
	}

/*** llamados a la acción ***/

	.social{
		position: fixed;
	    top: 45%;
	    right: 99%;
	    transition: 0.3s;
	}
	
	.social p:hover{
		transform: scale(1.1);
		transition: 0.3s;
	}

	.social p{
		width: 50px;
	    height: 50px;
	    text-align: center;
	    color: #753030;
	    cursor: pointer;
	    background: #dcdcdc;
	    margin: 0%;
	}
	
	.social i{
		font-size:30px;
		padding: 15%;
	}

	/****TAPETE ***/

	.tapete-img{
		width: 100%;
		transition: 0.3s;
	}

	.tapete-img:hover{
		transform: scale(1.03)!important;
		transition: 0.3s!important;
	}

/*** BUEN FIN ***/

		.modal-content{
			position: relative;
			background-color: #fff;
		}

		.btn-buenfin{
	    	width: 2.5%;
	    	position: absolute;
	    	right: 1%;
	    	top: 1%;
	    	border:none;
	    	z-index: 5;
	    	cursor: pointer;
		}

		.modal-content-img{
			width: 100%;
			/*border-radius: 5px;*/
		}

		.form-buenfin{
			/*position: absolute;
			top: 57%;*/
			right: 0%;
			width: 100%;
			text-align: center;
		}

		.promo{
		    font-family: 'Roboto Condensed', sans-serif;
		    font-size: 25px;
		    padding: 10% 5% 5%;
		    text-align: center;
		    margin: 0%;
		}

		.form-buenfin textarea>input{
			width: 90%;
			padding: 1%;
			margin: 1% 2% 1% 2%;
			border-radius: 5px;
			border: 2px solid #0000006b;
			outline: none;
			font-size: 17px;
			background: #fff;
		}

		.form-buenfin textarea{
			height: 100px;
		}

		.form-buenfin button{
		    font-family: 'Roboto Condensed', sans-serif;
		    width: 30%;
		    padding: 1.5%;
		    margin: 1.5% 2% 0% 2%;
		    border: none;
		    border-radius: 5px;
		    outline: none;
		    font-size: 18px;
		    letter-spacing: 0.5px;
		    background: #111;
		    color: #fff;
		}
		.form-buenfin button:hover{
			background-color: #111;
			color: #fff;
		}

	/*** box two ***/

		.box-two{
			width: 100%;
			margin: 0% 0% 0% 0%;
			padding: 0% 10% 3% 10%;
			background-color: #0000000d;
		}

		.box-two img{
		    width: 70%;
		    border-radius: 100%;
		    padding: 10%;
		}

		.box-two h2{
			font-family: 'Raleway', sans-serif;
		    width: 100%;
		    margin: 0% 0% 0% 0%;
		    padding: 2% 0% 7% 0%;
		    text-align: center;
		    font-size: 38px;
		    color: #333;
		}

		.box-two h3{
			font-family: 'Raleway', sans-serif;
		    width: 100%;
		    margin: 0% 0% 0% 0%;
		    padding: 0% 0% 0% 0%;
		    text-align: center;
		    font-size: 20px;
		    color: #333;
		}

		.box-two p{
		    font-family: 'Raleway', sans-serif;
		    width: 100%;
		    margin: 2% 0%;
		    padding: 3% 10%;
		    font-size: 20px;
		    font-weight: bolder;
		    text-align: center;
		    letter-spacing: 0.5px;
		    color: #25d366;
		}

		.box-two p:hover {
			color: #5e52a;
		}
		

		.box-two ul{
			font-family: 'Raleway', sans-serif;
			width: 100%;
			margin: 0%;
			padding: 2% 10%; 
			list-style: none;
			text-align: center;
		}

		.box-two li{
			padding: 2% 0% 2% 0%;
		    margin: 2% 0% 2% 0%;
		    border-top: 1px solid #00000030;
		    font-size: 13px;
		    font-weight: bold;
		    letter-spacing: 0.5px;
		    color: #333333d9;
		}

		.box-two li>span>i{
			font-size: 18px;
			color: #447bcd;
		}

		.sec-rooms{
			border-radius: 5px;
			box-shadow: 0px 0px 15px -5px #0000008c;
			margin-bottom: 10%;
			transition: 0.2s;
			margin: 0% 5%;
			text-align: center;
		}

		.sec-rooms:hover{;
			transition: 0.2s;
			transform: translateY(-5px);
		}

		.sec-rooms textarea,input{
			width: 60%;
			margin: 2% 0%;
    		padding: 1%;
    		text-decoration: none;
    		outline: none;
    		border: none;
    		border-bottom: 1px solid #5e52ae57;
		}

	

		.box-two button{
		    font-family: 'Raleway', sans-serif;
		    margin-top: 10px;
		    padding: 2% 8%;
		    font-size: 18px;
		    border-radius: 5px;
		    border: none;
		    background-color: #5e52ae;
		    outline: none;
		    color: #fff;
		}

		.formulario{
		    padding: 0% 10%;
		    text-align: center;
		    box-shadow: 0px 0px 15px -5px #00000038;
		    margin: 0% 5%;
		    border-radius: 5px;
		    border-bottom: 2px solid #0a5399;
		}
		.formulario h1{
			text-align: center;
		    font-size: 30px;
		    padding: 10% 0%;
		    color: #004d96;
		    font-weight: bold;
		}
		.formulario h5{
			text-align: left;
		}
		.formulario select{
			border-color: #ddd;
		}

		input[type=checkbox], input[type=radio] {
		    box-sizing: border-box;
		    padding: 0;
		    width: 20px;
		    height: 20px;
		    position: relative;
		    float: left;
		    display: flex;
		}

	@media(max-width: 2560px){
		.section-0 h1{
			font-size: 60px;
			margin-top: 45%;
		}
		.section-0 {
		    width: 100%;
		    padding: 6% 8% 10% 8%;
		    position: relative;
		}

		.section-0 p{
			font-size: 25px;
		}

		.section-01 h2{
			font-size: 40px;
		}
		.corusel-person img {
		    width: 120%;
		}

		.titulo h2{
			font-size: 45px;
			line-height: 60px;
		}
		.form-1 h1{
			font-size: 40px;
		}
    }	

    @media(max-width:1440px){
		.section-0 {
		    width: 100%;
		    padding: 2% 8% 10% 8%;
		    position: relative;
		}

    	 .box-two p{
    	 	font-size: 18px;
    	 }
    	 .sec-rooms textarea, input {
    		width: 80%;
    		font-size: 15px;
		}

    	.section-0 h1{
    		font-size: 45px
    	}

    	.section-0 p{
    		font-size: 20px;
    	}

    	.section-01 h2{
    		font-size: 30px;
    	}

    	.titulo h2{
    		font-size: 35px;
    	}

    	.form-1 h1{
    		font-size: 35px;
    	}
		.promo{
		    font-size: 22px;
		   	padding: 5% 5% 5% 0%;
		}
		.modal-content-img {
		   	height: 100%;
		}
		.form-buenfin input, textarea {
		   	font-size: 17px;
		} 
		.section-02 ul>li {
		    margin-bottom: 10px;
		    color: #333;
		    font-size: 18px;
		}
		.formulario h5 {
		    text-align: left;
		    font-size: 15px;
		}
		.formulario h1{
			font-size: 20px;
		}

    }

	@media( max-width: 1024px ){
		.box-two{
			padding: 0% 3% 3% 3%;
		}
		.section-02{
			padding: 0% 3% 0% 3%;
		}
		.section-0 h1 {
		    font-size: 30px;
		    line-height: 35px;
		}

		.section-01 h2 {
		    font-size: 25px;
		}

		.corusel-info li>h3 {
		    font-size: 15px;
		    padding: 0% 5%;
		}

		.section-02 h2 {
		    font-size: 25px;
		    line-height: 30px;
		}

		.titulo h2 {
		    font-size: 25px!important;
		}

		.section-04 h2 {
		    font-size: 25px;
		}

		.section-04 ul>li {
	    	width: 40%;
	    }

		.form-1 h1 {
		    font-size: 25px;
		}

		.cov-1{
			width: 80px!important;
		}

		.cov-2{
			width: 70px!important;
		}

		.cov-3{
			width: 100px!important;
		}
		.section-02 button {
			width: 55%;
		}
		.form-buenfin textarea {
    		height: 55px!important;
		}
	}

	@media(max-width: 990px ){
		.banner-1 {
			background-image: linear-gradient(to right, #0a5ba2d9,#004d96);
		}
		.btn-whatsapp{
			display: none;
		}

		.btn-whatsapp{
			display: block;
		    bottom: -1%;
		    right: -20px;
		    width: 100%;
		}
	 	.desktop{
	 		display: none!important;
	 	}
	 	.mobile{
	 		display: block!important;
	 	}
		.container-sections{
			margin: 20% 0% 0%;
		}
		.desarrollo{
			margin: 0% 2% 5% 2%;
		}

		.desarrollo h2{
			margin: 5% 0% 5% 0%;
			font-size: 20px;
		}

		.desarrollo ul{
			font-size: 15px;
		}

		.form-1 h1{
			font-size: 25px;
		}

		.form-1 h5{
			font-size: 18px;
		}

		.form-1 button{
			margin: 10% 0% 2% 0%;
		}

		.form-2 img{
			width: 100%;
			padding: 10% 0% 10% 0%;
		}

		.recaptcha-web{
	 		position: absolute;
		    margin: 2% 0% 0% 0%;
		    left: 0;
		}

		.titulo ul{
			padding: 0% 0% 0% 10%;
		}

		.titulo ul>li>i {
		left: 5%;
		}
		.footer-W p{
			font-size: 16px;
			letter-spacing: none;
		}

		.footer-W li{
			font-size: 16px;
		}

	  .footer-W img {
	      width: 40%;
	  }
	  .copyrigt{
			color: #ffffff85!important;
	    	font-size: 8px!important;
	    	margin: 1% auto;
		}
		.social {
		    position: fixed;
		    top: 40%;
		    right: 0%;
		    right: -3%;
    	}
    	.social p {
		    width: 37px;
		    height: 39px;
		    padding: 2.5%;
		    text-align: center;
		    color: #fff;
		    cursor: pointer;
		    margin-bottom: 0rem;
		}
		.social i {
    		font-size: 24px;
    		margin: -6px;
    		padding: 9px;
		}
			.ok {
		    	left: 6%!important;
			}
			.promo{
				padding: 5% 0% 2%;
				font-size: 17px;
			}
			.dinamic-wha span {
				display: none;
			}

			.dinamic-wha-active {
    		
			}
			#tidio-chat{
				display: none;
			}
			

			.corusel-info img {
			    width: 45%;
			    padding: 3%;
			    margin: 10% 0%;
			}
	}

	@media only screen and (min-device-width : 768px) and (max-device-width : 1100px){
		.titulo p{
			font-size: 15px;
		}

		.titulo h1{
			font-size: 30px;
		}
		.section-0 p{
			font-size: 16px;
		}
		.promo {
			font-size: 22px;
		}

		.form-2 p{
			font-size: 16px;
		}
		.ok {
		    left: 9%!important;
		}
	}
	
	@media( max-width: 768px ){
		.section-02 button {
		    width: 65%;
		}
		.promo {
		    font-size: 18px!important;
		}
		.form-buenfin button {
			width: 50%!important;
    		margin-bottom: 2%!important;
		}
		.btn-buenfin {
		    width: 3%!important;
		  }
		.head img {
		    width: 100%;
		}


		.head li {
		    font-size: 15px;
		    padding: 5px 15px;
		}

		.section-0 h1 {
		    font-size: 25px;
		    line-height: 30px;
		}

		.section-0 p {
		    font-size: 15px;
		}

		.section-0 button {
		    font-size: 15px;
		}

		.section-01 h2 {
		    font-size: 22px;
		}

		.corusel-info li>h3 {
		    font-size: 15px;
		    padding: 0% 5%;
		}

		.section-02 h2 {
		    font-size: 20px;
		    line-height: 22px;
		}

		.section-02 p {
		    font-size: 15px;
		}

		.section-02 ul {
		    font-size: 13px;
		}

		.container-sections {
		    margin: 5% 0% 0%;
		}

		.titulo h2 {
		    font-size: 22px!important;
		}

		.titulo ul>li>h3 {
			font-size: 13px;
		}

		.titulo ul>li>p {
		    font-size: 15px;
		}

		.section-04 h2 {
		    font-size: 22px;
		}

		.section-04 ul>li>h3 {
		    font-size: 15px;
		}

		.section-04 ul>li>p {
		    font-size: 13px;
		}

		.cov-1{
			width: 50px!important;
		}

		.cov-2{
			width: 50px!important;
		}

		.cov-3{
			width: 60px!important;
		}

		.corusel-person img {
   			 width: 130%;
   		}
		.btn-buenfin{
			width: 7%;
    		top: 1%;
	    }

		.form-buenfin input,textarea{
				border: 1px solid #0000006b;
		}

		.form-buenfin textarea{
		height: 50px;
		}
	}

	@media (max-width: 425px){
		.sec-rooms{
			margin: 10% 5%;
		}
		.head img {
		    width: 30%;
		}

		.head ul {
		    justify-content: space-around;
		}

		.img-pc{
			display: none;
		}
		.img-mobil{
			display: block;
		}

		.head li {
		    font-size: 15px;
		    padding: 5px 5px;
		    text-align: center;
		}

		.section-0 h1 {
		    font-size: 25px;
		    line-height: 30px;
		    margin: 100% 0% 0% 0%;
		    text-align: center;
		}

		.section-0 p {
		    font-size: 15px;
		    text-align: center;
		}

		.corusel-info li {
		    width: 50%;
		}

		.section-02 img {
		    width: 80%;
		    margin: 0% 10%;
		}

		.section-02 button {
		    width: 80%;
		    margin: 10% 0% 10% 10%;
		}

		.text-rigth {
		    text-align: center!important;
		}

		.titulo ul>li {
		    text-align: center!important;
		}

		.section-04 ul>li {
		    width: 100%;
		    padding: 5%;
		    margin-bottom: 5%;
		}

		.modal-dialog{
			max-width: 85%!important
		}

			.form-buenfin input,textarea{
				padding: 0.5%;
			    margin: 3% 0%;
			    font-size: 15px;
			    border: 1px solid #0000006b;
			    border-radius: 3px;
			}

			.form-buenfin textarea{
			height: 30px;
			}

			.form-buenfin button{
				font-size: 20px;
			    padding: 1.2%;
			    width: 55%;
			    margin-bottom: 5%;
			}
			.corusel-person img {
    			width: 100%;
		}

		.formulario {
		    padding: 0% 0%;
		    text-align: center;
		    margin: 0% 0%;
		    border-radius: 5px;
		    padding: 0% 5%;
		    margin-top: 10%;

		}

		.container {
		    width: 200%;
		    margin-bottom: 0%;
		    margin: 0% 0%;
		}
		.section-03 {
			background-position: bottom;
		}
		.section-0 button {
    		font-family: 'Ubuntu', sans-serif;
    		margin: 10% 0% 25% 25%;
		}
		.section-02 ul>li {
		    margin-bottom: 10px;
		    color: #333;
		    font-size: 15px;
		    text-align: justify;
		}
		.section-02 {
		    width: 100%;
		    margin-top: 0%;
		    padding: 0% 5% 0% 5%;
		    background-color: #0000000a;
		}
}

	@media (max-width: 360px){

		.container{
			display: none;
		}

	}
@media (max-width: 320px){
.sec-rooms textarea, input {
    width: 80%;
    font-size: 13px;
}
.section-03 h2 {
	font-size: 20px;
}

}
