/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


.columnAnalisis > .cajaHover > .celesteSombra > .imagenHover > img:last-child {
    display: none;
}
.columnAnalisis > .cajaHover:hover > .celesteSombra > .imagenHover > img:last-child {
    display: block;
    transition: 0.6s;
    margin-left: 38px;
}
.columnAnalisis > .cajaHover > .celesteSombra > .imagenHover > img:first-child {
    background: transparent radial-gradient(closest-side at 50% 50%, #2DE0DB 0%, #2DE0DBCF 38%, #ffffff08 100%) 0% 0% no-repeat padding-box;
    padding: 12px;
    margin: -4px;
}
.columnAnalisis > .cajaHover:hover > .celesteSombra > .imagenHover > img:first-child {
    display: none;
    transition: 0.6s;
}
.columnAnalisis {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.columnAnalisis > .cajaHover {
    background: #fff;
    padding: 30px;
}
.columnAnalisis > .cajaHover:hover {
    background: transparent radial-gradient(closest-side at 50% 50%, #2DE0DB 0%, #2DE0DBCF 38%, #ffffff08 100%) 0% 0% no-repeat padding-box;
}
.columnAnalisis > .cajaHover:hover > div {
    transform: none;
    background: #fff;
    filter: none;
} 
.columnAnalisis > .cajaHover .tituloHover {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #040068;
    margin-bottom: 0px;
}
.columnAnalisis > .cajaHover .celesteSombra {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    flex-direction: column;
    gap: 18px;
    width: 258px;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.columnAnalisis > .cajaHover .celesteSombra > .textoHover {
    color: #707070;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.botonSlider span.textoNoHover {
  display:block;
}
.botonSlider span.textoHover {
  display:none!important;
}
.botonSlider br {
  display:none!important;
}
.botonSlider:hover span.textoNoHover {
  display:none;
}
.botonSlider:hover span.textoHover {
  display:block!important;
}
.boton.azul.hoverLabel > span > span.btn-txt {
    display: flex;
    gap: 12px;
    color: #fff;
}
.barritaBoton {
    font-weight: 400!important;
}
.divObras > div > div {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.divObras > div > div > div {
	height: 80px;
}
.divObras > div > div > div > figure > div {
	margin-bottom: 0px!important;
}

/* INDICACIONES */
.botonesIndicaciones {
    display: flex;
    gap: 0px 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.botonIndicaciones {
	padding:40px 0px;
}
.botonIndicaciones > div {
    background: transparent linear-gradient(280deg, #2DE0DB 0%, #2BD7D6 9%, #26C1C8 23%, #1E9CB2 43%, #146894 62%, #06276D 84%, #00075A 95%, #00075A 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    width: 258px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
	padding: 25px 20px;
}
.botonIndicaciones:hover {
    background: transparent radial-gradient(closest-side at 48% 55%, #2DE0DB 2%, #2DE0DBCF 28%, #ffffff08 97%) 0% 0% no-repeat padding-box;
}
.botonIndicaciones:hover > div {
	background: #2DE0DB;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.botonIndicaciones.medio > div {
    font-size: 16px;
    line-height: 18px;
	padding: 0px;
}
.botonIndicaciones.largo > div {
    font-size: 14px;
    line-height: 16px;
	padding: 0px;
}
.secIndicaciones {
    margin-top: -98px;
    background: #fff;
    padding-top: 55px;
    border-radius: 20px;
    margin-left: -17px;
}
#botonVerMas.mobileIndicaciones {
	display: none;
}

/* CONTACTO */
.customHiddenFile {
    display: none !important;
}

/* COBERTURA */
.botonOnra {
    background: #7070701A;
    border-radius: 44px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    color: #040068;
    font-size: 57px;
    line-height: 70px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.iconoObras {
	display: none;
}
.obras .textoObra > p {
	margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.obras {
	width: 47%;
}
.SecObras{
	display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.textoObra {
    padding: 18px 0px 53px;
}
.textoObra > p > img {
	width: 4%;
}


/* Pagina Contacto */
.contenedor-form {
    background: #fff;
    padding: 50px 35px;
    border-radius: 20px;
}
.contenedor-form > p > label.titulo-formulario {
	font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #040068;
    margin-bottom: 35px;
}
.contenedor-form > p > label > span > input {
    background: #7070701A;
    border-radius: 25px;
    border: #fff;
    color: #040068;
    font-size: 16px;
    line-height: 22px;
}
.contenedor-form > p > label > span {
    margin-bottom: 0px!important;
    width: 100%;
}
.contenedor-form > p > label {
    margin-bottom: 12px;
    margin-inline-end: 0px;
    width: 100%!important;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contenedor-form button.uploadCustomFile {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    border: #fff;
    height: 50px;
    padding: 0px 31px;
    color: #040068;
    font-size: 16px;
    line-height: 22px;
}
.contenedor-form > p > label > span > span{
	font-size: 16px;
    line-height: 22px;
    padding: 0px 32px;
}
.contenedor-form > p > br {
	display: none;
}
.contenedor-form > p > label > button > img {
    position: relative;
    line-height: 22px;
}
.contenedor-form .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    background: #040068;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
	border-radius: 25px;
}
.contenedor-form .iconoBoton {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 5px;
    position: absolute;
    z-index: 40;
    top: 22px;
    right: 25px;
}
.contenedor-form .wpcf7-spinner{
	position: absolute;
	top: 14px;
}
.contenedor-form .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    box-shadow: none;
    background: #2DE0DB;
    border: none;
}
form > div.wpcf7-response-output {
    margin: 1em 0em 0em!important;
    padding: 0.2em 1em!important;
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 20px;
}
#secContacto .lqd-contact-form {
	margin-bottom: 0em!important;
}
#secContacto {
	padding: 70px;
}
#ui-id-1-button {
    border: 0px solid #d5d6de;
    background: #7070701A;
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #040068;
}
#formContacto > p > label > span{
	background: #7070701A;
    border-radius: 25px;
    border: none;
    color: #040068;
    font-size: 16px;
    line-height: 22px;
}
#ui-id-1-button > span.ui-selectmenu-icon {
	top: 26px;
}
#ui-id-1-menu > li:nth-child(1) {
	pointer-events: none;
    opacity: 0.6;
}

/* Pagina de estudios */
a.boton > span > span.btn-icon {
    margin-inline-start: 0px!important;
}
a.boton > span {
	padding: 0px 0px 0px 30px;
}
#tarjetaSec p {
    width: 80%;
}
#tarjetaSec {
    padding: 40px;
    background: url(/wp-content/uploads/2023/05/Si-quieres-realizarte-tus-estudios-de.jpg)!important;
    background-size: initial!important;
    background-repeat: no-repeat!important;
}
#tarjetaSec > div.ld-container.container-fluid > div > div > div > div > div {
	margin-bottom: 0px;
}
#formSec {
	background: transparent;
    padding: 0px 0px;
}
#formSecForm {
    margin-bottom: 0px;
    padding: 60px 0px;
}
#secForm > section > div > div > div:first-child, #secInfoSec > div > div > div:first-child {
	width: 58%;
    padding: 0px;
}
#secForm > section > div > div > div:last-child, #secInfoSec > div > div > div:last-child {
	width: 36%;
    padding: 0px;
}
#secInfoSec > div > div {
    gap: 66px;
    align-items: flex-start;
    padding-bottom: 48px;
}
#secForm > section > div > div {
    gap: 66px;
    align-items: center;
}
#buscadorSec.buscador-listado, #widSec .buscador-listado {
    display: block;
    width: 100%;
}
#fila-header .nav-item-children li.menu-item > a {
    font-weight: 400;
    padding: 12px 23px;
    height: 66px;
    display: flex;
    align-items: center;
}
#fila-header .nav-item-children li.menu-item > a:hover {
    font-weight: 700;
}
#fila-header .nav-item-children a.boton > span > span.btn-icon {
    margin-inline-start: 0px!important;
}
li.menu-item > a:hover {
    font-weight: 700;
}
#menu-menu-estudios > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #040068;
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
}
#menu-menu-estudios > li > a:hover {
	font-weight: 700;
}
#menu-menu-estudios > li {
	border-bottom: none;
}
#menu-menu-estudios > li.current-menu-item > a {
	font-weight: 700;
	pointer-events: none;
}
#menu-menu-estudios > li > a > img {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
}
#menu-menu-estudios-1 > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #040068;
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
}
#menu-menu-estudios-1 > li > a:hover {
	font-weight: 700;
}
#menu-menu-estudios-1 > li {
	border-bottom: none;
}
#menu-menu-estudios-1 > li.current-menu-item > a {
	font-weight: 700;
	pointer-events: none;
}
#menu-menu-estudios-1 > li > a > img {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
}
#nav_menu-2 > h3 {
    color: #040068;
    font-size: 28px;
    line-height: 23px;
    font-weight: 700;
}
#nav_menu-2 {
	border: 0.5px solid #040068;
	border-radius: 22px;
	margin-bottom: 0px;
	padding: 30px;
}
#tarjetaSec > div.ld-container.container-fluid > div > div > div > div > a > span {
	gap: 25px;
}
.secAcordeonEstudios > div.accordion-heading {
	border-radius: 22px;
    background: #040068;
	height: auto;
}
.secAcordeonEstudios > div.accordion-heading > h4.accordion-title {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}
.infoAcordeonEstudios .listaEstudio > .textoLista {
    background: #7070701A 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 5px 20px;
    margin-bottom: 5px;
    width: 47%;
}
.infoAcordeonEstudios .listaEstudio > .textoLista >span {
	color: #040068;
    font-size: 16px;
    font-weight: 700;
}
.infoAcordeonEstudios .listaEstudio {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 38px;
}
#secInfoSec > div > div > div.secAcordeonLargo {
    width: 100%;
    padding: 0px;
    margin-top: 0%;
}
.secAcordeonLargo .secAcordeonEstudios > div.accordion-heading {
    width: 57%;
}
.secAcordeonEstudios.active{
	margin-bottom: -2em;
}
#secInfoSec.gen > div > div {
    gap: 0px 66px;
    align-items: flex-start;
    padding-bottom: 0px;
}
#secTarjetaGen {
    margin-bottom: 48px;
}
#secInfoSec.gen > div > div > div:first-child {
    width: 57%;
}
#secInfoSec.gen > div > div > div:nth-child(2) {
    width: 37%;
    padding: 0px;
}
#secInfoSec > div > div > div:nth-child(2) > div > div > .widSec {
	margin-bottom: 0px;
}
#secTarjetaGen > div > div > div {
	padding: 0px;
}

/* Quienes somos */
.secIndicaciones.obraSocial.quien > div > p:first-child {
    width: 64%;
    margin: auto;
    margin-bottom: 52px;
}
.secIndicaciones.obraSocial.quien {
    margin-left: 0px;
    margin-bottom: 80px;
}
.divColumQuien > div > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
}
.secInfoQuien > div > p {
	margin-bottom: 0px;
}
.divColumQuien > div > div > div {
    width: 50%!important;
	margin: auto;
}
.divColumQuien > div > div > div.imagen {
    margin-bottom: 0px;
    margin-top: 0px;
}
.divColumQuien > div > div > div.imagen > figure > div {
	margin-bottom: 0px;
}
.secInfoQuien > div {
    padding: 0px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.divColumQuien .imagen {
	display: block;
}
.divColumQuien .imagen.mobileQuien {
	display: none;
}

/* BOTONES */
.boton.azul.hoverLabel > span {
    display: flex;
    padding: 20px 25px!important;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
    gap: 36px;
    height: 66px;
}
.botonSlider.boton.azul.hoverLabel > span {
    padding: 20px 25px!important;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
    gap: 36px;
    height: 66px;
}
#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
	width: 28%;
}
.botonSlider.boton.azul.hoverLabel:hover > span.textoNoHover {
    display: none;
}
.botonSlider.boton.azul.hoverLabel:hover > span.textoHover {
    display: flex!important;
}
.botonSlider.boton.azul.hoverLabel {
	padding: 0px!important;
}
.boton.azul.hoverLabel.hoverIconoBlanco:hover > span > span.btn-icon > img {
	content: url('/wp-content/uploads/2023/05/flechita-wapp.svg');
}
.boton.azul.hoverLabel.hoverIconoBlanco > span > span.btn-txt {
	color: #040068;
}
.boton.azul.hoverLabel.hoverIconoBlanco:hover > span > span.btn-txt {
    color: #fff;
}

/* BUSQUEDA */
body.search.search-results .titlebar {
	display: none;
}
body.search.search-results .content .lqd-lp-title a {
    color: #040068;
}
body.search.search-results article > header > div.lqd-lp-meta.lqd-lp-meta-dot-between {
	display: none;
}
body.search.search-results article > div {
	display: none;
}
body.search.search-results article {
    border-bottom: 1px dashed #2DE0DB!important;
    padding-bottom: 16px!important;
}
body.search.search-results article > header {
	margin-bottom: 0px!important;
}

/* HOME */
#estudios {
    margin-top: -73px!important;
    padding-bottom: 35px;
}
#secInfo2Colum {
	padding-bottom: 50px;
}
#secBannerHome > section {
    padding: 224px 0px;
}
#secBannerHome > section > div.ld-container.container > div > div:nth-child(1) > div > div > div:nth-child(2) {
	width: 92%;
    margin: auto;
    margin-bottom: 35px;
}
#secBannerHome > section > div.liquid-row-overlay {
    background: linear-gradient(0deg, rgba(4,4,4,0.7) 1.5923566878980893%, rgb(109 109 134 / 39%) 100%)!important;
}
.texto-espacio > span {
	display: flex;
    gap: 10px;
}
.texto-espacio > br {
	display: none;
}

/* Form flotante */
.floatForm-tht .wpcf7 p {
    background: transparent!important;
}
#formFlotante {
    width: 360px;
    padding: 0px;
}
.floatForm-tht .iconFloatBtn+p {
	display: none!important; 
}
.floatForm-tht-content {
    width: 360px!important;
    box-shadow: 0px 3px 6px #0000004D;
    border-radius: 15px;
	background: #fff;
}
#formFlotante > p > label.titulo-formulario {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 18px;
}
#formFlotante input.formato-conta-form {
    background: #040068 0% 0% no-repeat padding-box;
    border-radius: 25px;
    height: 40px;
    padding: 18px;
    color: #fff;
}
#formFlotante input.formato-conta-form:-ms-input-placeholder, #formFlotante input.formato-conta-form::-webkit-input-placeholder, #formFlotante input.formato-conta-form::-moz-placeholder, #formFlotante input.formato-conta-form::placeholder { 
	color: #fff; 
} 
#formFlotante .ui-selectmenu-button {
    width: 100%;
    height: 40px;
    padding: 18px 0px;
    background: #040068;
    color: #fff;
}
#formFlotante.contenedor-form button.uploadCustomFile {
	background: #040068!important;
    color: #ffffff;
    padding: 18px;
}
#formFlotante span.ui-selectmenu-icon.ui-icon {
	top: 0px;
    right: 0px;
    left: 90%;
    color: #ffff;
    fill: #fff;
}
#formFlotante > p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#formFlotante > div > p {
	padding-top: 15px;
}
#formFlotante .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #2DE0DB;
    border: none;
    height: 50px;
}
#formFlotante .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #040068;
}
#formFlotante .wpcf7-spinner {
    position: absolute;
    top: auto;
    bottom: 35px;
    right: 10px;
}
.floatForm-tht-content form > div.wpcf7-response-output {
    margin: 0em 0em 0em!important;
}
.joinchat__button {
    right: 20px;
}
.floatForm-tht {
    bottom: 100px!important;
    right: 43px!important;
}
#formFlotante input.formato-conta-form::placeholder {
    color: white;
    opacity: 1;
}
#menu-item-13 > a {
	pointer-events: none;
}
input:-internal-autofill-selected {
	appearance: menulist-button;
    background-image: none !important;
    background-color: #7070701A !important;
    color: #040068 !important;
}

/* QUIENES SOMOS */
.secIndicaciones.obraSocial.quien > div > p:last-child {
    width: 86%;
    margin: auto;
}

/* NAV */
#menu-item-13:hover > a {
	color: #040068!important;
}
#tht-copy {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 42px;
}

/* PAG 404 */
#fila404 {
    background: #fff;
    padding: 6% 5%;
    display: flex;
    width: 47%;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
#sec404 {
    background: #7070701A;
    padding: 60px 0px;
}
.text404 {
	font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #040068;
    text-align: center;	
}
/*.noMostrarBuscador {
	display: none!important;
}*/
#floatBar-phone {
    z-index: 2;
}

/* FOOTER */
#sedes > div > div > a {
	margin-bottom: 10px;
}
#col3-foot {
    width: 38%;
}
@media only screen and (max-width:  1441px) {
	.secIndicaciones {
		margin-top: -98px;
		background: #fff;
		padding: 55px 35px 0px;
		border-radius: 20px;
	}
	#secForm > section > div > div > div:first-child, #secInfoSec > div > div > div:first-child {
		width: 54%;
		padding: 0px 0px 0px 50px;
	}
	#tarjetaSec p {
		width: 98%;
	}
	#secTarjetaGen p {
		width: 85%;
	}
	#secInfoSec > div > div > div.secAcordeonLargo {
		padding: 0px 0px 0px 50px;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 36px;
		margin-left: 44px;
	}
	#secInfoSec.gen > div > div > div:first-child, .secAcordeonLargo .secAcordeonEstudios > div.accordion-heading {
   		width: 60%;
	}
	#secInfoSec.gen > div > div {
		gap: 0px 45px;
		align-items: flex-start;
		padding-bottom: 0px;
	}
	#secInfoSec.gen > div > div > div:nth-child(2) {
		width: 34%;
		padding: 0px;
	}
	#tarjetaSec {
		padding: 23px;
		background: url(/wp-content/uploads/2023/05/Si-quieres-realizarte-tus-estudios-de.jpg)!important;
		background-size: contain!important;
		background-repeat: no-repeat!important;
	}
}
@media only screen and (max-width:  1367px) {
	.secIndicaciones.dosColum {
		width: 100%;
		padding-right: 48%;
	}
}
@media only screen and (max-width:  1200px) {
	#acordeonObras > div {
		background: #7070701A;
		border-radius: 44px;
		padding: 0px 38px;
	}
	#acordeonObras {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	#acordeonObras .accordion-title > a > span:before {
		content: "|";
	}
	#acordeonObras .accordion-title > a > span:before {
		content: "|";
		font-size: 30px;
		line-height: 50px;
		font-weight: 400!important;
	}
	#acordeonObras > div.accordion-item.panel {
		margin: 0px 0px 0px;
	}
	#acordeonObras > div.accordion-item.panel.active > .accordion-heading  {
		margin: 0px 0px 35px;
	}
	#acordeonObras > div.accordion-item.panel.active > div.accordion-collapse {
		background: #fff;
		margin: -35px;
		padding: 0px 35px;
		margin-bottom: 2px;
	}
	.textoObra > p {
		margin-bottom: 5px;
	}
	.textoObra {
		padding: 0px 0px 0px;
	}
	#secContacto > section > div > div {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	#secContacto > section > div > div > div {
		width:100%;
	}
	#secContacto {
		padding: 50px 0px;
	}
	#secContacto > section div > figure {
		justify-content: center;
	}
	#secContacto > section div > figure > div > img {
    	content: url(/wp-content/uploads/2023/05/imag-pag-de-contacto.png);
	}
	#tituloSec > div > div > div > div > div > div > div > p {
		text-align: center;
	}
	#secForm > section > div > div > div:first-child, #secInfoSec > div > div > div:first-child {
		width: 100%;
		padding: 0px 35px;
	}
	#tarjetaSec {
		padding: 40px;
		background-repeat: no-repeat;
		width: 74%;
		margin: auto;
	}
	#secForm > section > div > div > div:last-child, #secInfoSec > div > div > div:last-child {
		width: 36%;
		margin: auto;
		padding: 0px;
	}
	#secForm > section > div > div > div:last-child {
		display: none;
	}
	.widSec{
	    margin-bottom: 0px;
	}
	#widSec {
		padding: 35px;
	}
	#secInfoSec.gen > div > div > div:first-child, .secAcordeonLargo .secAcordeonEstudios > div.accordion-heading {
		width: 100%;
	}
	#secInfoSec > div > div > div.secAcordeonLargo {
		width: 92%;
		margin: auto;
		padding: 0px;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 36px;
		width: 102%;
		margin: auto;
	}
	#secTarjetaGen > div > div {
		justify-content: center;
	}
	.secIndicaciones {
		margin-left: 0px;
	}
	.secIndicaciones.obraSocial.quien > div > p:first-child {
		width: 100%;
		margin: auto;
		margin-bottom: 52px;
	}
	.divColumQuien > div > div {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 0px;
		align-items: center;
	}
	.divColumQuien.imagenIzq > div > div {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		gap: 0px;
		align-items: center;
	}
	.divColumQuien > div > div > div {
		width: 90%!important;
		margin: auto;
	}
	.textoObra > p > img {
		width: 2%;
	}
	#secCalidad {
		padding: 65px 0px 0px;
	}
	.divColumQuien .imagen {
		display: none;
	}
	.divColumQuien .imagen.mobileQuien {
		display: block;
		margin-bottom: 45px;
	}
	.divColumQuien .imagen.mobileQuien > figure {
		width: 100%;
	}
	.columnAnalisis {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}
	.columnAnalisis > .cajaHover {
		background: transparent radial-gradient(closest-side at 50% 50%, #2DE0DB 0%, #2DE0DBCF 38%, #ffffff08 100%) 0% 0% no-repeat padding-box;
	}
	.columnAnalisis > .cajaHover > div {
		transform: none;
		background: #fff;
		filter: none;
	}
	#secBannerHome > section {
		padding: 120px 0px;
	}
	.sec2Column.mobile {
		padding: 80px 0px;
	}
	#secInfo2Colum > section.sec2Column.mobile .imagen.mobileQuien > figure > div {
		margin-bottom: -35px;
    	margin-top: -35px;
	}
	.columnAnalisis {
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
	}
	.nav-item-children > li > a {
		width: auto;
		font-family: "Montserrat";
		font-size: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		color: #fff!important;
		font-weight: 400;
	}
	.secIndicaciones.obraSocial.quien > div > p:last-child {
		width: 100%;
		margin: auto;
	}
	.secIndicaciones.dosColum {
		width: 100%;
		margin-left: 0px;
		padding-right: 0%;
	}
	#mobile-primary-nav > li.resultados-mobile > a {
		 border: 1px solid;
		 width: fit-content;
	}
	#fila404 {
		background: #fff;
		padding: 6% 5%;
		display: flex;
		width: 70%;
		margin: auto;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
	}
	#col3-foot {
		width: 100%;
	}
	#fila-footer {
		height: auto;
		padding-left: 0px !important;
	}
}
@media only screen and (max-width:  834px) {
	.botonesIndicaciones {
		display: flex;
		gap: 0px 9px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.botonIndicaciones {
		padding: 5px 0px;
	}
	.noMostrarMobile {
		display: none;
	}
	#botonVerMas.mobileIndicaciones {
		width: 72%;
		margin: auto;
		background: #040068;
		border-radius: 25px;
		padding: 15px 30px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		color: #fff;
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		gap: 20px;
	}
	#botonVerMas.mobileIndicaciones:hover {
		background: #2DE0DB;
	}
	.mobileIndicaciones {
		display: block;
	}
	#botonVerMas > div {
		display: flex;
		gap: 150px;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}
	.obras {
		width: 100%;
	}
	.iconoObras {
		display: block;
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.iconoObras > span:first-child {
		font-weight: 400;
	}
	#tarjetaSec {
		padding: 40px;
		background-repeat: no-repeat;
		width: 100%;
		margin: auto;
	}
	#secTarjetaGen > div > div > div {
		padding: 0px;
		width: 100%;
		margin: auto;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 36px;
		margin: auto;
		width: 92%;
		background: url(/wp-content/uploads/2023/05/SiQuieresEstudios.jpg);
		background-size: inherit;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		height: 55px;
	}
	.secObras > div > div > div {
		width: fit-content;
	}
	#secObrasHome .secObras > div > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		justify-content: center;
		color: #fff;
		align-items: center;
		gap: 13px;
	}
	.textoObra > p > img {
		width: 3%;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 42%;
	}
	
}
@media only screen and (max-width:  641px) {
	#botonVerMas > div {
		display: flex;
		gap: 119px;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}
	#secContacto {
		padding: 20px 0px;
	}
	.contenedor-form {
		background: #fff;
		padding: 15px 15px;
	}
	#tarjetaSec {
		padding: 30px;
		background-repeat: no-repeat;
		width: 100%;
		margin: auto;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 15px;
		width: 90%;
		margin: 0px auto 35px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.infoAcordeonEstudios .listaEstudio > .textoLista {
		background: #7070701A 0% 0% no-repeat padding-box;
		border-radius: 25px;
		padding: 5px 20px;
		margin-bottom: 5px;
		width: 100%;
	}
	#secTarjetaGen {
		margin-bottom: 0px;
		padding: 0px 35px;
	}
	#secTarjetaGen > div > div > div > div > div > div > div {
		padding: 0px;
	}
	.secAcordeonEstudios > div.accordion-heading > h4.accordion-title {
    	padding: 0px 20px;
		text-align: left;
	}
	.secIndicaciones {
		margin-top: -124px;
		background: #fff;
		padding: 55px 35px 0px;
		border-radius: 20px;
	}
	.secIndicaciones.obraSocial.quien {
		margin-left: 0px;
		margin-bottom: 55px;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		height: 46px;
	}
	.columnAnalisis > .cajaHover {
		width: 50%;
		padding: 16px;
	}
	.sec2Column.mobile {
		padding: 80px 0px 0px;
	}
	.textoObra > p > img {
		width: 5%;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 50%;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		justify-content: flex-end;
		color: #fff;
		align-items: center;
		gap: 33px;
		height: 52px;
		padding: 10px 20px!important;
	}
}
@media only screen and (max-width:  433px) {
	#botonVerMas.mobileIndicaciones {
		width: 100%;
		margin: auto;
		background: #040068;
		border-radius: 25px;
		padding: 15px 30px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		color: #fff;
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		gap: 20px;
	}
	#botonVerMas > div {
		display: flex;
		gap: 90px;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}
	.botonIndicaciones > div {
		background: transparent linear-gradient(280deg, #2DE0DB 0%, #2BD7D6 9%, #26C1C8 23%, #1E9CB2 43%, #146894 62%, #06276D 84%, #00075A 95%, #00075A 100%) 0% 0% no-repeat padding-box;
		border-radius: 20px;
		width: 100%;
		height: 141px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		font-weight: 700;
		padding: 25px 20px;
	}
	.botonIndicaciones {
		padding: 5px 0px;
		width: 48%;
	}
	.secIndicaciones {
		margin-top: -118px;
		background: #fff;
		padding-top: 40px;
		border-radius: 20px;
		padding: 40px 0px 0px;
	}
	#tarjetaSec {
		padding: 16px 28px;
		width: 100%;
		margin: auto;
		background: url(/wp-content/uploads/2023/05/425x385.jpg)!important;
		background-size: cover!important;
		background-position: left center;
		border-radius: 24px;
	}
	#secInfoSec > div > div > div.secAcordeonLargo {
		width: 100%;
		margin: auto;
		padding: 0px 35px;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 22px;
		width: 100%;
		margin: auto;
		margin-bottom: 35px;
		background: url(/wp-content/uploads/2023/05/SiQuieresEstudios.jpg);
		background-size: initial;
		background-position: right center;
		background-repeat: no-repeat;
	}
	#menu-menu-estudios-1 > li > a {
		font-size: 18px;
		line-height: 22px;
	}
	#nav_menu-2 {
		border: 0.5px solid #040068;
		border-radius: 22px;
		margin-bottom: 0px;
		padding: 30px 22px;
	}
	.columnAnalisis > .cajaHover .tituloHover {
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		color: #040068;
		margin-bottom: 0px;
	}
	.columnAnalisis > .cajaHover .celesteSombra > .textoHover {
		color: #707070;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 0px;
	}
	.columnAnalisis > .cajaHover .celesteSombra {
		display: flex;
		justify-content: flex-start;
		padding: 10px;
		flex-direction: column;
		gap: 11px;
		width: 100%;
		height: 100%;
		align-items: center;
		flex-wrap: wrap;
	}
	.columnAnalisis > .cajaHover > .celesteSombra > .imagenHover {
		width: 56%;
	}
	#secInfo2Colum {
		margin-top: -65px;
	}
	.secObras > div > div > div {
		width: 28%;
	}
	.floatForm-tht {
		bottom: 100px!important;
		right: 17px!important;
	}
	.joinchat__button {
		bottom: 22px!important;
		right: 8px!important;
	}
	.columnAnalisis > .cajaHover:hover > .celesteSombra > .imagenHover > img:last-child {
		display: block;
		transition: 0.6s;
		margin-left: 6px;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 80%;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		justify-content: flex-end;
		color: #fff;
		align-items: center;
		gap: 54px;
		height: inherit;
		padding: 10px 20px!important;
	}
	.botonSlider.boton.azul.hoverLabel > span > span {
		font-size: 22px!important;
	}
	.botonSlider.boton.azul.hoverLabel {
		padding: 0px!important;
		height: 66px!important;
	}
	.botonSlider.boton.azul.hoverLabel {
		padding: 0px!important;
		height: 66px!important;
		width: 133%!important;
		margin-left: -6px;
	}
	#secTarjetaGen p {
		width: 100%;
	}
	section#secObrasHome {
		padding-top: 50px !important;
	}
	#tarjetaSec p {
		width: 100%;
		text-align: inherit;
		font-size: 18px;
		line-height: 22px;
	}
	#tarjetaSec p br {
		display: none;
	}
	.secInfoQuien.mobilehome > span > br {
		display: none;
	}
	.botonIndicaciones.largo > div {
		font-size: 13px;
		line-height: 17px;
		padding: 22px;
	}
	#fila404 {
		background: #fff;
		padding: 6% 5%;
		display: flex;
		width: 80%;
		margin: auto;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
	}
	#header.main-header.is-stuck a > span.navbar-brand-inner {
		width: 40%;
	}
	#secBannerHome > section .fs45 {
		font-size: 23px;
	}
	#col1-foot > div {
		align-items: center;
		padding-top: 48px !important;
	}
	#col1-foot > div > div > div > figure > div > img {
		width: 50%;
   	 	margin: auto;
	}
	.hephaistos .tp-bullet {
		width: 20px!important;
		height: 20px!important;
	}
	
}
@media only screen and (max-width:  394px) {
	.columnAnalisis > .cajaHover {
		width: 80%;
		padding: 34px;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 85%;
	}
	#tarjetaSec a.boton.azul.hoverLabel {
		width: 100%;
		height: 66px;
		margin: auto;
		font-size: 18px;
		line-height: 20px;
	}
	.botonIndicaciones.largo > div {
		font-size: 13px;
		line-height: 15px;
		padding: 15px;
	}
	.botonIndicaciones.medio > div {
		font-size: 15px;
		line-height: 18px;
		padding: 15px;
	}
}
@media only screen and (max-width:  376px) {
	#botonVerMas > div {
		display: flex;
		gap: 68px;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}
	.floatForm-tht .floatForm-tht-content {
		width: 353px!important;
	}
	.divObras > div > div > div {
		height: 60px;
	}
	.textoObra > p > img {
		width: 5%;
	}
	.columnAnalisis > .cajaHover:hover > .celesteSombra > .imagenHover > img:last-child {
		display: block;
		transition: 0.6s;
		margin-left: 8px;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 90%;
	}
	.floatForm-tht {
		bottom: 100px!important;
		right: 7px!important;
	}
	.joinchat__button {
		bottom: 22px!important;
		right: 0px!important;
	}
	.botonSlider.boton.azul.hoverLabel > span {
		justify-content: flex-end;
		color: #fff;
		align-items: center;
		gap: 38px;
		height: inherit;
		padding: 10px 20px!important;
	}
	.botonSlider.boton.azul.hoverLabel {
		padding: 0px!important;
		height: 66px!important;
		width: 109%!important;
		margin-left: 12px!important;
	}
	#fila404 {
		background: #fff;
		padding: 6% 5%;
		display: flex;
		width: 90%;
		margin: auto;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
	}
	#sec404 {
		background: #7070701A;
		padding: 10% 0px;
	}
	
}
@media only screen and (max-width:  361px) {
	.botonIndicaciones {
		padding: 5px 0px;
		width: 100%;
	}
	.botonIndicaciones > div {
		background: transparent linear-gradient(280deg, #2DE0DB 0%, #2BD7D6 9%, #26C1C8 23%, #1E9CB2 43%, #146894 62%, #06276D 84%, #00075A 95%, #00075A 100%) 0% 0% no-repeat padding-box;
		border-radius: 20px;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		font-weight: 700;
		padding: 20px;
	}
	.botonIndicaciones.medio > div {
		font-size: 18px;
		line-height: 22px;
		padding: 20px;
	}
	.botonIndicaciones.largo > div {
		font-size: 18px;
		line-height: 22px;
		padding: 20px;
	}
	#botonVerMas > div {
		display: flex;
		gap: 45px;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}
	.secIndicaciones {
		margin-top: -98px;
		background: #fff;
		padding-top: 27px;
		border-radius: 20px;
	}
	.floatForm-tht-content {
		width: 345px!important;
		box-shadow: 0px 3px 6px #0000004D;
		border-radius: 15px;
		background: #fff;
	}
	.textoObra > p > img {
		width: 7%;
	}
	#secObrasHome > section > div > div > div > div > div > a.boton.azul.hoverLabel {
		width: 96%;
	}
	.botonSlider.boton.azul.hoverLabel {
		padding: 0px!important;
		height: 66px!important;
		width: 117%!important;
		margin-left: 13px!important;
	}
}
@media only screen and (max-width:  321px) {
	.floatForm-tht .floatForm-tht-content {
		width: 553%!important;
	}
	#formFlotante {
		width: 100%;
		padding: 0px;
	}
	#secTarjetaGen > div > div > div > div > div > div {
		padding: 22px;
		width: 100%;
		margin: auto;
		margin-bottom: 35px;
		background: url(/wp-content/uploads/2023/05/SiQuieresEstudios.jpg);
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
	#tarjetaSec {
		padding: 16px 10px;
		width: 100%;
		margin: auto;
		background: url(/wp-content/uploads/2023/05/425x450.jpg)!important;
		background-size: cover!important;
		background-position: center;
		border-radius: 24px;
	}
}