@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 15, 2021 */
/* nunito-regular - latin */
@font-face
{
	font-family: 'NunitoRegular';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/nunito-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/nunito-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/nunito-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/nunito-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/nunito-v23-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
	font-family: 'NunitoBold';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/nunito-v23-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/nunito-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/nunito-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/nunito-v23-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/nunito-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/nunito-v23-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-800 - latin */
@font-face {
	font-family: 'NunitoExtraBold';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/nunito-v23-latin-800.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/nunito-v23-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/nunito-v23-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/nunito-v23-latin-800.woff') format('woff'), /* Modern Browsers */
	url('../fonts/nunito-v23-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/nunito-v23-latin-800.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-900 - latin */
@font-face
{
	font-family: 'NunitoBlack';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/nunito-v23-latin-900.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/nunito-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/nunito-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/nunito-v23-latin-900.woff') format('woff'), /* Modern Browsers */
	url('../fonts/nunito-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/nunito-v23-latin-900.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
	font-family: 'RubikRegular';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/rubik-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/rubik-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/rubik-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/rubik-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/rubik-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/rubik-v19-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
	font-family: 'RubikMedium';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/rubik-v19-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/rubik-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/rubik-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/rubik-v19-latin-500.woff') format('woff'), /* Modern Browsers */
	url('../fonts/rubik-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/rubik-v19-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-600 - latin */
@font-face {
	font-family: 'RubikSemiBold';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/rubik-v19-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/rubik-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/rubik-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/rubik-v19-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/rubik-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/rubik-v19-latin-600.svg#Rubik') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../gestina/fonts/Roboto-Regular.eot');
	src: url('../gestina/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	url('../gestina/fonts/Roboto-Regular.woff2') format('woff2'),
	url('../gestina/fonts/Roboto-Regular.woff') format('woff'),
	url('../gestina/fonts/Roboto-Regular.ttf') format('truetype'),
	url('../gestina/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; }
}

html {height: 100%;}
html.no-scroll {overflow: hidden;}

::-moz-selection { /* Code for Firefox */
	color: #FFF;
	background: #91D4C4;
}
::selection {
	color: #FFF;
	background: #91D4C4;
}

/* CKEDITOR GESTINA */
.cke_editable
{
	font-family: RobotoRegular !important;
	font-weight: 300 !important;
    overflow: auto;
}
.cke_editable strong
{
	font-weight: bold;
}
/* FIX margin listas*/
.cke_editable, .cke_editable li {

	margin: 20px;
}
*
{
	padding:0;
	margin:0;
    outline: none;
}

body
{
	padding: 0;
	font-family: RubikRegular;
	font-size: 1em;
	color: #777777;
	line-height: 120%;
	padding-right: 0 !important;
	overflow: hidden;
}
/*body.menuFixed*/
/*{*/
/*	padding-top: 81px;*/
/*}*/
a, a:hover {text-decoration:none; color: inherit;}
/* INICIO INPUTS */
input:-webkit-autofill, input:focus:-webkit-autofill {
    -webkit-text-fill-color: #666666 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #666666 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/*AUTOCOMPLETE*/
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	width:250px;
	z-index:99999;
}
.ui-menu .ui-menu-item-wrapper{
	font-size:0.875rem;
}
.ui-menu .ui-menu-item
{
	display:block;	
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 250px;
}
.ui-autocomplete-loading {
	background: white url("https://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") center right 10px no-repeat !important;
}
/*FIN AUTOCOMPLETE*/

/* INICIO INPUTS MATERIAL KIT */


.form-check .form-check-input:checked~.circle .check
{
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.form-check .form-check-input:checked ~ .circle {
	border-color: #91D4C4;
}
.form-check .form-check-label .circle .check {
	background-color: #91D4C4;
	/*left: -1px !important;*/
    /*top: -1px !important;*/
	left: 4px !important;
	top: 4px !important;
}
.form-check .form-check-label .circle {
	border: 1px solid #91D4C4;
}
.form-check .form-check-sign .check
{
	border-color: #91D4C4;
	border-radius: 3px;
	background-color: #FFF;
	width: 25px;
	height: 25px;
}
.form-check .form-check-input:checked + .form-checkbox-text + .form-check-sign .check, .form-check .form-check-input:checked + .form-check-sign .check {
	background: #FFF !important;
}
.form-check .form-check-input:checked+.form-checkbox-text+.form-check-sign .check:before, .form-check .form-check-input:checked+.form-check-sign .check:before
{
	color: #91D4C4 !important;
}
.form-check .form-check-sign .check:before
{
	transform: scale(1.1) rotate(45deg);
	margin-left: 9px;
	margin-top: -1px;
}
@supports (-webkit-touch-callout: none)
{
	/* CSS specific to iOS devices */
	.form-check .form-check-input:checked + .form-checkbox-text + .form-check-sign .check, .form-check .form-check-input:checked + .form-check-sign .check
	{
		background: #91D4C4 !important;
	}

	.form-check .form-check-input:checked+.form-checkbox-text+.form-check-sign .check:before, .form-check .form-check-input:checked+.form-check-sign .check:before
	{
		color: #FFF !important;
	}
}
.form-check, .form-check
{
	vertical-align: text-top;
}
.form-check
{
    margin-bottom: 0;
	position: relative;
}
.form-check .form-check-label span
{
    line-height: 140%;
}
.form-check .form-check-sign:before
{
	display: block;
	position: absolute;
	left: 5px;
	content: "";
	background-color: rgba(0, 0, 0, 0.84);
	height: 10px;
	width: 8px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	top: 5px;
	-webkit-transform: scale3d(2.3, 2.3, 1);
	-moz-transform: scale3d(2.3, 2.3, 1);
	-o-transform: scale3d(2.3, 2.3, 1);
	-ms-transform: scale3d(2.3, 2.3, 1);
	transform: scale3d(2.3, 2.3, 1);
}
/* FIN INPUTS MATERIAL KIT */
/* Este es el propio de bootstrap, pero como si pongo la clase form-control se pone el material kit le cambio el nombre*/
.form-control-b
{
    display: block;
    width: 100%;
    /*padding: 0.375rem 0.75rem;*/
    padding: 0.375rem 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #888888;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label, .tituloLabel
{
	color: #666666;
	font-size: 1.125rem;
	margin-bottom: 0;
	line-height: 23px;
}
.tituloLabel, .tituloLabel+div
{
	display:inline-block;
	vertical-align:middle;
}
label a
{
	color: #777777;
}
.checkbox label, .form-check label
{
	color: #777777;
    font-size: 1rem;
    vertical-align: top;
}
.checkbox label a:hover,.form-check label a:hover, label a:hover
{
	color: #91D4C4;
	text-decoration: underline;
}
.form-check .form-check-label
{
	/*padding-top: 2px;*/
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}
input[type="search"],input[type="text"],input[type="email"],input[type="password"],form textarea.form-control-b,select.form-control-b
{
	font-family: RubikRegular;
	color: #666666 !important;
	font-size: 1rem !important;
	outline: none;
	border: 2px solid #91D4C4;
	height: 70px;
	border-radius: 3px;
	resize: none;
	background-color: #FFF;
}
#frmConsultaContacto
{
    height: 160px;
}
.form-control::placeholder, .form-control-b::placeholder {
    color: #D5D5D5;
    opacity: 1;
}
.form-control:focus, .form-control-b:focus
{
	border-color: #91D4C4;
}
.form-control::placeholder:focus, .form-control-b::placeholder:focus
{
	color: #D5D5D5 !important;
}
select::-ms-expand {
    display: none;
}
input[type="search"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="text"]:focus,textarea:focus,select.form-control-b:focus,#formMensaje:focus,input[type="radio"]:focus
{
	color: #666666 !important;
	outline:none;
	box-shadow:none;
}
.form-control, .form-control-b
{
	box-shadow:none;
}
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder
{
    color: #D5D5D5;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-control-b[disabled], .form-control-b[readonly], fieldset[disabled] .form-control-b
{
	color: #2F2F2F !important;
	background-color: #D8E9CD;
	border: 1px solid #222;
}

/* CUSTOMIZE INPUTS, SELECT... */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #043C79 !important;
}
.custom-control.custom-radio
{
	margin-left: 15px;
	margin-right: -15px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #043C79 !important;
}
/* FIN CUSTOMIZE INPUTS, SELECT... */

select.form-control-b {
    padding: 0 30px 0 20px !important;
    -webkit-padding-end: 30px !important;
    -webkit-padding-start: 10px !important;
}
input.error, select.error, form textarea.error, div.styled select.error
{
	color: #ff4d4d !important;
	border-color: #ff4d4d !important;
}
.form-control.error {
   background-image: linear-gradient(to top, #043C79 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #ff4d4d 1px, rgba(210, 210, 210, 0) 1px) !important;
}
input.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ff4d4d;
}
textarea.error::-webkit-input-placeholder {
  color: #ff4d4d;
}
input.error::-moz-placeholder { /* Firefox 19+ */
  color: #ff4d4d;
}
textarea.error::-moz-placeholder {
  color: #ff4d4d;
}
input.error:-ms-input-placeholder { /* IE 10+ */
  color: #ff4d4d;
}
textarea.error:-ms-input-placeholder {
  color: #ff4d4d;
}
input.error:-moz-placeholder { /* Firefox 18- */
  color: #ff4d4d;
}
textarea.error:-moz-placeholder { /* Firefox 18- */
  color: #ff4d4d;
}
form .form-control:focus
{
/*	border:1px solid #22889A;	*/
}
form textarea.form-control
{
	transition:none;
}

/* fin inputs */
/* INICIO COMUNES */
.aspect-1-1, .aspect-4-3{object-fit: cover}
.dotdotdot{overflow: hidden}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.tituloSeccion
{
	font-family: RubikSemiBold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #91D4C4;
	margin-bottom: 5px;
}
a.tituloSeccion:hover, .tituloSeccion a:hover, .tituloSeccion a
{
	color: #91D4C4;
	text-decoration: none;
}
.subTituloSeccion
{
	font-family: NunitoExtraBold;
	font-size: 35px;
	line-height: 48px;
	color: #262832;
	text-align: center;
	margin-bottom: 50px;
}
a.subTituloSeccion:hover
{
	color: #262832;
}
.textoTitulo
{
	font-size: 16px;
	line-height: 25px;
	color: #262832;
}
.textoSeccion
{
	color: #777777;
	font-size: 1rem;
	line-height: 180%;
	word-wrap: break-word;
}
.textoSeccion ul, .textoSeccion ol
{
	margin-left: 45px;
	margin-top: 10px;
}
.textoSeccion a:not(.btnStandard)
{
	color: #91D4C4;
	text-decoration:underline;
}
.textoSeccion strong, .textoSeccion b
{
	font-family: RubikSemiBold;
}
.textoSeccion h1, .textoSeccion h2, .textoSeccion h3, .textoSeccion h4
{
	margin-top: 20px;
	margin-bottom: 15px;
}
.btnStandard
{
	font-family: RubikSemiBold;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1rem;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 38px;
	text-decoration: none !important;
	background: #91D4C4;
	border-radius: 100px;
	color: #FFF;
	border: 3px solid #91D4C4;
	transition: all .25s;
	overflow: hidden;
	z-index: 1;
}
.btnStandard:hover, .btnStandard:focus, .btnStandardInv
{
	background: #FFFFFF;
	color: #91D4C4 !important;
}
.sinResultados
{
    text-align: center;
    height: 200px;
    font-size: 1.125rem;
    padding-top: 90px;
}
.imagenDerecha
{
    margin: 0 0 20px 30px;
	position:relative;
    float: right;
    width: 622px;
	text-align: right;
}
.img-noticia
{
	width: 513px;
}
.imagenDerecha > img
{
	border-radius: 8px;
	width: 100%;
	height: 467px;
	object-fit: cover;
}
.img-noticia > img
{
	height: 385px;
}
.seccionImagen{min-height: 345px}
ul, ol { padding: 0;}
.pp_social {display: none;}
/* FIN COMUNES */

/* INICIO HEADER */
#header-top
{
	background: #262832;
	padding: 10px 0;
}
.telefono
{
	font-size: 16px;
	line-height: 19px;
	color: #91D4C4 !important;
	display: inline-flex;
	align-items: center;
}
.telefono i
{
	margin-right: 10px;
}
.redes-sociales
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.redes-sociales a
{
	color: #91D4C4;
	font-size: 0.9375rem;
	line-height: 0;
}
.redes-sociales a, .redes-sociales a path
{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.redes-sociales a + a{margin-left: 23px}
.redes-sociales .iconFacebook:hover
{
	color: #1977F3;
}
.redes-sociales .iconTwitter:hover
{
	color: #00C6FF;
}
.redes-sociales .iconInstagram:hover path
{
	fill: #FF2BD4;
}
header{box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);}
#menuBloque
{
	padding-bottom: 8px;
	padding-top: 8px;
}

#carousel-banner img
{
	object-fit: cover;
	height: 100%;
	user-select: none;
	pointer-events: none;
}
.slide-banner
{
	position: relative;
}
.datos-banner
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 16.666%;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 55px 50px 45px;
	max-width: 705px;
	height: max-content;
}
.datos-banner-titulo
{
	font-family: NunitoBold;
	font-size: 30px;
	line-height: 35px;
	color: #262832;
}
.datos-banner-texto
{
	font-size: 18px;
	line-height: 25px;
	color: #777777;
	margin-top: 35px;
}
.datos-banner-btn
{
	margin-top: 40px;
}
.datos-banner-titulo, .datos-banner-texto, .datos-banner-btn, .datos-banner
{
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;

	/*opacity: 0;*/
	/*transform: scaleY(0);*/
	transform-origin: top;
}
#carousel-banner .active .datos-banner-titulo,
#carousel-banner .active .datos-banner-texto,
#carousel-banner .active .datos-banner-btn,
#carousel-banner .active .datos-banner
{
	/*opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;*/
	animation-name: bounceInLeft;
	animation-duration: 1s;
}
#carousel-banner .active .datos-banner
{
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}
#carousel-banner .active .datos-banner-texto
{
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
#carousel-banner .active .datos-banner-btn
{
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;
}
#banner,
#banner img
{
	height: 400px;
}
.current_section_inicio #banner,
.current_section_inicio #banner img
{
	height: calc(100vh - 134px);
}

.navbar-nav > .dropdown:hover>.dropdown-menu
{
    top: calc(100% - 2px) !important;
}

.dropdown:hover>.dropdown-menu
{
	display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
#navbarWeb.navbar
{
	pointer-events: all;
	padding: 0;
	align-items: center;
}
.navbar-brand
{
	padding: 0;
}
.navbar-nav
{
	align-items: center;
}
#menuNavbarCollapse
{
	flex-wrap: wrap;
}
#menuNavbarCollapse li a
{
	font-family: RubikMedium;
	color: #262832;
	font-size: 1rem;
	line-height: 105%;
	text-decoration: none;
	padding: 40px 0 19px;
	text-transform: uppercase;
}
#menuNavbarCollapse li.nav-item > a
{
	position: relative;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
#menuNavbarCollapse li .dropdown-submenu a
{
	padding: 4px 10px;
}
#menuNavbarCollapse li.dropdown.nav-item:hover > a, #menuNavbarCollapse li.nav-item a:hover, #menuNavbarCollapse li.menu-seleccionado > a, #menuNavbarCollapse li.show > a
{
	color: #91D4C4;
}
#menuNavbarCollapse.navbar-collapse li.nav-item
{
	position: relative;
	line-height: 0;
}
#menuNavbarCollapse.navbar-collapse li.nav-item + li
{
	margin-left: 45px;
}
#menuNavbarCollapse.navbar-collapse li.nav-item:last-child:after
{
	display: none;
}
#menuNavbarCollapse.navbar-collapse li.nav-item:nth-child(1)
{
	margin-left: 0;
}
#menuNavbarCollapse.navbar-collapse li.nav-item-contacto
{
	margin-right: 0 !important;
}
.sub-arrow, #menuNavbarCollapse .caret, .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{display: none !important;}
.dropdown-toggle::after
{
	margin-left: .5em;
	position: absolute;
	top: calc(50% - 5px);
	right: -13px;
	display: none;
}
#menuNavbarCollapse li > a .dropdown-menu
{
	color:#666666;
}
#menuNavbarCollapse ul.dropdown-menu li:last-child
{
	border-bottom:none;
	display: block !important;
}
#menuNavbarCollapse ul.dropdown-menu
{
	border: none;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 0;
	display: block;
	opacity: 0;
	top: 150%;
	left: 0;
	right: 0;
	transition: all .5s ease;
	visibility: hidden;
	width: max-content;
	max-width: 280px;
	margin: 0;
	border-top: 1px solid #91CEC1;
}
#menuNavbarCollapse ul.dropdown-menu ul.dropdown-menu
{
	left: 100% !important;
    top: 0;
    margin: 0;
	max-width: 400px;
}
#menuNavbarCollapse li > a, #menuNavbarCollapse.navbar-collapse.show  li > a:hover, #menuNavbarCollapse.navbar-collapse.show li > a.menu-seleccionado
{
	display: inline-block;
}
#menuNavbarCollapse.navbar-collapse.show ul.dropdown-menu
{
	border: none;
	box-shadow: none;
	width: 100%;
}
#menuNavbarCollapse .dropdown > .dropdown-toggle:active {
	pointer-events: none;
}
#menuNavbarCollapse .dropdown > ul li + li {
	border-top: 1px solid #E5E5E5;
}
#menuNavbarCollapse .dropdown-item
{
	font-family: RubikRegular;
	font-size: 0.9375rem;
	line-height: 22px;
	color: #262832;
	transition: all .4s;
	padding: 0;
	text-transform: uppercase;
	background-color: white;
	padding: 18px 25px;
}
#menuNavbarCollapse .dropdown-menu li
{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#menuNavbarCollapse .dropdown-menu li:hover a
{
	color: #91D4C4;
	text-decoration: none;
}
#menuNavbarCollapse li:hover svg polygon
{
	fill: #91D4C4;
}
#menuNavbarCollapse .dropdown-menu li:hover a:before
{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#menuNavbarCollapse .dropdown-menu.tamanyoFijo
{
	width: 380px;
}
#menuNavbarCollapse .dropdown-menu.tamanyoFijo a
{
	white-space: normal;
}
.navbar-nav .dropdown-menu
{
	background: #23ABE3;
	border-radius: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
#menuNavbarCollapse .dropdown-item:hover,
#menuNavbarCollapse .dropdown > ul > li.dropdown:hover > .dropdown-item,
#menuNavbarCollapse .sub-menu-item.menu-seleccionado a,
#menuNavbarCollapse .sub-menu-item a:hover,
#menuNavbarCollapse .dropdown-item.active,
#menuNavbarCollapse .dropdown-item:active,
#menuNavbarCollapse .dropdown-item.text-dark,
#menuNavbarCollapse a.bg-light:hover,
#menuNavbarCollapse a.bg-light:focus
{
	color: #91D4C4 !important;
	text-decoration: underline;
}
#menuNavbarCollapse .sub-menu-item:hover span
{
	visibility: visible;
}
.contieneMenu
{
	position:relative;
	display: block !important;
}
#menuNavbarCollapse > ul > li:last-child
{
	margin-right: 0 !important;
}
/* INICIO MENU FIJO */
body.menuFixed
{
	padding-top: 95px;
}
#menuBloque.fixed
{
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1999;
	margin-top: 0;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
#menuBloque.fixed .navbar-brand
{
	width: 250px;
}
#menuBloque.fixed .navbar-brand #logo1{display: none}
#menuBloque.fixed .navbar-brand #logo2{display: block !important}
#menuBloque.fixed #navbarWeb
{
	border: none;
	padding: 0;
}
#menuBloque.fixed #menuNavbarCollapse li a
{
	padding-top: 19px;
}
#cerrarMenu
{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 100;
}
#cerrarMenu{display: none;}
/* FIN MENU FIJO */

/* FIN HEADER */
#wrapper
{
	z-index: 20;
	position: relative;
	margin-top: 80px;
}
.tooltipster-base
{
	z-index: 99999999999 !important;
}
.tooltipStandard
{
	cursor:pointer;
}
.tooltipster-sidetip.tooltipster-base .tooltipster-box
{
	background: #91D4C4;
	border: none;
	border-radius: 4px;
	color:#FFF;
	font-size:0.9375rem;
	padding:5px 10px;
}
.tooltipster-sidetip.tooltipster-base .tooltipster-content
{
	color:#FFF;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background
{
	border-bottom-color: #91D4C4 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background
{
	border-top-color: #91D4C4 !important;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background
{
	border-left-color: #FFF !important;
}
.tooltipster-sidetip .tooltipster-arrow-border
{
	border: 10px solid transparent !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box
{
	background-color: white;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box
{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-content
{
	color:#323232;
	font-size: 1.125rem;
	padding: 5px;
}
/* FIN TOOLTIP/BOXOVER*/
#paginador {margin-top: 30px;}
.sl-wrapper{z-index: 104000;user-select: none;}
.sl-overlay{z-index: 103500;}
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button, .sl-wrapper .sl-counter{color: #91D4C4; outline: none !important;}
.sl-wrapper .sl-image img{pointer-events: none;user-select: none;}
.overlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease;
}
.overlay.active
{
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
}
#blockUI_bloqueBanner .modal-dialog
{
	max-width: 95%;
}

/* INICIO SECCION INICIO */
.item-ventaja
{
	position: relative;
	box-shadow: 5px 10px 70px rgba(183, 186, 195, 0.2);
	border-radius: 5px;

	padding: 36px 25px 36px 62px;
	margin-left: 42.5px;
	margin-bottom: 25px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.item-ventaja-icono
{
	width: 85px;
	height: 85px;
	box-shadow: 5px 10px 30px rgba(38, 42, 55, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 100%;

	top: 50%;
	left: -42.5px;
	position: absolute;
	transform: translateY(-50%);

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.item-ventaja-titulo
{
	font-family: NunitoExtraBold;
	font-size: 20px;
	line-height: 20px;
	color: #262832;
	margin-bottom: 15px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.item-ventaja-texto
{
	line-height: 23px;
}

.item-ventaja:hover
{
	color: #FFF;
	background-color: #91D4C4;
}
.item-ventaja:hover .item-ventaja-titulo
{
	color: #FFF;
}
.item-servicio
{
	position: relative;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.item-servicio-datos
{
	position: absolute;
	background: linear-gradient(180deg, rgba(38, 40, 50, 0) 77.53%, rgba(38, 40, 50, 0.8) 91.11%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: inherit;
	justify-content: flex-end;
	color: #FFFFFF;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	padding: 15px;
}
.item-servicio-datos::before
{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(38, 40, 50, 0) 51.11%, #262832 94.81%);
	z-index: 0;
	opacity: 0;
	transition: opacity 0.4s;
}
.item-servicio-titulo
{
	font-family: NunitoExtraBold;
	font-size: 20px;
	line-height: 25px;
	-webkit-transform: translateY(79px);
	-moz-transform: translateY(79px);
	-ms-transform: translateY(79px);
	-o-transform: translateY(79px);
	transform: translateY(79px);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-bottom: 12px;
}
.item-servicio-texto
{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	font-size: 16px;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	-webkit-transform: translateY(69px);
	-moz-transform: translateY(69px);
	-ms-transform: translateY(69px);
	-o-transform: translateY(69px);
	transform: translateY(69px);
}
.item-servicio:hover
{
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
}
.item-servicio:hover .item-servicio-titulo,
.item-servicio:hover .item-servicio-texto
{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.item-servicio:hover .item-servicio-datos::before
{
	opacity: 1;
}
/* FIN SECCION INICIO */

/* INICIO SECCION QUIENES SOMOS */

/* FIN SECCION QUIENES SOMOS */

/* INICIO SECCION CONTACTO */
#formContacto
{
	width: 85.75%;
}
.item-localizacion
{
	text-align: center;
}
.item-localizacion-icono
{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 100%;
	background: #91D4C4;
	box-shadow: 5px 10px 30px rgba(38, 42, 55, 0.2);
	margin: auto;
}
.item-localizacion-datos
{
	background: #FFFFFF;
	box-shadow: 5px 10px 70px rgba(183, 186, 195, 0.2);
	border-radius: 5px;
	padding: 57px 15px 15px;
	margin-top: -45px;
	min-height: 180px;
}
.item-localizacion-titulo
{
	font-family: NunitoExtraBold;
	font-size: 20px;
	line-height: 27px;
	color: #262832;
}
.item-localizacion-texto
{
	font-size: 16px;
	line-height: 23px;
	color: #777777;
	margin-top: 12px;
}
#google_maps
{
	height: 625px;
}
#google_maps.no-mapa
{
	position: relative;
	background-image: url("../img/mapa.png");
	background-size: cover;
	background-position: center center;
}
#qr
{
	position: absolute;
	top: 200px;
	right: 16.6666667%;
	z-index: 1;
}
.datosMapas
{
	position: absolute;
	right: 0;
	bottom: 0;
	background: white;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.625rem;
	padding: 0 5px;
	color: rgb(68, 68, 68);
	user-select: none;
}
.datosMapas a,
.datosMapas a:hover
{
	color: rgb(68, 68, 68);
	margin-left: 3px;
	text-decoration: none;
}
/* FIN SECCION CONTACTO */

/* INICIO SCROLL BAR */
.custom-scroll-bar
{
	scrollbar-width: thin;
	scrollbar-color: #DADADA #FFF;
	overflow: auto;
}
.custom-scroll-bar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border-radius: 10px;
}
.custom-scroll-bar::-webkit-scrollbar
{
	width: 8px;
	background-color: #FFF;
}
.custom-scroll-bar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #DADADA;
}
.custom-scroll-bar::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: none;
}
.custom-scroll-bar:hover
{
	scrollbar-color: #DADADA #FFF;
}
.custom-scroll-bar:hover::-webkit-scrollbar-thumb
{
	background-color: #DADADA;
}

/* FIN SCROLL BAR */

/* INICIO PAGINADOR */
.contienePaginador
{
	margin: 0;
	color: #FFF;
	font-weight: normal;
	font-size: 0;
	display: inline-block;
	padding: 10px 0;
}
.contienePaginador path
{
	fill: #91D4C4;
}
.contienePaginador a
{
	font-family: NunitoRegular;
	color: #91D4C4;
	text-decoration: none;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	margin: 0;
	font-size: 1.5625rem;
	vertical-align: middle;
	border: 1px solid #91D4C4;
}
.contienePaginador a + a
{
	margin-left: 15px;
}
.contienePaginador a:hover,
.contienePaginador a.paginaSeleccionada,
.contienePaginador a#enlaceAtras:hover,
.contienePaginador a#enlaceSiguiente:hover
{
	color: #FFF;
	background: #91D4C4;
}
.contienePaginador a#enlaceAtras:hover path,
.contienePaginador a#enlaceSiguiente:hover path
{
	fill: #FFF;
}
/* FIN LISTADO */

/* INICIO FOOTER */
footer
{
	color: #FFF;
	margin-top: 80px;
	font-size: 1rem;
}

.current_section_inicio footer, .current_section_contacto footer{margin-top: 0}

footer a
{
	color: #FFF;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
footer a:hover, footer a.menu-seleccionado
{
	color: #FFF;
	text-decoration: underline;
}

#footer-top
{
	background: #333333;
	padding: 57px 0;
}
#enlaces-legales
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 25px;
}
#enlaces-legales .sep
{
	content: "";
	width: 3px;
	height: 3px;
	background-color: #FFF;
	border-radius: 100%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
#menu-footer ul
{
	margin-bottom: 0;
	list-style: none;
}
#menu-footer ul li
{
	display: inline-block;
	vertical-align: middle;
}
#menu-footer ul li + li
{
	margin-left: 37px;
}
#menu-footer ul li a
{
	font-family: RubikMedium;
}
#copyright
{
	padding: 20px 12px;
	text-align: center;
	background: #91D4C4;
}
#copyright, #copyright a
{
	color: #262832 !important;
}
/* FIN FOOTER */

.tab-pane.active {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: flipInX;
}
/* MODAL */
.botoneraBlockUI
{
	width: 100%;
}
.esperePorFavor
{
	font-size: 0;
	border: 5px solid #91D4C4;
	border-radius: 40px;
	height: 40px;
	margin: 0 auto;
	width: 40px;
	z-index: 1000007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
	display: block;
}
.modalEspere
{
	box-shadow: none !important;
}
.modalEspere img
{display: none}
.modalEspere .modal-content
{
	background-color: transparent;
	border: none;
}
.bloqueModal
{
	display:none;
	text-align: left;
}
.modal
{
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
}
@media screen and (min-width: 768px)
{
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-content
{
    border: 1px solid #FFF;
    border-radius: 0.5rem;
}
.modal-header
{
	border-bottom: none;
    text-align: center;
	padding: 0.5rem 1rem 1rem;
}
.modal-header .close
{
    opacity: 1 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
	text-shadow: none;
	-webkit-appearance: initial;
	border: none;
	background: none;
}
.close:hover, .close:focus
{
	outline: none;
}
.modal-header .modal-title {
	font-family: RubikSemiBold;
	color: #91D4C4;
	font-size: 1.875rem;
	text-align: center;
	width: 100%;
	border-bottom: none;
    text-transform: uppercase;
    margin-top: 20px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
  /*min-width:450px !important;*/
}
.modal-dialog.modal-sm
{
	 min-width: 450px !important;
}
.modal-dialog.modal-lg
{
	 min-width:950px !important;
}
.modal .btnStandard + .btnStandard {
	margin-left: 20px;
}
.modal-body
{
    color: #666666;
	font-size: 15PX;
	text-align: center;
	padding: 0 1rem 1rem;
	line-height: 150%;
}
.modal-body a:not(.btnStandard)
{
	color: #91D4C4;
}
.modalAutoAdjust .modal-body
{
    padding-left: 4rem;
    padding-right: 4rem;
}
.modalAutoAdjust .modal-footer
{
    text-align: center;
}
.modalEspere .modal-body
{
	padding: 1rem;
}
.modal-body img
{
	margin-right: 2px;	
}
.modal-footer {
    padding: 10px 15px;
}
.modalAlert .modal-footer
{
	text-align: center;
	border-top: none;
	padding-bottom: 20px;
}
.modalAlert .botoneraBlockUI
{
	width: 100%;
}
/* FIN DE MODAL*/
.navbar-toggler:focus{box-shadow: none;}
.wow {
	visibility: hidden;
}
table.dataTable>tbody>tr.child ul.dtr-details
{
	width:100%;
}
@media only screen and (max-width: 1199px)
{

}
@media only screen and (max-width: 991px)
{
	/*es, sm  y MD| Extra Small (XS), SM y MD xsm*/
	.navbar-toggler
	{
		display: inline-block !important;
		vertical-align: middle;
		padding: 10px;
		border: none;
		outline: none !important;
		font-size: 20px;
		color: #91D4C4;
		border-radius: 3px;
		padding-right: 0;
		width: 40px;
		text-align: right;
		margin-left: auto;
		box-shadow: none !important;
		display: block !important;
	}

	#cerrarMenu {display: block !important;}

	#menuNavbarCollapse
	{
		position: fixed;
		top: 0;
		background: #FFF;
		width: 375px;
		max-width: 100%;
		height: calc(var(--vh, 1vh) * 100);
		right: 0;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 25%);
		padding: 0;
		overflow: auto;
		z-index: 10000;
		transform: translateX(100%);
		transition: transform 0.35s ease-in-out !important;
		padding-top: 110px !important;
		z-index: 9000000001;
	}

	#menuNavbarCollapse.show {transform: none;}

	.navbar-nav
	{
		height: 100%;
		justify-content: left !important;
		overflow: auto;
		display: block;
		padding-bottom: 20px;
	}

	#menuNavbarCollapse ul.dropdown-menu
	{
		position: initial !important;
		right: 0;
		top: calc(100% - 25px) !important;
		left: 0 !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: auto;
		box-shadow: none;
		border-radius: 0;
		background-color: transparent;
		display: none !important;
		margin: 0 !important;
		overflow: auto;
		background: #FFF;
		padding: 15px 30px 0;
		height: auto !important;
		transform: none !important;
		text-align: left !important;
	}

	#menu-web .dropdown-item{padding-right: 0}

	#menuNavbarCollapse  li.open > .dropdown-menu
	{
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: scaleY(1) !important;
		height: auto !important;
	}

	#menuNavbarCollapse li.nav-item + li{margin-top: 50px;}

	#menuNavbarCollapse.navbar-collapse li.nav-item + li {margin-left: 0;}
	#menuNavbarCollapse li a{padding: 0}
	.navbar-nav{padding: 0 10px 0 46px }
	#menuNavbarCollapse .dropdown-item {padding: 18px 0px;}

	.dropdown > a > i{display: inline-block !important; margin-left: 5px; vertical-align: middle}


	.seccionImagen{display: flex; flex-direction: column;}
	.seccionImagenTexto{order: 1;}

	.imagenDerecha{width: 482px; max-width: 100%; margin: 60px auto 0; float: none; order: 2;}
	.imagenDerecha img {min-height: initial; height: initial}

	#formContacto {width: initial;}
}
@media only screen and (min-width: 576px) and (max-width: 991px)
{
	/* MD Y SM */

}
@media only screen and (max-width: 767px) {
	/*es y sm | Extra Small (XS) and SM */

	.datos-banner{left: 0; right: 0; margin: auto; max-width: calc(100% - 30px); padding: 20px 15px 25px; text-align: center}
	.datos-banner-titulo{line-height: 30px}

	.separacion-bloque{margin-top: 50px !important;}

	#qr{display: none}

	#menu-footer, #enlaces-legales{text-align: center;}
	#enlaces-legales .sep{display: none}

	#enlaces-legales{margin-top: 35px}
	#enlaces-legales, #enlaces-legales a{display: block;}
	#enlaces-legales a + span + a{margin-top: 8px}

	#footer-top{padding-top: 18px; padding-bottom: 29px}

	#wrapper{margin-top: 50px}
}
@media only screen and (max-width: 575px)
{
	/* ES */
	#menu-footer ul {line-height: 200%;}
	#menu-footer ul li:nth-child(4){margin-left: 0}
	.subTituloSeccion{font-size: 28px; line-height: 38px}
	.navbar-brand{margin-right: 0; max-width: 85%}
}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px)
{
	/* SM */
	.current_section_inicio #servicios .caja-servicio:nth-child(3){display: none}
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	/* MD */
	.datos-banner{left: 0; right: 0; margin: auto}
	.item-ventaja-titulo{min-height: 40px; margin-bottom: 10px}
	.current_section_inicio #servicios .caja-servicio:nth-child(3){display: none}
	#qr{right: 20px}

	#datos-localizacion{display: flex; justify-content: space-between}
	.item-localizacion {flex: 0 0 calc(100% / 3 - 12px);}
	.item-localizacion + .item-localizacion{margin-top: 0}
	.item-localizacion-datos{padding-left: 10px; padding-right: 10px;}

	#footer-top{padding-top: 18px; padding-bottom: 31px}
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
	/* LG */
	.imagenDerecha{width: 488px}
	.imagenDerecha > img{height: 366px;}

	.datos-banner{left: 15px;}
	.item-ventaja-titulo{min-height: 40px}

	#formContacto {width: initial;}
	#qr{right: 50px}

	#logo-footer{width: 303px; max-width: 303px;    margin-top: -45px;}
	#footer-top {padding: 82px 0 31px;}

}
@media only screen and (min-width: 1200px) and (max-width: 1599px)
{
	.datos-banner{left: 45px;}
	#qr{right: 50px}
}
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1365px)
{
	/* xl */
	.imagenDerecha{width: 488px}
	.imagenDerecha > img{height: 366px;}
}
/* Extra large devices (large desktops, 1366px and up) */
@media only screen and (min-width: 1366px) and (max-width: 1599px)
{
	/* xxl */
}
/* Extra large devices (large desktops, 1366px and up) */
@media only screen and (min-width: 1600px) and (max-width: 1919px)
{
	/* hdp */
	.datos-banner{left: 8.7%;}
}
@media only screen and (min-width: 1920px)
{
	/* FHD */
}


.cke_panel_list .texto-titulo{margin-bottom: 0 !important}
