<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Colores corporativos
*
* (SegÃºn el cliente)
* Verde: #87be00 - rgb(135, 190, 0)
* Azul: #0c639a - rgb(12, 99, 154)
* 
* (SegÃºn Affinity y plugin ColorZilla)
* Verde: #b8d32e - rgb(184, 211, 46)
* Azul: #0d7bae - rgb(13, 123, 174)
*/

@font-face{
	font-family: 'Inter';
	src: url('https://assets.swipepages.com/fonts/inter/semibold/Inter-SemiBold.woff') format('woff'),
		 url('https://assets.swipepages.com/fonts/inter/semibold/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('https://assets.swipepages.com/fonts/inter/semibold/Inter-SemiBold.otf')  format('opentype'),
		 url('https://assets.swipepages.com/fonts/inter/semibold/Inter-SemiBold.ttf')  format('truetype'),
		 url('https://assets.swipepages.com/fonts/inter/semibold/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* {
	word-break: break-word; /* PARA QUE CUANDO SE HAGA ZOOM DEL TEXTO NO SE PISEN */
}
body {
	color: #000;
	font-family: 'Nunito', sans-serif;
	/*font-size: 18px;*/
}
a {
	color: #0c639a;
}
img {
	height: auto;
}
svg {
	width: 45px;
	height: 45px;
	fill: currentColor;
}
#contenido_participar svg {
	color: rgba(38,112,164,1);
}
.cta-novedad {
	background-color: #0c639a;
	padding: 10px 0;
}
.cta-novedad :is(h2, .h2) {
	--font-size: 3rem;
	margin-bottom: 0;
	font-size: var(--font-size);
	line-height: calc(var(--font-size) + .5rem);
	color: #fff;
}
.cta-novedad .cta-novedad-button {
	--font-size: 1.2rem;
	font-size: var(--font-size);
	line-height: calc(var(--font-size) + .5rem);
}
.ff-nunito {
	font-family: 'Nunito', sans-serif;
}
.ff-exo {
	font-family: 'Exo', sans-serif;
}
.ff-hind {
	font-family: 'Hind', sans-serif;
}
.ff-inter {
	font-family: 'Inter', sans-serif;
}

.fs-10 {
	font-size: 10px;
	line-height: 1.4;
}
.fs-15 {
	font-size: 15px;
	line-height: 1.4;
}
.fs-20 {
	font-size: 20px;
	line-height: 1.4;
}
.fs-25 {
	font-size: 25px;
	line-height: 1.4;
}
.fs-30 {
	font-size: 30px;
	line-height: 1.4;
}
.fs-35 {
	font-size: 35px;
	line-height: 1.4;
}
.fs-40 {
	font-size: 40px;
	line-height: 1.4;
}

.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.fs-italic {
	font-style: italic !important;
}

.object-fit-cover {
	object-fit: cover;
}
.object-position-center {
	object-position: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Exo', 'Hind', 'Nunito', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
}
.h3, .h4, .h5, .h6 {
	margin-top: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
h2, .h2 {
	font-size: 40px;
}
.top-part__block .container,
.top-part__block .container .row {
	min-height: 50px;
	height: auto;
}
.top-part__block h1,
.top-part__block .h1,
.top-part__block p,
.top-part__block .p {
	line-height: 2;
	color: #fff;
}
.top-part__block h1,
.top-part__block .h1,
.top-info__block .p,
.top-part__block .p {
	margin: 0;
}

.top-info__block &gt; div {
	margin: 0;
	padding: 0;
}
.top-info__block &gt; div &gt; div {
	display: inline-block;
	position: relative;
}
.top-info__block &gt; div &gt; div:last-child {
	border: medium none;
}
.top-info__block &gt; div &gt; div i {
	color: #0c639a;
	font-size: 30px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 50px;
}

.top-info__block .p {
	margin-right: 15px;
	padding-left: 50px;
	text-align: left;
	font-size: 15px;
	color: #222;
	font-weight: bold;
	line-height: 2;
}
.top-info__block .p span,
.top-info__block .p span a {
	color: rgba(34, 34, 34, 0.7);
	display: block;
	font-size: 12px;
}

/*#navbar-menubar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}/**/
nav.navbar.bootsnav ul.nav &gt; li &gt; a {
	word-break: keep-all;
}
nav.navbar.bootsnav ul.nav li a[aria-current] {
	text-decoration: underline !important;
}

.single_analize__block .h3 {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Exo', 'Hind', 'Nunito', sans-serif;
	margin-top: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.hover-underline:hover {
	text-decoration: underline 2px !important;
}

.btn-text {
	height: revert;
	line-height: revert;
	padding: 10px 22px;
	font-family: 'Inter', sans-serif;
}

/* Start - Slider css3 portada */
#slider {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#slider .input-slide {
	display: none;
	position: absolute;
}
#slider li,
#slider .li {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 40px 0;

	opacity: 0;
	z-index: -1;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
#slider li:before,
#slider .li:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
#slider li picture,
#slider .li picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
#slider li img,
#slider .li img {
	width: 100vw;
	max-width: 100%;
	box-sizing: border-box;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#slider .slide-text-content {
	/*position: absolute;
	text-align: left;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;/**/
}
.slider &gt; .slider-arrow-prev,
.slider &gt; .slider-arrow-next {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	box-sizing: border-box;

	position: absolute;
	top: 50%;
	left: 0;
	z-index: 300;
}
.slider &gt; .slider-arrow-prev &gt; label,
.slider &gt; .slider-arrow-next &gt; label {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	background-size: 100% auto;
	background-position: center;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	font-family: "revicons";
	box-sizing: border-box;

	z-index: -1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slider &gt; .slider-arrow-prev &gt; label:hover,
.slider &gt; .slider-arrow-next &gt; label:hover {
	background-color: #0c639a;
}
.slider:hover &gt; .slider-arrow-prev &gt; label,
.slider:hover &gt; .slider-arrow-next &gt; label{
	opacity: 1;
}
.slider &gt; .slider-arrow-prev &gt; label {
	left: 45px;
}
.slider &gt; .slider-arrow-prev &gt; label:before {
	content: "\e824";
}
.slider &gt; .slider-arrow-next &gt; label {
	right: 45px;
}
.slider &gt; .slider-arrow-next &gt; label:before {
	content: "\e825";
}
.slider .slide-text-content .slide-title {
	/*transition: none 0s ease 0s;
	border-width: 0px;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	letter-spacing: 0px;
	width: 60%;/**/
	font-weight: 400;
	font-size: 65px !important;
	color: #fff;
	line-height: 1.5;
	font-family: 'Exo', 'Hind', 'Nunito', sans-serif;
	text-transform: none;
}
.slider .slide-text-content .slide-subtitle {
	/*transition: none 0s ease 0s;
	border-width: 0px;
	margin: 0px 0px 20px;
	padding: 0px;
	letter-spacing: 0px;
	width: 60%;/**/
	font-weight: 500;
	font-size: 40px !important;
	color: #ffffff;
	line-height: 1.35;
	font-family: 'Exo', 'Hind', 'Nunito', sans-serif;
}
/* End - Slider css3 portada */
/* Start - Imagenes de fondo */
.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* End - Imagenes de fondo */

.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-glass {
	position: relative;
	z-index: 0;
}
.bg-glass:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	opacity: 1;
	z-index: -1;
}

#slider-texto-plus {
	float: none;
	margin: 15px 0 30px;
	width: 100%
}
#slider-texto-plus.hide-dots .slick-dots {
	display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.titulo {
	color: #464a4c;
}
.top-part__block {
	min-height: 50px;
	height: auto;
	background-color: #0c639a;
}
.middel-part__block .logo span {
	display: inline-block;
	padding: 0;
	width: 100%;
	max-width: 500px;
	position: relative;
	z-index: 9;
}
.main-banner {
	z-index: 0;
}
.overlay-before:before {
	background-color: rgba(0, 0, 0, 0.8);
}
.back-to-top a.whatsapp {
	background: rgba(37, 211, 102, 0.8) !important;
}
#navbar-menu li.has-submenu.open &gt; ul {
	display: block;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a {
	padding: 18px 20px;
	font-size: 18px;
}
#bottom .bottom-bar-inner-wrap {
	overflow: revert;
}

.about-block.hover-bg:hover h3 a,
.service_items_box h3 a,
.about-block.hover-bg:hover p,
.about-block p {
	color: #fff !important;
}

.counter-section__img {
	padding: 40px 0;
}
.counter-section__img:before {
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
}
.counter-section__box .counter {
	padding-right: 20px;
	min-width: 50%;
	text-align: right;
}
.counter-section__box .counter.numero-usa-plus {
	padding-right: 45px;
}
.counter-section__box .counter.numero-usa-plus::before {
	content: "+";
	font-size: 30px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 400;
}
.single-sidebar-widget .special-links li span {
	background: #f9f9f9;
	color: #222;
	border: 1px solid #e9e9e9;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	line-height: 25px;
	position: relative;
	padding: 15px 30px 15px 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.single-sidebar-widget .special-links li a:before {
	bottom: 0;
}
.single-sidebar-widget .special-links li span.active {
	background: #fff;
	color: #0c639a;
}
.single-sidebar-widget .special-links li span.active:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	color: #222;
	font-size: 0px;
	line-height: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-left: 4px solid #0c639a;
	opacity: 1;
}
.single-sidebar-widget .special-links li span:after {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
	color: #222;
	font-weight: normal;
}
.widget_information li &gt; span {
	width: 100% !important;
	display: block !important;
	float: none !important;
}
.mfp-bg, .mfp-wrap {
	z-index: 99999;
}
.item-box &gt; a {
	opacity: 1;
}
.overflow-revert {
	overflow: revert;
}
.project-gallery {
	padding-bottom: 5px;
}
#related-project {
	list-style: none;
}
#related-project .owl-item {
	margin: 0;
	box-sizing: border-box;
	padding: 0 25px 5px 5px;
}
.middel-part__block .logo:after {
	display: none;
	/*right: 0;
	width: 16px;
	box-shadow: #0c639a 0px 12px 0px 12px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;/**/
}

.link-zoom {
	width: max-content;
	height: max-content;
}
.link-zoom a {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	margin: 3px;
}
.link-zoom a:focus {
	color: #fff;
}

#scrollUp {
	background-color: #0c639a;
	border-radius: 50%;
	bottom: 20px;
	color: #ffffff;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	right: 20px;
	text-align: center;
	width: 40px;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(1 29 80 / 10%);
	box-shadow: 0px 5px 15px 0px rgb(1 29 80 / 10%);
	font-weight: 400;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 1px solid #fff;
	box-sizing: content-box;
}
#scrollUp:hover {
	background-color: #87be00;
}

#footer {
	background-image: none !important;
	background-color: #464a4c !important;
	padding-top: 80px !important;
	z-index: 2;
}
#bottom {
	background-color: #464a4c !important;
}
#bottom .bottom-bar-content {
	width: 55%;
}
#bottom .bottom-bar-menu {
	width: 45%;
}
#bottom ul.bottom-nav &gt; li &gt; a {
	padding: 0 5px;
}

.btn-reclamo {
	font-family: 'Exo', 'Hind', 'Nunito', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: block;
	background: #FBFBFB;
	border: 1px solid #EDEDED;
	padding: 12px 20px;
	margin-left: auto;
	margin-right: auto;
}
.btn-reclamo a, li &gt; a.enlace-reclamo:focus {
	color: #404040 !important;
}
.btn-reclamo:hover a, li:hover &gt; a.enlace-reclamo {
	color: #333 !important;
}
.text-white {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-black {
	background-color: #000 !important;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.text {
	font-size: inherit;
	font-weight: initial;
	line-height: initial;
}
.fancybox-nav span {
	visibility: visible;
}
table caption {
	caption-side: top;
}
.event-social {
	overflow: visible;
}
.social-link__block ul,
.social-link__block ol,
.lang-flags ul,
.lang-flags ol,
.widget_socials ul,
.widget_socials ol,
.prices ul,
.prices ol {
	margin: 0;
	padding: 0;
}
.social-link__block li,
.lang-flags li,
.widget_socials li,
.prices li {
	list-style: none;
	display: inline-block;
}
.social-link__block a,
.contact-info .event-social li a,
#footer-widgets .widget.widget_socials .socials a,
#scrollUp {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	text-align: center;
}
.social-link__block a[class*="facebook"]  {
	background-color: #3a6bb1;
}
.social-link__block a[class*="twitter"]  {
	background-color: #0ec8f5;
}
.social-link__block a[class*="google-plus"]  {
	background-color: #f2623b;
}
.social-link__block a[class*="linkedin"]  {
	background-color: #0094d3;
}
.social-link__block a[class*="instagram"]  {
	background-color: #833AB4;
}
.social-link__block a[class*="pinterest"]  {
	background-color: #BD081C;
}
.social-link__block a[class*="youtube"]  {
	background-color: #FF0000;
}
.social-link__block a[class*="airmeet"]  {
	background-color: #6A4BFF;
}
#pricing .price-item {
	padding: 0;
}
.price-box-grey .price-title,
.price-box-grey .pricing-list li {
	color: #fff;
}
.price-box-grey {
	text-align: center;
	background: #0C639A;
	border: 2px solid #0C639A;
	box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
	padding: 50px 20px;
	width: 90%;
	margin-top: 30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.pricing-list {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #858585;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.pricing-list li.price-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	background: #0C639A;
}
.pricing-list li.price-value {
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pricing-list li.price-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.pricing-list li.price-tag {
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
}
.pricing-list li.price-tag a {
	color: #0C639A;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 23px 23px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pricing-list li.price-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}
#modal-rgpd .aceptar a {
	text-decoration: underline !important;
	color: #0c639a !important;
}
form input[tabindex="-1"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: -999;
}
textarea.form-control, select.form-control {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #c7c6c6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}
select.form-control {
	appearance: auto;
	-webkit-appearance: auto;
}
select.input-sm {
	padding: 5px 15px;
	height: auto !important;
	line-height: auto !important;
}
.main-banner .btn-text:hover,
.bg-glass .btn-text:hover {
	color: #000 !important;
}
.main-banner .btn-text:hover:before,
.bg-glass .btn-text:hover:before {
	background: #ddd !important;
}
.background-color-main2 {
	background-color: #87be00;
	color: #fff;
}
.grid-counter .box {
	padding: 0 15px 15px;
}
.grid-counter .box .icon i {
	background-color: #fff;
	color: #0c639a;
	font-size: 40px;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20rem;
	-o-border-radius: 20rem;
	-ms-border-radius: 20rem;
	-moz-border-radius: 20rem;
	-webkit-border-radius: 20rem;
}
.grid-counter .box .title {
	font-size: 20px;
	font-weight: 500;
	color: #0c639a;
}
.grid-counter .box .title span {
	color: #87be00;
	color: #67A230;
}
.grid-counter .box .desc {
	font-size: 16px;
}
.price-box {
	height: 100%;
    padding: 20px 30px;
	position: relative;
    padding-bottom: calc(40px + 3rem);
    border: 2px solid #0c639a;
    border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.price-box.highlight, .price-box.highlight .price-title {
	background-color: #0c639a;
	color: #fff;
}
.price-box .price-title {
	background-color: transparent;
	padding: 0;
	font-size: 2rem;
}
.price-box .price-number {
	font-size: 1.5em;
	margin-bottom: 1rem;
	font-weight: 900 !important;
	position: absolute;
	bottom: 0;
	right: 30px;
}
.euro-symbol, .dollar-symbol {
    position: relative;
    font-size: 0;
}
.euro-symbol:before {
    content: "â‚¬";
    font-size: 1.5rem;
}
.dollar-symbol:before {
    content: "$";
    font-size: 1.5rem;
}
/*.price-box:not(.highlight) .price-title {
	color: #87be00;
}
.price-box:not(.highlight) .price-number {
	color: #0c639a;
}/**/
.price-box .price-number &gt; :not(:first-child),
.price-box .price-number &gt; :not(:first-child) span::before {
    font-size: 1.2rem;
}
.nf-item &gt; i,
.nf-item &gt; .project_links i,
#contenido_personal .project_links i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	font-size: 48px;
	display: block;
	margin: 0 auto;
	color: #0c639a;
}
#footer a {
	text-decoration: underline !important;
}
#footer a:focus {
	color: #fff !important;
}
.activities {
	display: grid;
	grid-template-columns: 1fr 5fr;
	border: 1px solid #000;
}
.time {
	white-space: nowrap;
	border-right: 1px solid #000;
}
.time:not(.first), .activity:not(.first) {
	border-top: 1px solid #000;
	padding: 8px 10px;
}
[role="tablist"], [role="tabpanel"] {
	min-width: inherit !important;
}
/* RESPONSIVE */

@media only screen and (max-width: 1377px) {
	.slider .slide-text-content .slide-title {
		font-size: 55px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.middel-part__block .logo img {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1199px) {
	nav.navbar.bootsnav ul.nav &gt; li &gt; a {
		padding: 15px 12px;
	}
	#bottom .bottom-bar-content,
	#bottom .bottom-bar-menu {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	/*#slider,
	#slider li img,
	#slider .li img {
		height: 578px;
	}/**/
	.slider .slide-text-content .slide-title {
		font-size: 45px;
	}
}
@media (max-width: 992px) {
	.wprt-links &gt; li {
		width: 100% !important;
		display: block !important;
		float: none !important;
	}
}
@media screen and (max-width: 991px) {
	.top-part__block {
		display: block;
	}
	.middel-part__block::before,
	.middel-part__block .logo {
		max-width: calc(100% - 40px);
	}
	.middel-part__block::after {
		height: 50%;
	}
	.navbar-toggle {
		top: 50%;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	/*.navbar-toggle.hidden-lg-up {
		top: -50%;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
		.navbar-toggle.hidden-md-up {
		top: 50%;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}/**/
	nav.navbar.bootsnav .navbar-collapse {
		max-height: 355px;
	}
	.main_nav ul ul li a:hover {
		color: #fff !important;
	}
	div[id^="entrada"] .col-lg-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.available_wrap__block {
		padding-left: 0px;
		padding-right: 0px;
	}
	#footer {
		padding-top: 40px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.middel-part__block .logo a {
		padding: 22px 0 !important;
	}
}
@media screen and (max-width: 768px) {
	/*#slider,
	#slider li img,
	#slider .li img {
		height: 494px;
	}/**/
	.pt-md-20 {
		padding-top: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.cta-novedad :is(h2, .h2) {
		--font-size: 2.5rem;
		font-size: var(--font-size);
		line-height: calc(var(--font-size) + .5rem);
	}
	.cta-novedad .cta-novedad-button {
		--font-size: 1rem;
		font-size: var(--font-size);
		line-height: calc(var(--font-size) + .5rem);
	}
	.slider .slide-text-content .slide-title {
		font-size: 33px !important;
	}
	.slider .slide-text-content .slide-subtitle {
		font-size: 30px !important;
	}
	.analyzed_wrap__block .styl_box {
		max-width: initial !important;
	}
	.middel-part__block::after {
		height: 100%;
	}
	.counter-section__img {
		padding: 20px 0px;
	}
	#bottom {
		padding-bottom: 90px;
	}
	/*#slider .slide-text-content {
		top: calc(50% - 8em);
	}
		.slider .slide-text-content .slide-title {
		font-size: 1.8rem;
		width: 100%;
	}
		.slider .slide-text-content .slide-subtitle {
		width: 100%;
	}/**/
}
@media screen and (max-width: 575px) {
	/*#slider,
	#slider li img,
	#slider .li img {
		height: 370px;
	}
		#slider .slide-text-content {
		width: calc(100% - 100px);
	}
		.slider .slide-text-content .slide-title {
		font-size: 1.4rem;
	}
		.slider .slide-text-content .slide-subtitle {
		font-size: 1rem;
	}
		.slider &gt; .slider-arrow-prev &gt; label {
		left: 0px;
	}
		.slider &gt; .slider-arrow-next &gt; label {
		right: 0px;
	}/**/
}
@media screen and (max-width: 425px) {
	/*#slider .slide-text-content {
		top: calc(50% - 9em);
	}/**/
}
@media screen and (max-width: 331px) {
	.g-recaptcha {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 320px) {
	.main-banner li .btn-text {
		height: 100%;
		line-height: 1rem !important;
		padding: 14px 36px;
	}
}
@media screen and (max-width: 319px) {
	.middel-part__block .logo a {
		max-width: calc(100% - 45px);
	}
	#navbar-menu .nav.navbar-nav.mobile-menu a {
		font-size: 12px;
	}
	.big-font {
		font-size: 80px;
	}
}
/* MIN-WIDTH */
@media (min-width: 768px) {
	/*#slider-texto-plus {
		float: right;
		margin: 10px 0 30px 30px;
		width: 40%;
	}/**/
	.w-md-20 {
		width: 20% !important;
		max-width: 20% !important;
	}
	.text-md-wrap {
		white-space: normal!important;
	}
	.text-md-nowrap {
		white-space: nowrap!important;
	}
}
@media (min-width: 992px) {
	/*#slider-texto-plus {
		width: 50%;
	}/**/
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		top: calc(100% - 6px);
	}
	nav.navbar.bootsnav ul.nav &gt; li.has-submenu a.enlace-con-submenu:after {
		content: "\f078";
		font-family: 'FontAwesome';
		position: absolute;
		font-size: 10px;
		margin-left: 5px;
	}
	nav.navbar.bootsnav ul.nav &gt; li.has-submenu.open a.enlace-con-submenu:after,
	nav.navbar.bootsnav ul.nav &gt; li.has-submenu:hover a.enlace-con-submenu:after {
		content: "\f077";
	}
	.w-lg-20 {
		width: 20% !important;
		max-width: 20% !important;
	}
	.text-lg-wrap {
		white-space: normal!important;
	}
	.text-lg-nowrap {
		white-space: nowrap!important;
	}
}
@media (min-width: 1200px) {
	/*#slider-texto-plus {
		width: 60%;
	}/**/
	.text-xl-wrap {
		white-space: normal!important;
	}
	.text-xl-nowrap {
		white-space: nowrap!important;
	}
}
@media (max-width: 575px) {
	.counter-section__box {
		align-items: center;
	}
	.counter-section__box .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.counter-section__box .counter.numero-usa-plus::before {
		top: 50%;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.counter-section__box .counter:after {
		height: calc(100% + 40px);
		margin-top: -20px;
	}
	.counter-section__box p {
		padding-left: 0;
	}
}</pre></body></html>