@font-face {
	font-family: 'AvenirNextLTPro-Bold';
	src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot');
	src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirNextLTPro-Bold';
		src: url('fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	}
}

@font-face {
	font-family: 'AvenirNextLTPro-Demi';
	src: url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot');
	src: url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff') format('woff'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirNextLTPro-Demi';
		src: url(' /fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg') format('svg');
	}
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
	src: url('/fonts/HelveticaNeueLTStd-BlkEx.eot');
	src: local('?'), url(' /fonts/HelveticaNeueLTStd-BlkEx.woff') format('woff'), url(' /fonts/HelveticaNeueLTStd-BlkEx.ttf') format('truetype'), url(' /fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
		src: url('/fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	}
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
	src: url('fonts/HelveticaNeueLTStd-BlkEx.eot');
	src: local('?'), url('fonts/HelveticaNeueLTStd-BlkEx.woff') format('woff'), url('fonts/HelveticaNeueLTStd-BlkEx.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Conv_HelveticaNeueLTStd-BlkEx';
		src: url('fonts/HelveticaNeueLTStd-BlkEx.svg') format('svg');
	}
}

@font-face {
	font-family: 'AvenirLT-Black';
	src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot');
	src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf') format('truetype'), url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvenirLT-Black';
		src: url('/public/fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg') format('svg');
	}
}

.boldlt {
	font-family: 'AvenirLT-Black';
}

body {
	background-color: #0057B8 !important;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'AvenirNextLTPro-Demi';
}

.regular {
	font-family: AvenirNextLTPro-Demi;
}

.bold {
	font-family: AvenirNextLTPro-Bold;
	color: #002C75;
}

.container {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 100%
}

a:link {
	text-decoration: none;
	color: #717274;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a {
	color: #58595b;
}

a.tt-mi:link {
	background-color: #f0f0f0;
}

a.tt-mi:hover {
	color: #fff;
	background-color: #0066ae;
}

.site-header {
	background-color: #BCBFC2;
	margin-top: 55px;
	padding: .1rem;
}

.site-headerwhite {
	background-color: #fff;
}

.site-header a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	text-decoration: none;
}

.site-header a:hover {
	color: #e6e7e8;
}

.site-headerwhite a {
	color: #58595b !important;
	text-transform: uppercase;
	font-size: 0.8rem;
	text-decoration: none;
}

.site-headerwhite a:hover {
	color: #808285 !important;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.overflow-hidden {
	overflow: hidden;
}

.pb-2,
.py-2 {
	padding-bottom: .1rem !important;
}

.bg-light {
	background-color: #0051C0 !important;
}

.content-section-a {
	position: absolute;
	width: 100%;
}

.imgbackgroungint {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0rem;
}

.imgbackgroungpt {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.bg-light-footer {
	background-color: #083280;
}

.bg-white {}

.p-md-top {
	padding-top: 2rem;
}

.p-md-bottom {
	padding-bottom: 3rem;
}

.p-md-topv {
	padding-top: 2rem;
}

.m-bottom {
	margin-bottom: 3rem;
}

.img-center {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.divformmon {
	margin-top: 68%;
}

.divformmonvm {
	margin-top: 53% !important;
	margin-left: 6%;
}

#contrataform h5 {
	font-family: "AvenirNextLTPro-Bold";
	font-size: 1em;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #41599D;
	/*#002C75;*/
}

#contrataform span {
	font-size: 0.8em;
	color: #41599D;
}

.contentform {
	padding-top: 0%;
	padding-left: 5% !important;
	padding-right: 5% !important;
	min-height: 514px;
}

.contentformint {
	min-height: 434px;
}

.divcontrataform {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 5%;
	background-color: #FBB62A;
	border-radius: 25px 25px 25px 25px;
	/* box-shadow:
		-10px 10px 25px -10px rgba(0, 0, 0, 0.8),
		10px 10px 25px -10px rgba(0, 0, 0, 0.8),
		0px 5px 10px 0px rgba(0, 0, 0, 1); */
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
}

.contrataform {
	height: auto;
}

.contrataform div.col-lg-12 {
	padding-bottom: 2%;
}

.form {
	background-color: #FBB62A;
	font-family: "AvenirNextLTPro-Demi";
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #FBB62A;
	color: #41599D;
	/*#002C75;*/
}

.formbutton {
	margin-bottom: 2%;
	margin-top: 2%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #ae873e;
}

.form input,
.form select,
.forminteresado input,
.forminteresado select {
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
}

.form h4,
.select h4,
.forminteresado h4 {
	font-family: "AvenirNextLTPro-Demi";
	font-size: 0.8em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.tith5 {
	font-size: 0.9em
}

.contrataaqui {
	background: url("../../img/boton.png") no-repeat;
	color: #f2f3f4;
	/* width:196px; */
	width: 100%;
	height: 32px;
	cursor: pointer;
	border: none;
	margin-top: 1%;
	background-size: 100% 100%;
}

.contrataaqui:hover {
	background: url("../../img/boton-hover.png") no-repeat;
	color: #f2f3f4;
	/* width:196px; */
	width: 100%;
	height: 32px;
	cursor: pointer;
	border: none;
	margin-top: 1%;
	background-size: 100% 100%;
}

.seccion1 {
	min-height: 850px;
	/*border:1px solid red;*/
}

.seccion2 {
	min-height: 134px;
}

.seccion3 {
	min-height: 825px;
}

.seccionc {
	min-height: 808px;
}

.secciona {
	min-height: 1660px;
}

.seccionb {
	min-height: 500px;
	margin-bottom: 5%;
}

.a1 {
	position: absolute;
	top: 74%;
	left: 7%;
	background: url("../../img/DWVER-MAS-COLOR.png") no-repeat;
	width: 98px;
	height: 67px;
	border: none;
	display: block;
	z-index: 100;
}

.divhideex {
	min-height: 480px
}

.a11 {
	/*position: sticky; top: 60%; left: 50%;transform: translate(-50%, -50%);*/
	background: url("../../img/DWVER-MAS-COLOR.png") no-repeat;
	width: 98px;
	height: 67px;
	cursor: pointer;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.a11:hover {
	/*position: sticky; top: 60%; left: 50%;transform: translate(-50%, -50%);*/
	background: url("../../img/DWVER-MAS-OVER.png") no-repeat;
	width: 98px;
	height: 67px;
	cursor: pointer;
	border: none;
	display: block;
	z-index: 100;
}

.a4 {
	margin-top: 162%;
	margin-right: auto;
	margin-left: auto
}

.a2 {
	margin-top: 162%;
	margin-right: auto;
	margin-left: auto;
	background: url("../../img/DWVER-MAS-DETALLES-COLOR.png") no-repeat;
	width: 271px;
	height: 45px;
	cursor: pointer;
	border: none;
	display: block;
}

.a2:hover {
	margin-top: 162%;
	margin-right: auto;
	margin-left: auto;
	background: url("../../img/DWVER-MAS-DETALLES-OVER.png") no-repeat;
	width: 271px;
	height: 45px;
	cursor: pointer;
	border: none;
	display: block;
}

.a3 {
	background: url("../../img/DWWHATSAPP-COLOR.png") no-repeat;
	width: 385px;
	height: 104px;
	display: block;
	background-size: 100% 100%;
	cursor: pointer;
	border: none;
	display: block;
	margin: 0 auto;
}

.a3:hover {
	background: url("../../img/DWWHATSAPP-OVER.png") no-repeat;
	width: 385px;
	height: 104px;
	display: block;
	background-size: 100% 100%;
	cursor: pointer;
	border: none;
	display: block;
	margin: 0 auto;
}

.error {
	color: red;
	font-size: 0.8rem !important;
	margin-bottom: 0px !important;
}

.seccionb iframe {
	border-radius: 6%;
}

.fullscreen-video-content {
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 40%;
	cursor: pointer;
}

.carousel {
	max-width: 98% !important;
}

.carousel-indicators .active {
	background-color: #0054C6 !important;
}

.carousel-indicators li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: none !important;
	width: 11px !important;
	height: 9px !important;
	background-color: grey !important;
	border-radius: 68px !important;
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {}

.carousel-control-next-icon {
	background-image: url("../../img/arrow-right-over.png") !important;
}

.carousel-control-prev-icon {
	background-image: url("../../img/arrow-left-over.png") !important;
}

.carousel-control-prev {
	left: -100px !important;
}

.carousel-control-next {
	right: -100px !important;
}

.carousel-indicators {
	top: 100% !important;
}

.b-facebook {
	background: url("../../img/b-facebook.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.b-facebook:hover {
	background: url("../../img/b-facebook-hover.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.b-instagram {
	background: url("../../img/b-instagram.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.b-instagram:hover {
	background: url("../../img/b-instagram-hover.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.b-tiktok {
	background: url("../../img/b-tiktok.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.b-tiktok:hover {
	background: url("../../img/b-tiktok-hover.png") no-repeat;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 80px;
	display: block;
	background-size: 100% 100%;
}

.list-inline {
	margin-bottom: 0rem !important;
	margin-top: 1.5rem;
}

.list-inline>li {
	display: inline-block;
	padding-left: 1%;
	padding-right: 1%;
}

.list-inline>li>a {
	display: inline-block;
	/* margin-right:1px; */
}

.list-inlinelog>a {
	display: inline-block;
}

.a1 {}

/*****************************************************moviles*************************************************************************/
@media (max-width: 5200px) {
	.contentform {
		width: 130% !important;
	}

	.seccion1 {
		min-height: 1250px;
		/* border: 1px solid red; */
	}

	.seccion2 {
		min-height: 1874px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 1300px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 4% !important;
		margin-left: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 190% !important;
	}

	.a2:hover {
		margin-top: 190% !important;
	}

	.divformmon {
		margin-top: 130% !important;
		margin-left: 30% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 63% !important;
		margin-left: 30%;
	}

	.contrataaqui {
		width: 80% !important;
	}

	.contrataaqui:hover {
		width: 80% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 2500px !important;
	}

	.seccionc {
		min-height: 1100px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 80% !important;
	}

	.contentform {
		min-height: 708px !important;
	}

	.filaWhatsapp {
		margin-top: 338% !important;
	}

	.filaRedes {
		margin-top: 6% !important;
	}

	.a3 {
		width: 500px !important;
		height: 260px !important;
	}

	.a3:hover {
		width: 500px !important;
		height: 260px !important;
	}

	.b-facebook {
		width: 160px !important;
		height: 160px !important;
	}

	.b-facebook:hover {
		width: 160px !important;
		height: 160px !important;
	}

	.b-instagram {
		width: 160px !important;
		height: 160px !important;
	}

	.b-instagram:hover {
		width: 160px !important;
		height: 160px !important;
	}

	.b-tiktok {
		width: 160px !important;
		height: 160px !important;
	}

	.b-tiktok:hover {
		width: 160px !important;
		height: 160px !important;
	}
}

@media (max-width: 3840px) {
	.divformmon {
		margin-top: 130% !important;
		margin-left: 20% !important;
	}

	.vmf {
		margin-top: 84% !important;
		margin-left: -322% !important;
	}

	.filaWhatsapp {
		margin-top: 340% !important;
	}

	.filaRedes {
		margin-top: 4% !important;
	}

	.a3 {
		width: 480px !important;
		height: 180px !important;
	}

	.a3:hover {
		width: 480px !important;
		height: 180px !important;
	}

	.b-facebook {
		width: 120px !important;
		height: 120px !important;
	}

	.b-facebook:hover {
		width: 120px !important;
		height: 120px !important;
	}

	.b-instagram {
		width: 120px !important;
		height: 120px !important;
	}

	.b-instagram:hover {
		width: 120px !important;
		height: 120px !important;
	}

	.b-tiktok {
		width: 120px !important;
		height: 120px !important;
	}

	.b-tiktok:hover {
		width: 120px !important;
		height: 120px !important;
	}
}

@media (max-width: 2600px) {
	.divformmon {
		margin-top: 130% !important;
		margin-left: 12% !important;
	}

	.vmf {
		margin-top: 84% !important;
		margin-left: -138% !important;
	}

	.filaWhatsapp {
		margin-top: 338% !important;
	}

	.filaRedes {
		margin-top: 4% !important;
	}

	.a3 {
		width: 480px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 480px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 110px !important;
		height: 110px !important;
	}

	.b-facebook:hover {
		width: 110px !important;
		height: 110px !important;
	}

	.b-instagram {
		width: 110px !important;
		height: 110px !important;
	}

	.b-instagram:hover {
		width: 110px !important;
		height: 110px !important;
	}

	.b-tiktok {
		width: 110px !important;
		height: 110px !important;
	}

	.b-tiktok:hover {
		width: 110px !important;
		height: 110px !important;
	}
}

@media (max-width: 1922px) {
	.contentform {
		width: 100% !important;
	}

	.seccion1 {
		min-height: 1250px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1874px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 1300px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 4% !important;
		margin-left: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 190% !important;
	}

	.a2:hover {
		margin-top: 190% !important;
	}

	.divformmon {
		margin-top: 130% !important;
		margin-left: 15% !important;
	}

	h5 {
		font-size: 15px !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 63% !important;
		margin-left: 30%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 2500px !important;
	}

	.seccionc {
		min-height: 1100px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 80% !important;
	}

	.contentform {
		min-height: 708px !important;
	}

	.filaWhatsapp {
		margin-top: 326% !important;
	}

	.filaRedes {
		margin-top: 4% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}


	.b-facebook {
		width: 100px !important;
		height: 100px !important;
	}

	.b-facebook:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok:hover {
		width: 100px !important;
		height: 100px !important;
	}
}

@media (max-width: 1680px) {
	.seccion1 {
		min-height: 1022px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1274px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 912px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 154% !important;
	}

	.a2:hover {
		margin-top: 154% !important;
	}

	.divformmon {
		margin-top: 125% !important;
		margin-left: 10% !important;
	}


	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 20%;
	}

	.contrataaqui {
		height: 38px !important;
	}

	.contrataaqui:hover {
		height: 38px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 2200px !important;
	}

	.seccionc {
		min-height: 942px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.contentform {
		min-height: 600px !important;
	}

	.filaWhatsapp {
		margin-top: 305% !important;
	}

	.filaRedes {
		margin-top: 4% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 100px !important;
		height: 100px !important;
	}

	.b-facebook:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok:hover {
		width: 100px !important;
		height: 100px !important;
	}
}

@media (max-width: 1600px) {
	.seccion1 {
		min-height: 850px;
		border: 1px solid red;
	}

	/* .seccion2{min-height:1058px;border:1px solid blue;}
	.seccion3{min-height:812px;border:1px solid black;} */
	/* .seccion4{border:1px solid red;} */
	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 154% !important;
	}

	.a2:hover {
		margin-top: 154% !important;
	}

	.divformmon {
		margin-top: 116% !important;
		margin-left: 10% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 20% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 2100px !important;
	}

	.seccionc {
		min-height: 942px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 295% !important;
	}

	.filaRedes {
		margin-top: 3% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 100px !important;
		height: 100px !important;
	}

	.b-facebook:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram {
		width: 100px !important;
		height: 100px !important;
	}

	.b-instagram:hover {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok {
		width: 100px !important;
		height: 100px !important;
	}

	.b-tiktok:hover {
		width: 100px !important;
		height: 100px !important;
	}
}

@media (max-width: 1523px) {
	.seccion1 {
		min-height: 850px;
		border: 1px solid red;
	}

	/* .seccion2{min-height:1058px;border:1px solid blue;}
	.seccion3{min-height:812px;border:1px solid black;} */
	/* .seccion4{border:1px solid red;} */
	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 154% !important;
	}

	.a2:hover {
		margin-top: 154% !important;
	}


	.divformmon {
		margin-top: 104% !important;
		margin-left: 10% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 20% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 2100px !important;
	}

	.seccionc {
		min-height: 942px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 285% !important;
	}

	.filaRedes {
		margin-top: 3% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 95px !important;
		height: 95px !important;
	}

	.b-facebook:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok:hover {
		width: 95px !important;
		height: 95px !important;
	}
}

@media (max-width: 1512px) {

	.contentform {
		width: 100% !important;
	}

	.seccion1 {
		min-height: 850px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1058px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 912px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 190% !important;
	}

	.a2:hover {
		margin-top: 190% !important;
	}

	.divformmon {
		margin-top: 103% !important;
		margin-left: 10% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 11% !important;
	}

	.contrataaqui {
		width: 70% !important;
		height: 35px !important;
	}

	.contrataaqui:hover {
		width: 70% !important;
		height: 35px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1940px !important;
	}

	.seccionc {
		min-height: 970px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 283% !important;
	}

	.filaRedes {
		margin-top: 3% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 95px !important;
		height: 95px !important;
	}

	.b-facebook:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok:hover {
		width: 95px !important;
		height: 95px !important;
	}

}

@media (max-width: 1440px) {
	.seccion1 {
		min-height: 720px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1058px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 700px;
		/*border:1px solid black;*/
	}

	.seccion4 {}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 138% !important;
	}

	.a2:hover {
		margin-top: 138% !important;
	}

	.divformmon {
		margin-top: 91% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 6%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1700px !important;
	}

	.seccionc {
		min-height: 850px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 275% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 95px !important;
		height: 95px !important;
	}

	.b-facebook:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok:hover {
		width: 95px !important;
		height: 95px !important;
	}
}

@media (max-width: 1400px) {
	.seccion1 {
		min-height: 850px;
		margin-top: 20% !important;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1058px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 700px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: -12% !important;
	}

	.a2,
	.a4 {
		margin-top: 138% !important;
	}

	.a2:hover {
		margin-top: 138% !important;
	}

	.divformmon {
		margin-top: 84% !important;
		margin-left: -5% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 0%;
		width: 400px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1800px !important;
	}

	.seccionc {
		min-height: 850px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 270% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 95px !important;
		height: 95px !important;
	}

	.b-facebook:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok:hover {
		width: 95px !important;
		height: 95px !important;
	}
}

@media (max-width: 1369px) {

	.divcontrataform {
		width: 90% !important;
	}

	.seccion1 {
		min-height: 810px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 1058px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 580px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: -12% !important;
	}

	.a2,
	.a4 {
		margin-top: 138% !important;
	}

	.a2:hover {
		margin-top: 138% !important;
	}

	.divformmon {
		margin-top: 81% !important;
		/* margin-left: 5% !important; */
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 0%;
	}

	.contrataaqui {
		height: 35px !important;
		width: 65% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 65% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1730px !important;
	}

	.seccionc {
		min-height: 850px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 265% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 95px !important;
		height: 95px !important;
	}

	.b-facebook:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram {
		width: 95px !important;
		height: 95px !important;
	}

	.b-instagram:hover {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok {
		width: 95px !important;
		height: 95px !important;
	}

	.b-tiktok:hover {
		width: 95px !important;
		height: 95px !important;
	}
}

@media (max-width: 1366px) {
	.divcontrataform {
		width: 88% !important;
	}

	.seccion1 {
		min-height: 810px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 956px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 580px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a2,
	.a4 {
		margin-top: 130% !important;
	}

	.a2:hover {
		margin-top: 130% !important;
	}

	.divformmon {
		margin-top: 82% !important;
		margin-left: -10px !important;
	}

	.a1 {
		margin-left: 9% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 0%;
	}


	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1740px !important;
	}

	.seccionc {
		min-height: 830px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 263% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1350px) {
	.seccion1 {
		min-height: 810px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 956px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 580px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: -12% !important;
	}

	.a2,
	.a4 {
		margin-top: 138% !important;
	}

	.a2:hover {
		margin-top: 138% !important;
	}

	.divformmon {
		margin-top: 79% !important;
		margin-left: -5% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 0%;
		width: 385px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1720px !important;
	}

	.seccionc {
		min-height: 820px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 262% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 450px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 450px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1300px) {
	.seccion1 {
		min-height: 810px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 956px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 580px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: -12% !important;
	}

	.a2,
	.a4 {
		margin-top: 138% !important;
	}

	.a2:hover {
		margin-top: 138% !important;
	}

	.divformmon {
		margin-top: 72% !important;
		margin-left: -8% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 53% !important;
		margin-left: 0%;
		width: 360px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1650px !important;
	}

	.seccionc {
		min-height: 800px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 255% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 440px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 440px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1280px) {
	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 834px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 580px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: -12% !important;
	}

	.a2,
	.a4 {
		margin-top: 125% !important;
	}

	.a2:hover {
		margin-top: 125% !important;
	}

	.divformmon {
		margin-top: 88% !important;
		margin-left: -5% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 0%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1610px !important;
	}

	.seccionc {
		min-height: 790px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 252% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 440px !important;
		height: 200px !important;
	}

	.a3:hover {
		width: 440px !important;
		height: 200px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}


@media (max-width: 1200px) {

	.divcontrataform {
		width: 76% !important;
	}

	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 660px;
		/*border:1px solid black;*/
	}

	.contentform {
		min-height: 370px !important;
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	#contrataform h5 {
		font-size: 12px !important;
	}

	.form h4 {
		font-size: 0.7em !important;
	}

	.form input {
		font-size: 0.8em !important;
	}

	.a2,
	.a4 {
		margin-top: 90% !important;
	}

	.a2:hover {
		margin-top: 90% !important;
	}

	.divformmon {
		margin-top: 88% !important;
		margin-left: -10% !important;
	}

	.a1 {
		margin-top: 8% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 0%;
		width: 340px !important;
	}

	.contrataaqui {
		height: 32px !important;
	}

	.contrataaqui:hover {
		height: 32px !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1520px !important;
	}

	.seccionc {
		min-height: 690px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 258% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1180px) {

	.divcontrataform {
		width: 85% !important;
	}

	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 660px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a2,
	.a4s {
		margin-top: 90% !important;
	}

	.a2:hover {
		margin-top: 90% !important;
	}

	.divformmon {
		margin-top: 83% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 6% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1500px !important;
	}

	.seccionc {
		min-height: 690px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	#contrataform h5 {
		font-size: 0.8em;
	}

	#contrataform h4 {
		font-size: 0.7em;
	}

	.contrataaqui {
		width: 60% !important;
		height: 30px !important;
	}

	.contrataaqui:hover {
		width: 60% !important;
		height: 30px !important;
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 85% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1160px) {
	.seccion1 {
		min-height: 700px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 660px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 90% !important;
	}

	.a2:hover {
		margin-top: 90% !important;
	}

	.divformmon {
		margin-top: 80% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 0%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 283% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1100px) {
	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 660px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
		margin-left: 2% !important;
	}

	.a2,
	.a4 {
		margin-top: 58% !important;
	}

	.a2:hover {
		margin-top: 58% !important;
	}

	.divformmon {
		margin-top: 72% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 0%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.carousel {
		max-width: 90% !important;
	}

	.secciona {
		min-height: 1390px !important;
	}

	.seccionc {
		min-height: 680px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.a1 {}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 273% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1024px) {
	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 660px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
		margin-left: 3% !important;
	}

	.a2,
	.a4 {
		margin-top: 58% !important;
	}

	.a2:hover {
		margin-top: 58% !important;
	}

	.divformmon {
		margin-top: 92% !important;
		margin-left: -12% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: -4% !important;
	}

	.contrataform div.col-lg-12 {
		padding-bottom: 1%;
	}

	#contrataform h5 {
		font-size: 10px !important;
	}

	.form h4 {
		font-size: 0.6em !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.carousel {
		max-width: 90% !important;
	}

	.secciona {
		min-height: 1290px !important;
	}

	.seccionc {
		min-height: 605px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.a1 {}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 257% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 90px !important;
		height: 90px !important;
	}

	.b-facebook:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram {
		width: 90px !important;
		height: 90px !important;
	}

	.b-instagram:hover {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok {
		width: 90px !important;
		height: 90px !important;
	}

	.b-tiktok:hover {
		width: 90px !important;
		height: 90px !important;
	}
}

@media (max-width: 1000px) {
	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 720px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 700px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 58% !important;
	}

	.a2:hover {
		margin-top: 58% !important;
	}

	.divformmon {
		margin-top: 90% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 0%;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1260px !important;
	}

	.seccionc {
		min-height: 575px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 230% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 430px !important;
		height: 190px !important;
	}

	.a3:hover {
		width: 430px !important;
		height: 190px !important;
	}

	.b-facebook {
		width: 80px !important;
		height: 80px !important;
	}

	.b-facebook:hover {
		width: 80px !important;
		height: 80px !important;
	}

	.b-instagram {
		width: 80px !important;
		height: 80px !important;
	}

	.b-instagram:hover {
		width: 80px !important;
		height: 80px !important;
	}

	.b-tiktok {
		width: 80px !important;
		height: 80px !important;
	}

	.b-tiktok:hover {
		width: 80px !important;
		height: 80px !important;
	}
}

@media (max-width: 960px) {

	.divcontrataform {
		width: 95% !important;
	}

	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 285px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 700px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.contentform {
		width: 250px !important;
	}

	.a1 {
		margin-top: 8% !important;
		margin-left: -1% !important;
	}

	.a2,
	.a4 {
		margin-top: 58% !important;
	}

	.a2:hover {
		margin-top: 58% !important;
	}

	.divformmon {
		margin-top: 86% !important;
		margin-left: 5% !important;
	}

	#contrataform h5 {
		font-size: 0.6em !important;
		font-weight: 500 !important;
	}

	#contrataform h4 {
		font-size: 0.6em !important;
		font-weight: 500 !important;
	}

	#contrataform span {
		font-size: 0.7em !important;
		font-weight: 500 !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 50% !important;
		margin-left: 12% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.secciona {
		min-height: 1220px !important;
	}

	.seccionc {
		min-height: 550px !important;
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.contrataaqui {
		height: 80% !important;
	}

	.contrataaqui:hover {
		height: 80% !important;
	}

	.form input {
		font-size: 0.7em !important;
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 298% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 420px !important;
		height: 180px !important;
	}

	.a3:hover {
		width: 420px !important;
		height: 180px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px !important;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}
}

@media (max-width: 868px) {

	.contentform {
		width: 220px !important;
	}

	.seccion1 {
		min-height: 752px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 285px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 380px;
		/*border:1px solid black;*/
	}

	.imgbackgroungint {
		content: url("../../img/Web_05.jpg");
	}

	.a1 {
		margin-top: 8% !important;
	}

	.a2,
	.a4 {
		margin-top: 58% !important;
	}

	.a2:hover {
		margin-top: 58% !important;
	}

	.divformmon {
		margin-top: 82% !important;
		margin-left: -20px !important;
	}

	.contrataform div.col-lg-12 {
		padding-bottom: 0%;
	}

	#contrataform h5 {
		font-size: 0.5em !important;
		font-weight: 500 !important;
	}

	#contrataform h4 {
		font-size: 0.5em !important;
		font-weight: 500 !important;
	}

	#contrataform span {
		font-size: 0.5em !important;
		font-weight: 500 !important;
	}

	.a1,
	.a11 {
		display: block !important;
	}

	.imgbackgroungvm {
		content: url("../../img/vermas.jpg");
	}

	.divformmonvm {
		margin-top: 43% !important;
		margin-left: 5% !important;
	}

	.img1 {
		content: url("../../img/1.png");
	}

	.img2 {
		content: url("../../img/2.png");
	}

	.img3 {
		content: url("../../img/3.png");
	}

	.img4 {
		content: url("../../img/4.png");
	}

	.img5 {
		content: url("../../img/5.png");
	}

	.img6 {
		content: url("../../img/6.png");
	}

	.img7 {
		content: url("../../img/7.png");
	}

	.img8 {
		content: url("../../img/8.png");
	}

	.img9 {
		content: url("../../img/9.png");
	}

	.img10 {
		content: url("../../img/10.png");
	}

	.imgbackgex {
		content: url("../../img/backexito.jpg");
	}

	.imgbackg {
		content: url("../../img/backerror.jpg");
	}

	.secciona {
		min-height: 1095px !important;
	}

	.seccionc {
		min-height: 500px !important;
	}

	.contrataaqui {
		height: 80% !important;
	}

	.contrataaqui:hover {
		height: 80% !important;
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 170% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 400px !important;
		height: 160px !important;
	}

	.a3:hover {
		width: 400px !important;
		height: 160px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}

	body {
		background-color: #FFF;
	}
}

@media (max-width: 768px) {
	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 700px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 2100px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.contentform {
		width: 350px !important;
	}

	.divformmon {
		margin-top: 480% !important;
		margin-left: -140% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 158% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.divformmonvm {
		margin-top: 75% !important;
		margin-left: -140% !important;
	}

	.forminteresado h5 {
		font-size: 0.8em !important;
		margin-bottom: 0.3em !important;
		margin-top: 0.5em !important;
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.7em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 2850px !important;
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	#contrataform h5 {
		font-size: 1em !important;
		font-weight: 500 !important;
	}

	#contrataform h4 {
		font-size: 0.9em !important;
		font-weight: 500 !important;
	}

	.form input {
		font-size: 0.9em !important;
	}

	#contrataform span {
		font-size: 0.9em !important;
		font-weight: 500 !important;
	}

	.contrataaqui {
		height: 28px !important;
		width: 60% !important;
	}

	.contrataaqui:hover {
		height: 28px !important;
		width: 60% !important;
	}

	.carousel {
		width: 60% !important;
	}

	.seccionb {
		width: 60% !important;
		min-height: 40px !important;
		margin-top: 35% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.vmf {
		margin-top: 65% !important;
	}

	.filaWhatsapp {
		margin-top: 153% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 370px !important;
		height: 130px !important;
	}

	.a3:hover {
		width: 370px !important;
		height: 130px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}

	body {
		background-color: #FFF;
	}
}

@media (max-width: 600px) {

	.content-section-a {
		position: absolute;
	}

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 650px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 550px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.divformmon {
		margin-top: 190% !important;
		margin-left: 18% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 158% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 2380px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 5% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.contrataaqui {
		height: 35px !important;
		width: 70% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 70% !important;
	}

	.carousel {
		width: 60% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 70% !important;
		min-height: 80px !important;
		margin-top: 70% !important;
		margin-left: 10px !important;
	}

	.filaWhatsapp {
		margin-top: 205% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 370px !important;
		height: 130px !important;
	}

	.a3:hover {
		width: 370px !important;
		height: 130px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}

	body {
		background-color: #FFF;
	}
}

@media (max-width: 550px) {

	.content-section-a {
		position: absolute;
	}

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 660px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 450px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 158% !important;
	}

	.divformmon {
		margin-top: 185% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 158% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 2360px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 10% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 60% !important;
		margin-left: 15% !important;
	}

	.seccionb {
		width: 60% !important;
		min-height: 50px !important;
		margin-top: 70% !important;
		margin-left: 15% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 560% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 360px !important;
		height: 120px !important;
	}

	.a3:hover {
		width: 360px !important;
		height: 120px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}

	body {
		background-color: #FFF;
	}
}

@media (max-width: 500px) {

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 650px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 450px;
		/*border:1px solid black;*/
	}

	.divformmon {
		margin-top: 260% !important;
		margin-left: 15% !important;
	}

	.contrataaqui {
		height: 30px !important;
		width: 70% !important;
	}

	.contrataaqui:hover {
		height: 30px !important;
		width: 70% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 156% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 2400px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 10% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 60% !important;
	}

	.seccionb {
		width: 70% !important;
		min-height: 60px !important;
		margin-top: 85% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 230% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 350px !important;
		height: 120px !important;
	}

	.a3:hover {
		width: 350px !important;
		height: 120px !important;
	}

	.b-facebook {
		width: 70px !important;
		height: 70px;
	}

	.b-facebook:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram {
		width: 70px !important;
		height: 70px !important;
	}

	.b-instagram:hover {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok {
		width: 70px !important;
		height: 70px !important;
	}

	.b-tiktok:hover {
		width: 70px !important;
		height: 70px !important;
	}

	body {
		background-color: #FFF;
	}
}

@media (max-width: 450px) {
	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 720px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 700px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 450px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 136% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 136% !important;
	}

	.divformmon {
		margin-top: 200% !important;
		margin-left: 10% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 136% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 2260px !important;
	}

	.carousel-control-prev {
		left: 0 !important;
	}

	.carousel-control-next {
		right: 0 !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 5% !important
	}

	#contrataform h4 {
		font-size: 0.9em !important;
	}

	.form input {
		font-size: 0.9em !important;
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 70% !important;
	}

	.seccionb {
		width: 80% !important;
		min-height: 60px !important;
		margin-top: 70% !important;
		margin-left: 10% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 220% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 330px !important;
		height: 120px !important;
	}

	.a3:hover {
		width: 330px !important;
		height: 120px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

	.contrataaqui {
		height: 35px !important;
		width: 80% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 80% !important;
	}
}

@media (max-width: 425px) {
	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 400px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 400px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 142% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 142% !important;
	}

	.divformmon {
		margin-top: 200% !important;
		margin-left: 7% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 142% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform h5 {
		font-size: 0.9em !important;
	}

	.form h4 {
		margin-bottom: 0.1em !important;
		margin-top: 0.2em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 1950px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 0% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
	}

	.seccionb {
		width: 80% !important;
		min-height: 60px !important;
		margin-top: 60% !important;
		margin-left: 10% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 230% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 330px !important;
		height: 110px !important;
	}

	.a3:hover {
		width: 330px !important;
		height: 110px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

	.contrataaqui {
		height: 35px !important;
		width: 80% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 80% !important;
	}

}

@media (max-width: 414px) {
	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 400px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 400px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 142% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 142% !important;
	}

	.divformmon {
		margin-top: 260% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 142% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.8em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 1630px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 0% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 80% !important;
		min-height: 60px !important;
		margin-top: 60% !important;
		margin-left: 10% !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 507% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 320px !important;
		height: 105px !important;
	}

	.a3:hover {
		width: 320px !important;
		height: 105px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

	.contrataaqui {
		height: 35px !important;
		width: 80% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 80% !important;
	}
}

@media (max-width: 400px) {
	.divcontrataform {
		width: 90% !important;
	}

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 300px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 400px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.divformmon {
		margin-top: 260% !important;
		margin-left: 8% !important;
	}

	.contrataaqui {
		height: 35px !important;
		width: 80% !important;
	}

	.contrataaqui:hover {
		height: 35px !important;
		width: 80% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 136% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.7em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	#contrataform h4 {
		font-size: 0.9em !important;
	}

	.secciona {
		min-height: 1630px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 0% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 90% !important;
		min-height: 60px !important;
		margin-top: 70% !important;
		margin-left: 20px !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 507% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 320px !important;
		height: 105px !important;
	}

	.a3:hover {
		width: 320px !important;
		height: 105px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

}

@media (max-width: 394px) {
	.divcontrataform {
		width: 90% !important;
	}

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 920px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 300px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 400px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.divformmon {
		margin-top: 260% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 136% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.7em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 1630px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: 0% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 90% !important;
		min-height: 60px !important;
		margin-top: 70% !important;
		margin-left: 20px !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 507% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 320px !important;
		height: 105px !important;
	}

	.a3:hover {
		width: 320px !important;
		height: 105px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

}

@media (max-width: 375px) {
	.divcontrataform {
		width: 90% !important;
	}


	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 900px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 300px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 350px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.divformmon {
		margin-top: 260% !important;
		margin-left: 4% !important;
	}

	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 136% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.7em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 1630px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: -2% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 90% !important;
		min-height: 60px !important;
		margin-top: 70% !important;
		margin-left: 20px !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 507% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 310px !important;
		height: 100px !important;
	}

	.a3:hover {
		width: 310px !important;
		height: 100px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

}

@media (max-width: 367px) {
	.divcontrataform {
		width: 78% !important;
	}

	.imgbackgroungint {
		content: url("../../img/Banner-Phone_02.jpg");
	}

	.seccion1 {
		min-height: 900px;
		/*border:1px solid red;*/
	}

	.seccion2 {
		min-height: 300px;
		/*border:1px solid blue;*/
	}

	.seccion3 {
		min-height: 350px;
		/*border:1px solid black;*/
	}

	.a2 {
		background: url("../../img/DWVER-MAS-DETALLES-COLORM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.a2:hover {
		background: url("../../img/DWVER-MAS-DETALLES-OVERM.png") no-repeat;
		width: 209px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 113% !important;
	}

	.divformmon {
		margin-top: 260% !important;
		margin-left: 8% !important;
	}


	.seccion4 {}

	.a1,
	.a11 {
		display: none !important;
	}

	.a4 {
		margin-top: 136% !important;
	}

	.imgbackgroungvm {
		content: url("../../img/mobile.jpg");
	}

	.tith5 {
		font-size: 0.7em !important;
		margin-bottom: 0em !important;
		margin-top: 0em !important;
	}

	.forminteresado input,
	.forminteresado select,
	#contrataform span,
	.forminteresado h4 {
		font-size: 0.9em !important;
	}

	#contrataform div.col-lg-12 {
		padding-bottom: 2% !important;
	}

	.secciona {
		min-height: 1630px !important;
	}

	.divformmonvm {
		margin-top: 26% !important;
		margin-left: -2% !important
	}

	.seccionc {
		min-height: 0px !important;
	}

	.img1 {
		content: url("../../img/1m.png");
	}

	.img2 {
		content: url("../../img/2m.png");
	}

	.img3 {
		content: url("../../img/3m.png");
	}

	.img4 {
		content: url("../../img/4m.png");
	}

	.img5 {
		content: url("../../img/5m.png");
	}

	.img6 {
		content: url("../../img/6m.png");
	}

	.img7 {
		content: url("../../img/7m.png");
	}

	.img8 {
		content: url("../../img/8m.png");
	}

	.img9 {
		content: url("../../img/9m.png");
	}

	.img10 {
		content: url("../../img/10m.png");
	}

	.imgbackgex {
		content: url("../../img/backmovil.jpg");
		background-size: 100% 100%;
	}

	.imgbackg {
		content: url("../../img/backmovile.jpg");
	}

	.carousel {
		width: 80% !important;
		margin-left: 10% !important;
	}

	.seccionb {
		width: 90% !important;
		min-height: 60px !important;
		margin-top: 70% !important;
		margin-left: 20px !important;
	}

	.ytvideo {
		height: 100% !important;
	}

	.filaWhatsapp {
		margin-top: 507% !important;
	}

	.filaRedes {
		margin-top: 2% !important;
	}

	.a3 {
		width: 310px !important;
		height: 100px !important;
	}

	.a3:hover {
		width: 310px !important;
		height: 100px !important;
	}

	.b-facebook {
		width: 60px !important;
		height: 50px;
	}

	.b-facebook:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram {
		width: 60px !important;
		height: 50px;
	}

	.b-instagram:hover {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok {
		width: 60px !important;
		height: 50px;
	}

	.b-tiktok:hover {
		width: 60px !important;
		height: 50px;
	}

}

/*****************************************************moviles*************************************************************************/