body,html{
	width: 100%;
	margin: 0%;
	padding: 0%;
}
.row{
 	margin: 0%;
 	padding: 0%;
 	justify-content: center;
}

/*** HEAD ***/

	.head{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0% 0% 0% 0%;
		padding: 1.5% 7% 1.5% 7%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		z-index: 10;
		transition: 0.5s;
		color: #111;
	}

	.head h2{
		font-family: 'Playball', cursive;
	}

	.head div{
		margin: auto;
	}

	.head img{
		width: 50%;
		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 15px;
		margin: 0px 5px;
		cursor: pointer;
	}

	.head li:hover{
		color: #de0024;
		font-weight: bold;
	}

		.social-media{
			display: flex;
			justify-content: flex-end;
		}

		.social-media p{
		    margin: auto 5%;
		    width: 35px;
		    height: 30px;
		    background: #3b5998;
		    text-align: center;
		    border-radius: 100%;
		    padding: 1.5% 0%;
		    transition: 0.3s;
		}

		.social-media i{
		    color: #fff;
		    padding-top: 22%;
		}

	.head button{
		border-radius: 10px;
	    color: #111;
	    background: #0000;
	    border: 1px solid #111;
	    outline: none!important;
	    text-decoration: none!important;
	    margin: auto 2%;
	    padding: 2% 20%;
	    transition: 1.3s;
	    width: 130px;
	}

	.head button:hover{
		color: #111;
		border: 1px solid #fbe16e;
		box-shadow: 0 0 0 3em #fbe16e inset;
		transition: 1.3s;
		font-weight: 100;
	}
	.botton-contact {
	    color: #111!important;
	    background: #fbe16e!important;
	    transition: 0.3s;
	    border: 1px solid #0000!important;
	}
	.head-on{
		padding: 2% 7% 2% 7%;
	    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
		background-color: #fff;
		transition: 0.5s;
		color: #212121;
		border-bottom: 2.5px solid  #58a5b5;
	}

	.oculto{
		display: none;
	}
	.linea-sub{
		height: 4px;
	    border-radius: 5px;
	    width: 5%;
	    background-color: #de0024;
	    margin: 1.5% auto;
	    margin-bottom: 0%;
	    border: none;
	}
/***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: 100%!important;
		font-size: 18px;
		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: 30px;
	    float: left;
	    padding: 11px;
	    margin: auto 0%;
	    margin-left: 12px;
	    background-color: #25d366;
	    border-radius: 100px;
	    width: 55px;
	    height: 55px;
	}

	.dinamic-wha span{
		margin: auto 0%;
	    margin-left: 15px!important;
	    background-color: #25d366;
	    padding: 8px 20px;
	    color: #fff;
	    border-radius: 18px;
	    box-shadow: 0px 0px 10px #00000052;
	}

	.dinamic-wha-active {
		width: 100%!important;
		opacity: 1;
		transition: 0.2s;
		z-index: -1;
	}

	.a-desactive{
		display: none;
		opacity: 0;
		transition: 0.2s;
		display: none;
	}

		@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.15);
	  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: 5% 8% 5% 8%;
		position: relative;
	}

	.banner-1{
		position: absolute;
	    width: 100%!important;
	    bottom: 0;
	    background-image: linear-gradient(to right, #368bbf,#6280a3);
	}

	.section-0 img{
		width: 100%;
	}

	.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;

	}

	.section-0 button{
		font-family: 'Ubuntu', sans-serif;
	    margin: 5% 0% 0% 5%;
	    padding: 1.5% 5%;
	    font-size: 18px;
	    border: none;
	    border-radius: 50px;
	    outline: none;
	    background-color: #ffffff;
	    color: #212121;
	}


	.section-01{
		width: 100%;
		padding: 5% 10% 3% 10%;
	}

	.section-01 h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		color: #212121;
		letter-spacing: 0.5px;
		text-align: center;
		font-weight: bold;
		width: 100%;
		margin: 0%;
		padding: 0%;
	}
	.carousel h1{
		color: #fff;
		position: absolute;
		left: 8%;
		top: 25%;
	}

	.corusel-info{
		width: 100%;
		margin: 4% 0% 0% 0%;
		padding: 0%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		transition: 0.3s;
		position: relative;
	}

	.corusel-info li{
		width: 25%;
		margin: 0%;
		text-align: center;
		position: relative;
	}

	.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;
		padding: 0% 10%;
	}

	.corusel-info button{
		position: absolute;
		bottom: -8%;
		left: 35%;
		border-radius: 7px;
		border:none;
		text-decoration: none;
		outline: none;
		padding: 2%;
		width: 35%;
    	background-color: #58a5b5;
    	color: #fff;
    	font-weight: bold;
    	transition: 0.3s;
	}
	.corusel-info button:hover{
		transition: 0.3s;
		background: #0000;
		color: #58a5b5;	
		border: 1.5px solid #58a5b5;
	}
	.corusel-info img{
		width: 60%;
		transition: 0.3s;
		border-radius: 5px;
		margin: 2% 0%;
		border-radius: 100%;
		box-shadow: 0px 0px 7px -5px #0000008c;
	}

	.corusel-info li>h3:hover{
		transform: scale(1.03)!important;
	    transition: 0.3s!important;
	}
	.zoom{
		transition: 0.3s;
	}
	.zoom:hover{
		transition: 0.3s;
	}

	.banner-imag{
		width: 100%;
	}

	.us-fond{
		/*background-image: url(../images/img/us.jpg);*/
		background-size: cover;
		background-position: bottom;
		padding: 4% 0%;
		box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	}
/***************************/
	.corusel-person{
		width: 100%;
		margin: 5% 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%;
	}

	.carousel{
		margin-top: 7%;
	}

	.section-02{
		width: 100%;
		margin-top: 0%;
		padding: 0% 8% 4% 8%;
	}

	.section-02 img{
		width: 85%;
	}

	.section-02 span{
		font-family: 'Ubuntu', sans-serif;
	    font-size: 15px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    color: #e3bd13;
	}

	.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;
		padding-left: 5%;
		margin-bottom: 2%;
	}

	.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: 27px;
		font-family: 'Raleway', sans-serif;
	}

	.section-02 ul>li>i{
		color: #58a5b5;
		margin-right: 5px;
		position: relative;
    	float: left;
    	padding-top: 1%;
    	font-size: 18px;
	}

	.section-02 button{
		font-family: 'Ubuntu', sans-serif;
	    margin: 5% 0% 0% 5%;
	    padding: 1.5% 5%;
	    font-size: 18px;
	    border: none;
	    border-radius: 50px;
	    outline: none;
	    background-image: linear-gradient(to right, #368bbf,#6280a3);
    	color: #ffffff;
    	width: 40%;
	}

	.section-03{
		width: 100%;
		margin-top: 3%;
		padding: 0% 0% 0% 0%;
		background-image: url(../images/img/medio.jpg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	}

	.section-03 h2{
	    font-size: 40px;
	    color: #de0024;
	    letter-spacing: 0.5px;
	    text-align: center;
	    font-weight: bold;
	    width: 100%;
	    margin: 0%;
	    padding: 7% 12%;
	    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;
	}

	input[type=checkbox], input[type=radio] {
	    box-sizing: border-box;
	    padding: 0;
	    width: 20px;
	    height: 20px;
	    position: relative;
	    float: left;
	    display: flex;
	}
	.form-1{
		padding: 0% 5%;
	    text-align: center;
	    box-shadow: 0px 0px 15px -5px #00000038;
	    border-radius: 5px;
	    background-color: #fff;
	}

	.form-1 h1{
		font-weight: 600;
		text-align: center;
		font-size: 25px;
		margin: 5% 0% 5% 0%;
		font-family: 'Raleway', sans-serif;
		color: #111;
		letter-spacing: 0.5px;
	}

	.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-radius: 2px;
		padding: 1%;
		border: none!important;
    	border-bottom: 1.5px solid #58a5b5!important;
    	background: #0000;
    	outline: none;
    	text-decoration: none;
	}

	.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%;
		width: 30%;
		background-color: #0000;
		color: #fff;
		background-color: #58a5b5;
	}
	.form-1 button:hover{
		color: #58a5b5;		
		border: 1px solid #58a5b5;		
		background-color: #0000;
	}

	.form-1 i{
		font-size: 20px;
		cursor: pointer;
		color: #e9a825;
	}

	.form-1 p{
		font-size: 17px;
		cursor: pointer;
	}
	.form-1 p:hover{
		color: #e9a825;
	}

	.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{
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.titulo span{
		font-family: 'Ubuntu', sans-serif;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #e3bd13;
	}

	.titulo h2{
		    font-family: 'Raleway', sans-serif;
		font-size: 35px;
		color: #212121;
		letter-spacing: 0.5px;
		text-align: center;
		font-weight: bold;
		width: 100%;
		margin: 0% 0% 5% 0%;
		padding: 0%;
		line-height: 35px;
		letter-spacing: 0.5px;
	}

	.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: 5% 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: 7% 0% 1% 0%;
		text-align: center;
		justify-content: center;
	    background-image: url(../images/img/end.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: 50% 27%;
	    z-index: -4;
	    position: relative;
	}

	.footer-W p{
		color: #ffffff78;
		font-size: 13px;
		letter-spacing: 0px;
	}

	.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: 'Raleway', sans-serif!important;
		color: #333!important;
    	font-size: 12px!important;
    	margin: 0% auto 0%;
    	background-color: #fff;
    	padding-top: 5%;
    	font-weight: bold;
	}
	.footer-W span {
	    color: #de0024;
	    font-weight: bold;
	    letter-spacing: 0.5px;
	}

	.fondo-lapiz{
		padding: 0% 8% 0% 8%; background-image: url(../images/img/end.png);
    	background-size: 125%;
    	background-position: 50% 160%;
    	background-repeat: no-repeat;
	}

/*** 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 input,textarea{
		width: 90%;
		padding: 1%;
		margin: 1% 2% 1% 2%;
		border-radius: 5px;
		border: 2px solid #0000006b;
		outline: none;
		font-size: 20px;
		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;
	}

	.linea-2{
		width: 7%;
		height: 0.5px;
		background-color: #111;
		margin: 1% auto;
		border-radius: 4px;
	}

	.marcas{
		width: 75%;
		padding: 2%;
	}

/*** box-05 ***/

	.box-05{
		width: 100%;
		margin: 0% 0% 0% 0%;
		padding: 0% 8% 2% 8%;
    	font-family: 'Ubuntu', sans-serif;
	}

	.box-05 h2{
		font-family: 'Ubuntu', sans-serif;
	    width: 100%;
	    margin: 5% 0% 2% 2%;
	    padding: 0%;
	    text-align: center;
	    font-size: 40px;
	    color: #111;
	    font-weight: bold;
	}

	.box-05 p{
		width: 100%;
		margin: 0% 0% 2% 0%;
		padding: 0%;
		text-align: left;
		font-size: 20px;
	}

	.box-05 ul{
		width: 100%;
		margin: 0%;
		padding: 0%;
		display: flex;
		justify-content: center;
		list-style: none;
		flex-wrap: wrap;
	}

	.box-05 ul>li{
		width: 30%;
		position: relative;
		margin: 10px 10px 10px 10px;
		cursor: pointer;
	}

	.box-05 i{
		visibility: hidden;
		display: none;
	}



	.box-05 ul>li>span{
		position: absolute;
		top: 0;
		left: 0;
		padding: 30% 0%;
		width: 100%;
		height: 100%;
		text-align:center;
		font-size: 35px;
		font-weight: bold;
		background-color: #00000014;
		color: #ffff;
		border-radius: 5px;
		transition: 0.3s;
	}

	.box-05 ul>li>span:hover{
		background-color: #de00246e!important;
	    transition: 0.3s;
	    color: #fff;

	}
	.box-05 ul>li>span:hover i{
		visibility: visible;
	}





	.box-05 ul>li>img{
		width: 100%;
		border-radius: 5px;
	}


	/*** box two ***/

	.box-two{
		width: 100%;
		margin: 0% 0% 20% 0%;
		padding: 0% 10% 3% 10%;
		position: relative!important;
	}

	.box-two img{
	    width: 70%;
	    border-radius: 100%;
	    position: relative!important;
	    z-index: 1;
	    border: 2px solid #de0024;
	}

	.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: 10% 0% 10% 0%;
		text-align: center;
		font-size: 20px;
		color: #000;
		font-weight: bold;
	}

	.box-two p{
		font-family: 'Raleway', sans-serif;
		width: 100%;
		margin: 0%;
		padding: 2% 10%;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.5px;
		color: #333333c9;
	}

	.box-two ul{
	    font-family: 'Raleway', sans-serif;
	    width: 90%;
	    margin: 0%;
	    padding: 51% 10% 5% 10%;
	    list-style: none;
	    text-align: left;
	    border-radius: 5px;
	    box-shadow: 0px 0px 15px -5px #0000008c;
	    position: absolute;
	    top: 40%;
	    height: 140%;
	}

	.box-two li{
		font-family: 'Raleway', sans-serif;
		padding: 2% 0% 2% 0%;
		margin: 2% 0% 2% 0%;
		border-bottom: 0.5px solid #d6e9ed;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.5px;
		color: #111;
		font-weight: 100!important;
	}

	.box-two li>span>i{
			font-size: 18px;
			color: #447bcd;
	}

	.box-two button{
		    font-family: 'Raleway', sans-serif;
		    margin-top: 10px;
		    padding: 2% 8%;
		    font-size: 18px;
		    border-radius: 10px;
		    border: none;
		    outline: none;
		    text-decoration: none;
		    letter-spacing: 1px;
		    position: absolute;
		    bottom: -77%;
		    left: 30%;
		    cursor: pointer;
		    z-index: 5;
		    transition: 0.3s;
		    border: none;
			background-color: #58a5b5;
			color: #fff;
			width: 32%;
	}

	.box-two button:hover {
		transition: 0.3s;
		background: #0000;
		color: #58a5b5;	
		border: 1.5px solid #58a5b5;
	}

	.container-sections iframe{
		padding: 0% 5%;
		border-radius: 5px;
	}
	/***** RESPONSIVE ********/

	@media(max-width: 2560px){
		.social-media p{
		    margin: auto 5%;
		    width: 45px;
		    height: 40px;
		    background: #3b5998;
		    text-align: center;
		    border-radius: 100%;
		    padding: 1.5% 0%;
		    transition: 0.3s;
		}

		.social-media i{
		    color: #fff;
		    padding-top: 23%;
		}
		.head li {
    		font-size: 25px;
   		}
		.section-0 h1{
			font-size: 60px
		}

		.section-0 p{
			font-size: 25px;
		}

		.section-01 h2{
			font-size: 40px;
		}
		.corusel-person img {
		    width: 70%;
		}

		.titulo h2{
			font-size: 40px;
		}
		.form-1 h1{
			font-size: 40px;
		}
		.container-sections{
			padding: 4% 8% 0% 8%!important;
		}
		.box-two h3 {
			font-size: 26px;
		}
		.box-two img {
			    border: 8px solid #58a5b5;
		}
		.box-two li {
			font-size: 17px;
    		font-weight: 500!important;
		}
		.section-02 ul>li {
		    font-size: 28px;
		}
		.section-02 p {
			font-size: 23px;
			padding-top: 15px;
		}
		.section-02 ul>li>i {
			font-size: 20px;
		}
		.corusel-info li>h3 {
			font-size: 22px;
		}
		.corusel-info li>p {
			font-size: 20px;
		}
	   	.head button{
	   		width: 180px;
	   		font-size: 21px;
	   	}
    }	

    @media(max-width:1440px){
		.social-media p{
		    margin: auto 5%;
		    width: 35px;
		    height: 30px;
		    background: #3b5998;
		    text-align: center;
		    border-radius: 100%;
		    padding: 1.5% 0%;
		    transition: 0.3s;
		}

		.social-media i{
		    color: #fff;
		    padding-top: 22%;
		}
		.head li {
	    font-size: 19px;
	   	}
	   	.head button{
	   	width: 130px;
	   	font-size: 17px;
	   	}
		.container-sections{
			padding: 0% 8% 0% 8%!important;
		}
		.corusel-info li>h3 {
			font-size: 20px;
		}
		.corusel-info li>p {
			font-size: 15px;
		}
		.box-two h3 {
			font-size: 20px;
		}

		.box-two img {
    		border: 7px solid #58a5b5;
		}
		.section-02 ul>li {
		    font-size: 21px;
		    color: #000;
		}
		.section-02 p {
			padding-top: 0%;
			font-size: 18px;
			font-family: 'Raleway', sans-serif;
			color: #333;
		}
		.box-two li {
			font-size: 13px;
    		font-weight: 400!important;
		}
    	.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;
		}                  
    }

	@media( max-width: 1024px ){
			
		.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 ){
		.us-fond{
			background-position: 75% 1%;
		}
		.btn-whatsapp{
			display: none;
		}
		.marcas{
			margin: 5% 0%;
		}
		.carousel {
    		margin-top: 12%;
		}
		.section-03{
			background-position: center;
			background-size: cover;
		}
		.btn-whatsapp{
			display: block;
		    bottom: -1%;
		    right: -20px;
		    width: 100px;
		}
		.fondo-lapiz{
			background-size: contain;
    		background-position: 50% 100%;
		}
		.head{
		border:none;
		}
		.section-03 h2 {
			font-size: 20px;
			padding: 9% 5%;
		}
	 	.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: #000!important;
		    font-size: 10px!important;
		    margin: 0% 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: 70%;
			    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: 30px!important;
		    margin-bottom: 10%;
		}

		.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: 75%;
   		}
		.btn-buenfin{
			width: 7%;
    		top: 1%;
	    }

		.form-buenfin input,textarea{
				border: 1px solid #0000006b;
		}

		.form-buenfin textarea{
		height: 50px;
		}
	}

	@media (max-width: 425px){
		.head-on {

    	}
		.box-two h3 {
    		padding: 5% 0% 5% 0%;
		}
		.box-two img {
			margin: 20% 0% 0%;
		}
		.box-two ul {
    		font-family: 'Raleway', sans-serif;
    		width: 100%;
    		margin: 0%;
    		padding: 10% 7% 5% 7%;
    		list-style: none;
    		text-align: left;
    		border-radius: 5px;
    		box-shadow: 0px 0px 15px -5px #0000008c;
    		height: 130%;
    		position: relative;
    		top: 0%;
   		}
   		.box-two button {
   			bottom: -5%;
    		left: 30%;
    		width: 40%;
   		}

   		.box-two li{
			font-size: 15px;
	    	color: #000;
	    	font-weight: 400!important;
   		}
   		.box-two h3{
   			font-size: 25px;
   		}
		.box-05 ul>li {
	    	width: 100%;
	   	}
		.head img {
		    width: 40%;
		    margin: 0% 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: 25% 0% 0% 0%;
		    text-align: center;
		}

		.section-0 p {
		    font-size: 15px;
		    text-align: center;
		}

		.corusel-info li {
		    width: 100%;
		    margin: 5% 0%;
		}

		.section-02 img {
		    width: 80%!important;
		    margin: 0% 10%;
		    padding-bottom: 15px;
		}

		.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%;
		}
	}