@charset "UTF-8";
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-condensed-light {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.roboto-condensed-regular {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.roboto-condensed-medium {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.roboto-condensed-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.roboto-condensed-medium {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.roboto-condensed-black {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
html {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  background: #f5f9f9;
  padding: 15px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #323E5B;
  height: auto;	
  width: 100vw;
  max-width: 100vw;
}
.hero {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
	min-height: calc(100vh - 30px);
	min-height: calc(100dvh - 30px);
	height: auto;
	border-radius: 15px 15px 40px 40px;
}

/* NO SEE */

.noSee {
	display: none !important;
}

/* SOMBRA ATROPOS */
.atropos-shadow {
	background: #2e4a6b85;
}

.hero .textura {
		border-radius: 15px 15px 40px 40px;
	}
.container-general {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.img-fluid{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.rojo {
  color: #ff1b22;
}
.celeste {
  color: #1FC1F1;
}
.negro {
  color: #1B1425;
}
.gris {
  color: #323E5B;
}
.gris-oscuro {
  color: #2D2F42;
}
.blanco {
  color: #FFFFFF;
}
.bg-rojo {
  background-color: #ff1b22;
}
.bg-celeste {
  background-color: #1FC1F1;
}
.bg-celeste-claro {
  background-color: #cef2fb;
}
.bg-rosa {
  background-color: #F9E5E6;
}
.bg-negro {
  background-color: #2D2F42;
}
.bg-blanco {
  background-color: #FFFFFF;
}
.bg-degradado {
  background: rgb(222, 240, 245);
  background: -moz-linear-gradient(90deg, rgba(222, 240, 245, 1) 20%, rgba(248, 209, 209, 1) 90%);
  background: -webkit-linear-gradient(90deg, rgba(222, 240, 245, 1) 20%, rgba(248, 209, 209, 1) 90%);
  background: linear-gradient(90deg, rgba(222, 240, 245, 1) 20%, rgba(248, 209, 209, 1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#def0f5", endColorstr="#f8d1d1", GradientType=1);
}
.bg-degradado-m {
  background: rgb(221, 243, 248);
  background: -moz-linear-gradient(150deg, rgba(221, 243, 248, 1) 40%, rgba(248, 209, 209, 1) 90%);
  background: -webkit-linear-gradient(150deg, rgba(221, 243, 248, 1) 40%, rgba(248, 209, 209, 1) 90%);
  background: linear-gradient(150deg, rgba(221, 243, 248, 1) 40%, rgba(248, 209, 209, 1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ddf3f8", endColorstr="#f8d1d1", GradientType=1);
}
.bg-degradado-hover {
  background: rgb(255, 214, 214);
  background: -moz-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
  background: -webkit-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
  background: linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd6d6", endColorstr="#c2eefa", GradientType=1);
  transition: all ease-in-out 1s;	
}
h1 {
  font-size: 74px;
  margin: 0 0 30px;
  line-height: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;	
}
.hero-interna h1 {
  max-width: 80%;	
}
h1 .celeste {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
h2 {
  font-size: 38px;
  margin: 0 0 40px;
  line-height: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h3 {
  font-size: 20.3px;
  -moz-font-size: 20px;	
  margin: 0 0 25px;
  line-height: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@-moz-document url-prefix() {
   h3 {
	  font-size: 20px;
	}
}
h3 a{
	 color: #323E5B;
}
h4 {
  font-size: 15px;
  margin: 0;
  line-height: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
p {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #323E5B;
}
a:focus, a:visited, button:focus, button:visited, a:focus-visible,  button:focus-visible {
    outline: none;
	box-shadow: none !important;
}
a.text-link{
		color: #1B1425;
		text-decoration: none;
		font-weight: 600;
}
a.text-link:hover, a.text-link:focus{
	color: #1B1425;
	text-decoration: underline;
}
ul {
    margin: 0 0 50px 20px;
    padding: 0;
    list-style-type: square;
}
ul li {
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #323E5B;	
}
ul li span{
  opacity: .65;	
}
.medium {
  font-size: 16px;
}
.small {
  font-size: 12px;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.afiliacion-form {
    margin-bottom: 20px;
}
ul.comun {
    margin: 1px 11% 30px 20px;
}
ul.comun li{
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #323E5B;
}
m-0 {
  margin: 0;
}
mb-0 {
  margin-bottom: 0;
}
.mayuscula {
  text-transform: uppercase;
}
.minuscula {
  text-transform: none;
}
.btn-primario {
    display: table;
    padding: 3px 26px;
    border-radius: 50rem;
    background: #ff1b22;
    border: 2px solid #ff1b22;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: auto;
    text-decoration: none;
    transition: all ease-in-out .2s;
}
.btn-primario:hover {
  background: transparent;
  color: #ff1b22;
  transition: all ease-in-out .3s;
}
.btn-primario.btn-small {
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  border: 2px solid #ff1b22;	
  color: #F9E5E6;
  transition: all ease-in-out .3s;
}
.btn-primario.btn-small:hover {
  color: #ff1b22;
  background: #F9E5E6;
  border: 2px solid #F9E5E6;	
  transition: all ease-in-out .3s;
}
.btn-secundario.btn-small {
  display: table;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 50rem;
  font-size: 14px;
  color: #323E5B;
  background: #F9E5E6;
  border: 2px solid #F9E5E6;	
  text-decoration: none;
  transition: all ease-in-out .3s;
}
.btn-secundario.btn-small:hover {
  color: #ff1b22;
  background: #F9E5E6;
  transition: all ease-in-out .3s;
}
.btn-primario.btn-small.activo {
  color: #ff1b22;
  border: 2px solid #ff1b22;
  background: transparent;	
  transition: all ease-in-out .3s;
}
.alinear-v {
  display: flex;
  align-items: center;
}
.alinear-vt {
  display: flex;
  align-items: flex-start;
}
.alinear-vb {
  display: flex;
  align-items: flex-end;
}
section{
	position: relative;
	z-index: 0;
}
.container{
    max-width: 75%;
}
.container.buscador-traductores {
    max-width: calc(75% + 80px);
    margin: auto;
}
.container.resultados-interna {
    max-width: calc(75% + 80px);
    margin: auto;
}
.container.destacados-botones {
    max-width: calc(75% + 80px);
    margin: auto;
}
.container.footer {
    max-width: calc(75% + 80px);
    margin: auto;
}
.hero-principal .row {
    display: flex;
    align-items: center;
}
.hero .textura{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url("../img/textura.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: -1;
}
.movimiento-derecha{
	margin-right: 5%;
}
.hero {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
    z-index: 1;
    height: calc(100vh - 30px);
    max-height: calc(100vh - 30px);
    padding: 0;
    margin: 0;
}
.hero .hero-img{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0;
    text-align: center;
    max-width: 50%;
    max-height: inherit;
}
.imagen-hero {
    position: relative;
    top: 5vh;
    width: 41%;
    height: auto;
    right: -38%;
    z-index: 2;
}
.item-hero {
    position: absolute;
    width: auto;
    height: auto;
    background: #FFFFFF;
    padding: 2.5% 5%;
    border-radius: 20px;
    box-shadow: 0 0 21px #6c6594a1;
	min-width: 200px;
	min-width: max-content;
}
.hero-img-col{
    display: flex;
    justify-content: center;
}
.hero-txt {
    margin-bottom: 0;
}
.hero-secundarias .hero-txt {
    margin-bottom: 0;
}
.container-hero-img-todos {
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
}
.container-hero-img {
    position: relative;
    width: 80%;
    height: auto;
    margin-bottom: 8vh;
    z-index: 1;
}
.rombos {
    width: 36%;
    position: absolute;
    top: 3%;
    left: -29%;
    z-index: 2;
}
.rombo-abajo {
    width: 84%;
    position: absolute;
    bottom: -62%;
    left: -37%;
    z-index: -1;
}
.rombo-derecha {
    width: 30%;
    position: absolute;
    top: 25%;
    right: -15%;
    z-index: -1;
}
#imgCtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
}

#container-hero-img {
  perspective: 100px;
}

#inner-hero-img {
	width: 100%;
    max-width: 100%;
    height: auto;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
	position: relative;
}
.img-herop{
	border-radius: 35px;
	overflow: hidden;
}
.btn-lt{
	background: red;
	opacity: .5;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 0;
	z-index: 2;
}
.btn-rt{
	background: green;
	opacity: .5;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 50%;
	z-index: 2;
}
.btn-lb{
	background: blue;
	opacity: .5;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 50%;
	left: 0;
	z-index: 2;
}
.btn-rb{
	background: yellow;
	opacity: .5;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 50%;
	left: 50%;
	z-index: 2;
}


.icono-item-hero img{
    width: 56px;
    height: auto;
}
.icon-btn svg {
    width: 10px;
    height: auto;
    margin: 0 5px 2px 0;
}
.texto-item-hero {
    font-size: 268%;
    margin: 0;
    line-height: 1em;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -2.5px;
}
.texto-item-hero .alinear-vb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.texto-item-hero span{
	letter-spacing: -.5px;
}
.item-traductores .small {
    text-align: center;
	opacity: .65;
	font-size: 13px;
}
.item-idiomas .small {
    text-align: center;
	opacity: .65;
	font-size: 13px;
}
.item-traductores {
    bottom: 30%;
    right: 59%;
    z-index: 3;
}
.item-idiomas {
    top: 15%;
    left: 72%;
    z-index: 1;
}
.item-traductores .icono-item-hero img{
    margin-right: 2px;
}
.item-idiomas .icono-item-hero img{
    margin-right: 10px;
}
.imagen-hero-fondo {
    position: absolute;
    width: auto;
    height: 93%;
    top: -6%;
    right: -4%;
    z-index: 0;
}
.imagen-hero-fondo2 {
    position: absolute;
    width: auto;
    height: 16%;
    bottom: 17%;
    right: 76%;
    z-index: 1;
}
.imagen-hero-fondo3 {
    position: absolute;
    width: auto;
    height: 32%;
    top: -1%;
    right: 55%;
    z-index: 1;
}
.imagen-hero-chica {
    width: auto;
	max-width: 100%;
    height: auto;
    max-height: inherit;
    position: relative;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    z-index: 3;
}
.arrow-img-btn {
    width: 22px;
    height: auto;
	transition: all ease-in-out .3s;
}
a:hover .arrow-img-btn {
    transform: translateX(6px);
	transition: all ease-in-out .2s;
}
a{
	text-decoration: none;
}
a.gris{
	text-decoration: none;
}
h4.gris {
    margin: 2px 4px 0 0;
}
.hero-interna{
	max-width: 90%;
	margin: 0 auto;
}
.hero-interna h1 span.parrafo{
	width: 90%;
	max-width: 400px;
	margin-top: 30px;
	margin-bottom: 60px;
	opacity: .65;
	color: rgba(50,62,91,.65) !important;
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	color: #323E5B;
}
.bg-body-tertiary {
    background-color: none;
	background: transparent;
}
.header-section {
	position: absolute;
	width: calc(100vw - 30px);
	margin: auto;
	z-index: 99;
}
.offcanvas.menu-mobile {
    width: 100%;
}
.header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    z-index: 9;
}
.nav-d ul {
    margin: 0 5px;
    list-style: none;
    display: inline-flex;
    align-items: center;
}
.nav-d ul li{
    font-size: 14px;
	color: #323E5B;
	margin: 0 4px;
}
.nav-d ul li a.link-nav{
	color: #323E5B;
	opacity: .65;
	transition: color ease-in-out .3s;
	margin: 0 12px;
}
.nav-d ul li a.link-nav.last{
	margin: 0 24px 0 12px;
}
.nav-d ul li a.link-nav:hover {
	color: #323E5B;
	opacity: 1;
	transition: color ease-in-out .3s;
}
.nav-d ul li a.link-nav.activo{
	color: #ff1b22;
	opacity: 1;
	transition: color ease-in-out .3s;
}
.logo{
	width: 300px;
	height: auto;
}
.logo img{
	width: 300px;
	height: auto;
}
.rombo {
    z-index: 0;
    position: relative;
    left: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    top: -20px;
}
.rombo-interno {
    width: 24px;
    height: 24px;
    background: #1fc1f1;
    transform: rotate(45deg);
    z-index: 0;
    position: absolute;
    opacity: .15;
	top: 8px;
	left: auto;
	transition: all ease-in-out .3s;
}
.rombo-interno-interno {
    width: 0px;
    height: 0px;
    background: #1fc1f1;
    transform: rotate(45deg);
    z-index: 0;
    position: absolute;
    opacity: .4;
	top: 24px;
	left: auto;
	transition: all ease-in-out .3s;
}
.btntxt h4 {
    position: relative;
    z-index: 1;
}
a.btntxt {
    position: relative;
	left: 0;
	transition: all ease-in-out .4s;
	display: table;
}
a.btntxt:hover .rombo-interno {
    width: 50px;
    height: 50px;
    background: #1fc1f1;
    transform: rotate(45deg);
    z-index: 0;
    position: absolute;
	top: -5px;
    opacity: 0.15;
	transition: all ease-in-out .3s;
}
a.btntxt:hover .rombo-interno-interno {
    width: 28px;
    height: 28px;
	top: 6px;
	left: auto;
	transition: all ease-in-out .5s;
}
a.btntxt:hover {
    position: relative;
	left: 20px;
	transition: all ease-in-out .4s;
}
.destacados-botones .row {
    --bs-gutter-x: 1rem;
}
.destacados-botones .v-gap-boton {
    margin-bottom: 1rem;
}
.item-botones {
    background-color: #cef2fb;
    padding: calc(40px + .5rem);
    border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: block;
}
.item-botones .btntxt {
    position: absolute;
    bottom: 30px;
    left: calc(40px + .5rem);
}
.item-botones.principal {
    height: 100%;
	margin-right: .5rem;
}
.item-botones.secundario {
    min-height: 150px;
	margin-left: .5rem;
}
.icono-botones {
    position: absolute;
    top: 20px;
    right: 30px;
	z-index: 2;
}
.icono-botones img{
    width: 90px;
	height: auto;
}
.icono-botones-linear {
    position: absolute;
    bottom: -60px;
    right: -80px;
}
.icono-botones-linear img{
    width: 180px;
	height: auto;
}
.principal .icono-botones-linear {
    position: absolute;
    bottom: -110px;
    right: -180px;
}
.principal .icono-botones-linear img{
    width: 380px;
	height: auto;
}
.secundario .icono-botones-linear {
	opacity: 0;
	transition: all ease-in-out .6s;
}
.principal .icono-botones-linear {
	opacity: 0;
	transition: all ease-in-out .6s;
}
a.secundario:hover .icono-botones-linear {
	opacity: .4;
	transition: all ease-in-out .6s;
}
a.principal:hover .icono-botones-linear {
	opacity: .4;
	transition: all ease-in-out .6s;
}
a.item-botones:hover .arrow-img-btn {
    transform: translateX(5px);
	transition: all ease-in-out .2s;
}

.item-botones h3{
    width: calc(100% - 140px);
	color: #323E5B;
	text-decoration: none;
}
.item-botones p{
    width: calc(100% - 200px);
	color: #323E5B;
	font-size: 15px;
	opacity: .65;
	text-decoration: none; 
}
.pr-0{
	padding-right: 0;
}
.margen{
		margin: 5rem 0;
}
#buscador-interna .margen{
		width: 100%;
		margin: 0;
}
.espacio{
		padding: 5rem 0;
}
#destacados .slider{
		margin: 0 0 5rem;
}
.destacados-seccion.espacio {
    padding: 3rem 0 5rem;
}
a.item-botones.principal {
    transition: all ease-in-out .8s;
	background: #D2F3FC;
}
a.item-botones.secundario {
    transition: all ease-in-out .8s;
    background: #D2F3FC;
}
a.item-botones.principal .fondo {
    position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background: rgba(255, 214, 214, 1);
    background: -moz-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: -webkit-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd6d6", endColorstr="#c2eefa", GradientType=1);
	opacity: 0;
	transition: opacity ease-in-out .8s;	
}
a.item-botones.secundario .fondo {
    position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background: rgba(255, 214, 214, 1);
    background: -moz-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: -webkit-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd6d6", endColorstr="#c2eefa", GradientType=1);
	opacity: 0;
	transition: opacity ease-in-out .8s;	
}
a.item-botones.principal:hover .fondo {
    opacity: 1;
    transition: opacity ease-in-out .5s;	
}
a.item-botones.secundario:hover .fondo {
    opacity: 1;
    transition: opacity ease-in-out .5s;
}
.contenedor-flotante {
    padding: 90px 0 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 100px);
    min-height: calc(100% - 100px);
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.imagen-beneficios-container{
	position: relative;
}
.imagen-beneficios-principal {
    position: relative;
    padding: 2% 20%;
    width: 100%;
    z-index: 1;
}
.imagen-beneficios-elemento1 {
    position: absolute;
    width: 18%;
    top: 10%;
    left: 12%;
    z-index: -1;
}
#buscar {
    margin-bottom: 70px;
}
.imagen-beneficios-elemento2 {
    position: absolute;
    width: 8%;
    top: -3%;
    right: 25%;
    z-index: -1;
}
.imagen-beneficios-elemento3 {
    position: absolute;
    width: 10%;
    bottom: -0.4%;
    left: 15%;
    z-index: 2;
}
.imagen-beneficios-elementoBg {
    position: absolute;
    width: 80%;
    top: -7%;
    left: 10%;
    z-index: -1;
}
ul {
    margin: 1px 11% 50px 20px;
}
.beneficios .row {
    display: flex;
    align-items: center;
}
.form-select:focus {
    box-shadow: none;
	outline: none;
	border-color: #DCEBEC;
}
.form-control:focus {
    box-shadow: none;
	outline: none;
	border-color: #DCEBEC;
}
.destacados-seccion{
	border-radius: 15px;
}
.autoridades-seccion{
	border-radius: 15px;
}
.slider {
    overflow: hidden;
}
.header-slider {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 40px;
}
.header-slider h2{
    margin: 0;
}
.slider-arrow {
    width: auto;
	display: flex;
    align-items: center;
}
.fila {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.slider p.fecha{
    font-size: 13px;
}
.slider a.btn-primario {
    padding: 2px 22px;
    font-size: 18px;
    width: auto;
    margin: 20px 0 0;
}
.arrow-left, .arrow-right {
	background: #FFF3F4;
	width: 50px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	transform: rotate(45deg);
	margin: 11px;
	transition: background ease-in-out .4s;
}
.arrow-left:hover, .arrow-right:hover {
	background: #FFFFFF;
	transition: background ease-in-out .3s;
}
.arrow-left img, .arrow-right img{
	width: 30px;
	height: 30px;
}
.arrow-left img{
    transform: rotate(180deg);
}
.arrow-left img {
    transform: rotate(135deg);
}
.arrow-right img {
    transform: rotate(-45deg);
}
.swiper{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width: 100%;
	/* height: auto; */
	background: #FFF3F4;
	padding: 40px;
	display: block;
	border-radius: 20px;
	transition: background ease-in-out .5s;
}
.swiper-slide.slider-item{
	height: auto;
}

.swiper-slide.normal-item {
    background: #D2F3FC;
}
.swiper-slide:hover{
	background: #FFFFFF;
	transition: background ease-in-out .6s;
}
.swiper-slide:active, .swiper-slide.active{
	background: #FFFFFF;
	transition: background ease-in-out .5s;
}


.item-slider-content{
	display: flex;
	flex-direction: column;	
}
/* .descriptionDestacados{
	flex: 1;
} */

.swiper-slide .item-slider-content h3{
	color: #2D2F42;
	transition: all ease-in-out .4s;
}
.swiper-slide .item-slider-content h3 small{
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	margin-bottom: 5px;
	font-size: .8rem;
	color: #1FC1F1;
}
.swiper-slide .item-slider-content p {
    color: #323E5B;
    opacity: .65;
    font-size: 15px;
    transition: all ease-in-out .4s;
    min-height: 200px;
    overflow: hidden;
}
.swiper-slide:hover .item-slider-content h3{
	color: #1FC1F1;
	transition: all ease-in-out .5s;
}
.swiper-slide:hover .item-slider-content p{
	color: #323E5B;
	opacity: 1;
	transition: all ease-in-out .4s;
}
.slider p.fecha{
	color: #323E5B;
	opacity: .35;
	transition: all ease-in-out .5s;
	min-height: auto;
}
.slider .swiper-slide:hover p.fecha{
	color: #323E5B;
	opacity: .65;
	transition: all ease-in-out .4s;
}
.swiper-slide.normal-item .item-slider-content p.fecha {
    min-height: 0px;    
}
.alinear-extremos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-contacto img{
	width: 20px;
	height: auto;
}
.footer-seccion{
	margin-top: 15px;
	border-radius: 15px;
}
.columna-footer {
    display: flex;
    flex-direction: column;
}
.footer-link{
	display: flex;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-link:hover, .footer-link:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-link.no-link:hover, .footer-link.no-link:focus{
	text-decoration: none;
}
.icon-contacto{
    padding: 0 0 2px 0;
}
.icon-txt{
    font-size: 15px;
    margin: 0;
    padding: 0 0 0 6px;
}
.icono-redes {
    width: 36px;
    height: auto;
}
.icono-redes {
    margin: 0 5px;
}
.icono-redes:first-child {
    margin: 0 5px 0 0;
}
.icono-redes:last-child {
    margin: 0 0 0 5px;
}
.wauto {
    width: auto !important;
	margin: 30px 0 0;
}
.footer .row {
    justify-content: space-between;
}
.bjobtn{
	margin-bottom: 30px;
	overflow: hidden;
}
.icono-hero-interna img {
	width: 73px;
    height: auto;
    margin-right: 5px;
}
.texto-hero-interna h1{
	font-size: 50px;
	margin: 0 0 40px;
	line-height: 1.1em;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.texto-hero-interna p a{
	color: #323E5B;
	opacity: .65;
}
.texto-hero-interna p a:hover{
	color: #323E5B;
	opacity: .65;
	text-decoration: underline;
}
.texto-hero-interna p a.activo{
	color: #1FC1F1;
	font-weight: 700;
	opacity: 1;
	text-decoration: none;
	cursor: auto;
}
.texto-hero-interna p a.activo:hover{
	color: #1FC1F1;
	opacity: 1;
	text-decoration: underline;
	text-decoration: none;
	cursor: auto;
}
.hero.hero-secundarias {
	height: auto;
    min-height: auto;
    border-radius: 15px 15px 15px 15px;
}
.grupo-titulo-interna {
	margin: 4rem 0 4rem;
}
#buscador-interna .grupo-titulo-interna {
    margin: 60px 0 20px;
}
.grupo-titulo-interna.destacados-header{
	margin: 60px 0 0;
}
.institucional-img{
	background: url("../img/institucional.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: auto;
	min-height: 470px;
	margin-right: 10%;
	border-radius: 20px;
	overflow: hidden;
}
.institucional a.btntxt{
	margin-top: 50px;
}
.colapsibles-institucional {
    background: transparent;
    margin: 0 auto;
    padding: 0;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	margin: 0;
}
.accordion-button.collapsed {
    background: #EBF3F3;
	border-radius: 10px !important;
	display: flex;
    justify-content: space-between;
}
.accordion-button:not(.collapsed) {
    color: #1FC1F1;
    background-color: #D2F3FC;
	border-radius: 10px 10px 0 0 !important;
	display: flex;
    justify-content: space-between;
}
.accordion-item {
	color: #2D2F42;
    border: none;
	border-radius: 10px;
    background: #FFFFFF;
	margin: .5rem 0;
}
.accordion-flush>.accordion-item:first-child {
    border-top: 0;
    border-bottom: 0;
}
.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}
.accordion-button:focus {
    box-shadow: none;
}
.item-autoridades-content {
    background: #F9E5E6;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}
.item-autoridades-content.activo{
	background: #FFFFFF;
}
.autoridades-seccion .alinear-v {
    display: flex;
    align-items: stretch;
}
.autoridades-seccion .alinear-v.row {
    --bs-gutter-x: 1rem;
    margin-right: -1.4rem;
    margin-left: -1.4rem;
}
.item-autoridades-content .row {
    --bs-gutter-x: .75rem;
}
.item-autoridades-content h4 {
    background: #FFFFFF;
    color: #323E5B;
    text-align: center;
    padding: 14px 14px 11px;
    border-radius: 8px;
}
.item-autoridades-content.activo h4 {
    background: #1FC1F1;
    color: #FFFFFF;
}
.item-autoridades-content .contenedor-ul {
	margin: 30px 0 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.item-autoridades-content div {
	padding: 0;
	margin: 0 auto;
}

.item-autoridades-content div div  {
    font-size: 18px;
    line-height: 1em;   
    margin: 4px 0px;
    padding: 0px 4px;
    color: #323E5B;
    list-style: none;
}
.accordion-button {
    font-weight: 600;
	font-size: 18px;
	padding: 20px 30px;
	line-height: 20px;
}
.accordion-body {
    padding: 30px;
}
.accordion-body h5{
    margin-bottom: 20px;
	opacity: .85;
}
.accordion-body p{
    font-size: 16px;
	opacity: .85;
}
.accordion-body ul, .accordion-body ol {
	padding: 0;
	margin: 0 0 0 30px;
}
.accordion-body ul li, .accordion-body ol li, .convenioUl li p{
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.3em;
    color: #323E5B;
	opacity: .85;
	font-family: "Roboto", sans-serif;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: 30px;
    content: "";
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all ease-in-out .3s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/less.svg");
	transform: none;
}
.accordion-body p:last-child {
        margin-bottom: 0;
}
.titulo-buscador {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.resultados-interna img.filtro{
	width: 22px;
    margin-right: 4px;
}
.resultados-interna h4{
	font-weight: 400;
    margin-right: 4px;
}
.resultados-interna .pill-filtro {
    background: #FF1C22;
    padding: 5px 15px 5px 17px;
    border-radius: 50rem;
    color: #FFF;
    font-weight: 500;
    margin: 0 5px 4px;
	display: flex;
    align-items: center;
}
.resultados-interna img.close {
    width: 11px;
    margin-left: 6px;
}
.card-traductor a{
    background: #D2F3FC;
    border-radius: 20px;
    padding: 30px;
	display: block;
	transition: background ease-in-out .4s;
	position: relative;
	overflow: hidden;
}
.card-traductor a .card-traductor-principal{
	position: relative;
	z-index: 1;
}
.card-traductor a .card-traductor-secundario{
	position: relative;
	z-index: 1;
}
.card-traductor a .fondo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(255, 214, 214, 1);
    background: -moz-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: -webkit-linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    background: linear-gradient(43deg, rgba(255, 214, 214, 1) 20%, rgba(194, 238, 250, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd6d6", endColorstr="#c2eefa", GradientType=1);
	opacity: 0;
	transition: opacity ease-in-out .4s;
	z-index: 0;
}
.card-traductor a:hover .fondo{
    opacity: 1;
	transition: opacity ease-in-out .4s;
}
.card-traductor-principal {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.text-card-traductor .alinear-v {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.text-card-traductor h3 {
    margin: 0;
}
a .text-card-traductor h3 {
    color: #1B1425;
    text-decoration: none;
    margin-bottom: 5px;
}
a:hover .text-card-traductor h3 {
   color: #1B1425;
   text-decoration: none;
}
.resultados-interna .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    margin-top: -1rem;
    margin-right: -1rem;
    margin-left: -1rem;
}
.img-card-traductor {
	overflow: hidden;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
	margin-right: 20px;
}
.img-card-traductor img {
    width: 100%;
	max-width: 100%;
}
.idiomas-card-traductor{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding-right: 15px;
}
.pill-idioma {
    background: #1FC1F1;
    width: auto;
    border-radius: 25rem;
    padding: 5px 15px 5px 5px;
    color: #FFFFFF;
}
.pill-idioma h3 {
    font-size: .9rem;
}
.pill-idioma img {
    width: 20px;
    margin-right: 7px;
}
.card-traductor-secundario {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    min-height: 70px;
}
.card-traductor-secundario .text-card-traductor {
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: row;
    float: right;
}
.card-traductor-secundario .text-card-traductor h4{
    font-weight: 700;
}
#buscador-interna .grupo-titulo-interna {
	width: 100%;
}
.listado-filtros, .titulo-filtros {
    display: inline-flex;
    align-items: center;
}
a.red-item .icon-modal {
    width: 22px;
    height: auto;
    margin-right: 7px;
}
a.red-item h5{
	color: #2D2F42;
	font-size: 16px;
	text-decoration: none;
}
a.red-item:hover h5, a.red-item:focus h5{
	color: #2D2F42;
	text-decoration: none;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #242436;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal {
    z-index: 99999;
}
.modal-content {
    border-radius: 20px;
}
.modal-body h3.celeste{
	font-size: 24px;
}
.modal-body p a{
	color: #2D2F42;
	text-decoration: none;
	font-size: 16px;
}
.modal-body p{
	color: #2D2F42;
	font-size: 16px;
}
.modal-body p a:hover{
	color: #2D2F42;
	text-decoration: underline;
}
.modal-body .idiomas-card-traductor {
    margin: 10px 0 25px;
}
.modal-body p.small {
    margin: 25px 0 0;
	font-size: 12px;
	opacity: .65;
}
.modal-body p.datos {
    margin: 0 0 25px;
}
.red-item {
    margin: 8px 0;
}
.modal-body {
    padding: 30px;
}
.modal .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url( "../img/close-modal.svg");
    --bs-btn-close-opacity: .85;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: none;
    box-sizing: content-box;
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: none;
    opacity: var(--bs-btn-close-opacity);
    position: absolute;
    top: 14px;
    right: 14px;
	display: block;
	z-index: 2;
}
.destacados-header.alinear-vt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	width: 100%;
}
.destacados-general .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.menu-filtros-destacados{
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto 25px;
}	
.menu-filtros-destacados button {
    background: #EBF3F4;
	color: #323E5B;
    border: none;
    outline: none;
    border-radius: 8px;
	padding: 5px 20px;
	margin: 0 3px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 600;
	transition: all ease-in-out .3s;
}
.menu-filtros-destacados button.activo {
    background: #FFFFFF;
	color: #1FC1F1;
	transition: all ease-in-out .2s;
}
.menu-filtros-destacados button:hover {
    background: #EBF3F4;
	color: #1FC1F1;
	transition: all ease-in-out .2s;
}
.menu-filtros-destacados button:focus {
    background: #FFFFFF;
	color: #1FC1F1;
	transition: all ease-in-out .2s;
}
.item-destacado-col {
    flex: 0 0 auto;
    width: 33.3333333%;
}
.badge{
    background: #1FC1F1;
	color: #FFFFFF;
    margin: 0 11px 0 0;
    font-size: 18px;
	transition: all ease-in-out .2s;
}
.accordion-button:not(.collapsed) .badge{
    background: #FFFFFF;
	color: #1FC1F1;
	transition: all ease-in-out .2s;
}
.accordion-body ul.convenioUl, .accordion-body ol.convenioUl {
    padding: 0;
    margin: 0 0 20px 20px;
}
.colapsibles-institucional p.destacado{
	color: #1B1425;
	opacity: 1;
	font-weight: 600;
}
.colapsibles-institucional p.destacado span{
	font-weight: 400;
}
.colapsibles-institucional p a{
	color: #1B1425;
	text-decoration: none;
	font-weight: 600;
}
.colapsibles-institucional p a:hover{
	color: #1B1425;
	text-decoration: underline;
}
#convenios .accordion-body .row {
    display: flex;
    align-items: center;
}
#convenios .accordion-body h3 {
    font-size: 30px;
}
.contenedor-imagen-logo{
	border: 1px solid #deedf4;
    border-radius: 6px;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
}
.logo-convenio {
    width: 100%;
    max-width: 340px;
    height: auto;
    padding: 30px;
}
#convenios h2{
	margin-left: 30px;
}
.separador{
	height: 40px;
	width: 100%;
}
.nav-d ul li.mr-0 {
    margin-right: 0;
}
.contacto-icon {
    width: 34px;
	margin: 0 5px;
}
.contacto-icon:first-child {
	margin: 0 5px 0 0;
}
.contacto-icon:last-child {
	margin: 0 0 0 5px;
}
.contacto-header.alinear-vt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.contacto-general p {
    max-width: 370px;
    width: 100%;
	opacity: .65;
	margin-bottom: 40px;
}
.contactoUl{
   margin: 0;
}
.contactoUl li{
   list-style: none;
   font-size: 14px;
}
.contactoUl li strong, .contactoUl li strong a{
   color: #1B1425;
   text-decoration: none;
   font-size: 16px;	
}
.contactoUl li strong a:hover, .contactoUl li strong a:focus{
   color: #1B1425;
   text-decoration: underline;
}
.form-control {
    border-radius: 0;
    border: 1px solid #DCEBEC;
    color: #A7B6B7;
    font-size: 16px;
    opacity: 1;
    padding: .375rem 1.25rem;
    width: 100%;
}
.input-group-text {
	 font-size: 16px;
	 padding: .375rem 1.25rem;
}
.form-select {
    --bs-form-select-bg-img: url(../img/chevron.svg);
    padding: .375rem 1.25rem;
    font-size: 16px;
    border: 1px solid #DCEBEC;
    color: #A7B6B7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px 7px;
    border-radius: 0;
    transition: none;
	text-align: left;
}
.dropdown-menu {
    --bs-dropdown-padding-x: 20px;
    --bs-dropdown-padding-y: 20px;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #FFFFFF;;
    --bs-dropdown-border-color: none;
    --bs-dropdown-border-radius: 15px;
    --bs-dropdown-border-width: none;
    --bs-dropdown-inner-border-radius: none;
    --bs-dropdown-divider-bg: none;
    --bs-dropdown-divider-margin-y: none;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-link-color: none;
    --bs-dropdown-link-hover-color: none;
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: none;
    --bs-dropdown-link-active-bg: none;
    --bs-dropdown-link-disabled-color: none;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
ul.dropdown-menu li{
    margin: 0;
}
.form-control::placeholder {
    color: #A7B6B7;
}
.form-control:focus {
    box-shadow: none;
	outline: none;
	border-color: #DCEBEC;
}
.form-select:focus {
    box-shadow: none;
	outline: none;
	border-color: #DCEBEC;
}
.form-check label {
    font-family: "Roboto Condensed", sans-serif;
  	font-weight: 600;
	font-size: 15px;
}
.form-check-input {
    border: 1px solid #DCEBEC;
	border-radius: 0;
}
.form-check-input:checked {
    background-color: #ff1b22;
    border-color: #ff1b22;
}
.form-check-input:focus {
    border-color: #DCEBEC;
    outline: 0;
    box-shadow: none;
}
.form-control.contacto-campo1 {
    border-radius: 15px 0 0 0;
}
.form-control.contacto-campo2 {
    border-radius: 0 15px 0 0;
}
.form-control.contacto-campo3 {
    border-radius: 0 0 15px 15px;
}
.form-control.perfil-campo1 {
    border-radius: 15px 0 0 0;
}
.form-control.perfil-campo2 {
    border-radius: 0 15px 0 0;
}
.form-control.perfil-campo3 {
    border-radius: 0 0 0 15px;
}
.form-control.perfil-campo4 {
    border-radius: 0 0 15px 0;
}
.form-control.cuenta-campo1 {
    border-radius: 15px 15px 0 0;
}
.form-control.cuenta-campo2 {
    border-radius: 0 0 15px 15px;
}
.afiliacion-form .form-select.contacto-campo1 {
    border-radius: 15px 15px 0 0;
}
.afiliacion-form .form-control.contacto-campo3 {
    border-radius: 0 0 15px 15px;
}
.contacto-form .row, .afiliacion-form .row {
    --bs-gutter-x: .5rem;
    --bs-gutter-y: .5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: -.25rem;
    margin-right: -.25rem;
    margin-left: -.25rem;
	margin-bottom: 25px;
}
.redes-contacto {
    margin-bottom: 12px;
}
.asterisco {
    font-size: 17px;
	color: #ff1b22;
}
.grupo-btn-afiliarme {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.afiliarmeUl {
    margin: 0px 0 40px 20px;
	opacity: .65;
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    background-color: #edf9ff;
    border: 1px solid #DCEBEC;
    border-radius: 0;
    color: #A7B6B7;
    font-size: 16px;
    opacity: 1;
    padding: .375rem 1.25rem;
}
.texto-hero-interna .small{
	margin-left: 2px;
}
.nav-m{
	display: none;
}
.mover {
    right: 0;
	transition: all ease-in-out .5s;
}
.offcanvas.inisesion {
   width: auto;
   z-index: 99999;	
}
.offcanvas.inisesion .contenido-is{
   padding: 40px 30px;
   min-width: 500px;
   max-width: 100%;
   overflow: hidden;
}
.offcanvas.inisesion .header-offcanvas-is {
    padding: 40px 30px;
    width: 960px;
	max-width: 100%;
	overflow: hidden;
}
.offcanvas.inisesion .contenido-is.max-w {
    padding: 40px 30px;
    width: 100%;
    max-width: 500px;
	overflow: hidden;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is {
    margin: 0 30px 0 0;
}
.form-img-perfil {
    width: 110px;
	height: 110px;
    margin-right: 20px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: none;
}
.form-img-perfil label{
	width: 110px;
	height: 110px;
    margin-right: 20px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: none;
    display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}
.form-img-perfil label img{        		
	cursor: pointer;
	width: 110px;
}

.form-img-perfil input{
    width: 110px;
	height: 110px;
    background: transparent;
	opacity: 0;
	display: none;
}
.form-perfil.row {
    --bs-gutter-x: .5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-right: -.25rem;
    margin-left: -.25rem;
    justify-content: flex-start;
}
.form-fin.row {
    --bs-gutter-x: .5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -.25rem;
    margin-left: -.25rem;
    justify-content: center;
}
.idioma-validado {
   font-size: 15px;
   margin-bottom: 10px;
}
.texto-form{
    color: #A7B6B7;
    font-size: 16px;
    opacity: 1;
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
}
.form-check label.texto-form{
    color: #A7B6B7;
    font-size: 16px;
    opacity: 1;
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
}
.form-fin{
    margin: 20px 0 0;
}
.form-fin button{
    display: block;
	width: 100%;
}
/* ERROR FORM */
.is-invalid{
	margin-bottom: 0;
	border-color: #ff1b22 !important;
}
.just-validate-error-label{
	font-size: 14px;
	margin-bottom: .5rem;
	padding-left: 15px;
	color: #ff1b22 !important;
}
/* ERROR FORM */

/* GRACIAS FORM */
.graciasRegistro, .graciasChange, .graciasContacto {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    padding: 20px 20px;
    background-color: #51cd8c;
    border-radius: 15px;
    color: #FFF;
    line-height: 1.3em;	
}
/* ERROR FORM */
.errorRegistro, .errorChange, .errorContacto {
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	padding: 20px 20px;
	background-color: #ff1b22;
	border-radius: 15px;
	color: #FFF;
	line-height: 1.3em;
  }
.errorLogin {
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	padding: 20px 20px;
	/* background-color: #ff1b22; */
	border-radius: 15px;
	border: 1px solid #ff1b22;
	color: #ff1b22;
	line-height: 1.3em;
  }
p.errorContacto, p.graciasContacto{
	max-width: 100%;
}

.offcanvas.inisesion .header-offcanvas-is .item-menu-is a{
    color: #6B6671;
	transition: color ease-in-out .4s;
	font-family: "Roboto Condensed", sans-serif;
  	font-weight: 600;
}
.cerrarSession {
    width: 14px;
    margin-right: 0px;
    margin-bottom: 5px;
	transition: fill ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is .icono-menu-is svg {
    width: 14px;
    margin-right: 0px;
    margin-bottom: 5px;
	transition: fill ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is .icono-menu-is svg .cuenta-icono {
    fill: #1B1425;
	transition: fill ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is .icono-menu-is svg .cls-1 {
    fill: #1B1425;
    stroke-width: 0px;
	transition: fill ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is a:hover, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a:focus, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a.activo{
    color: #ff1b22;
	transition: color ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is a:hover .icono-menu-is svg .cuenta-icono, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a:focus .icono-menu-is svg .cuenta-icono, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a.activo .icono-menu-is svg .cuenta-icono{
    fill: #ff1b22;
	transition: fill ease-in-out .3s;
}
.offcanvas.inisesion .header-offcanvas-is .item-menu-is a:hover .icono-menu-is svg .cls-1, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a:focus .icono-menu-is svg .cls-1, .offcanvas.inisesion .header-offcanvas-is .item-menu-is a.activo .icono-menu-is svg .cls-1{
    fill: #ff1b22;
	transition: fill ease-in-out .3s;
}
.menu-is {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.nav-d-m {
    display: none
}
.usuario-icono{
	fill: #ff1b22;
	stroke-width: 0px;
}
.cuenta-icono{
	fill: #ff1b22;
}
.icono-menu-is svg {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.offcanvas {
    overflow: auto;
}
.offcanvas .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url( "../img/close-modal.svg");
    --bs-btn-close-opacity: .85;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: none;
    box-sizing: content-box;
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: none;
    opacity: var(--bs-btn-close-opacity);
    position: absolute;
    top: 0;
    right: 0;
	display: block;
	z-index: 2;
	padding: 14px;
}
.header-offcanvas-is{
	margin-bottom: 20px;
}
.offcanvas .inicio-sesion-form{
	margin: 10px 0 20px;
}
.offcanvas.inisesion .contenido-is .small{
	padding: 0 1.25rem;
}
.header-offcanvas-is {
    margin-bottom: 20px;
    padding: 0 1.25rem;
}
.offcanvas .form-control, .offcanvas .form-select {
	margin-bottom: .5rem;
}
.offcanvas .form-check {
	padding: .375rem 1.25rem;
	margin-bottom: .5rem;
}
.offcanvas .form-check .form-check-input {
    float: left;
    margin-left: -20px;
	margin-right: 6px;
}
.offcanvas a.link {
    color: #ff1b22;
    text-decoration: underline;
    display: inline-block;
}
.offcanvas .btn-primario.btn-is{
	margin-top: 1rem;
	display: block;
	width: 100%;
}
.offcanvas .olvide{
	margin-bottom: 10px;
}
.inicio-sesion-form .campo-solo{
	border-radius: 15px 15px;
}
.inicio-sesion-form .campo1{
	border-radius: 15px 15px 0 0;
}
.inicio-sesion-form .campo2{
	border-radius: 0 0 15px 15px;
}
h3.txt-menu-is {
    font-weight: 600;
}
.offcanvas .header-section {
    width: 100vw;
    padding: 15px;
}
.texto-hero-interna h1 br{
    display: none;
}
.destacados-header-ampliado.alinear-vt {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}
.destacados-header-ampliado .btn-primario {
    display: flex;
    padding: 8px 18px 8px 11px;
	line-height: 1;
    font-size: 14px;
}
.fecha-detacado-ampliado {
    font-size: .85rem;
	margin: 5px 0 0;
}
.arrow-back {
    width: 22px;
	padding-right: 7px;
    height: auto;
    display: inline-flex;
}
.arrow-back svg.arrow-back-img{
	fill: #FFFFFF;
	width: 16px;
	height: auto;
	transition: fill ease-in-out .2s;
}
.destacados-header-ampliado .btn-primario:hover .arrow-back svg.arrow-back-img {
    fill: #ff1b22;
	transition: fill ease-in-out .3s;
}

@-moz-document url-prefix() {
	.texto-hero-interna h1 {
	  font-size: 48px;
	}
}
.header-section.header-fixed {
    position: absolute;
    width: calc(100vw - 30px);
    margin: auto;
    z-index: 99;
    position: fixed;
    background: #f5f9f9;
    border-radius: 0 0 15px 15px;
    top: 0;
    padding-top: 15px;
	overflow: visible !important;
}
.header-section.header-fixed .header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 15px;
    z-index: 99;
    position: relative;
	box-shadow: 0 0 20px #2e4a6b2b;
}
.header-section.header-fixed .header .logo {
    width: 230px;
}
.header-section.header-fixed .header .logo img{
    width: 230px;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.btn-cuenta {
    margin: 30px 0 20px;
	width: 100%;
}
#content-listado {
    margin: 0 0 20px;
}
a.arrow-up {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    display: block;
}
a.arrow-up img {
    width: 22px;
    height: auto;
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
}
a.arrow-up span {
    font-size: 14px;
    line-height: 2em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #323E5B;
    text-transform: uppercase;
    margin-bottom: 0;
}
a.arrow-up .d-flex {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.filtros {
	margin-bottom: 20px;
}
.my-atropos {
    width: 85%;
    height: auto;
    margin: 15% 0 10%;
}
.atropos-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    display: block;
}
.titulo-destacado-ampliado {
    width: 90%;
}
.imagen-detacado-container img{
    width: 95%;
}
.destacados-general a {
    color: #1B1425;
    text-decoration: none;
    font-weight: 600;
}
.destacados-general a:hover, .destacados-general a:focus {
    text-decoration: underline;
}

@media (min-width: 1920px) {
	.item-destacado-col {
		flex: 0 0 auto;
		width: 25%;
	}
}
@media (max-width: 1780px) {
	h1 {
		font-size: 64px;
	}
}
@media (max-width: 1680px) {
	.form-control {
		padding: .375rem .85rem;
		font-size: 15px;
	}
	.offcanvas.inisesion .contenido-is .small{
		padding: 0 .85rem;
	}
	.header-offcanvas-is {
		padding: 0 .85rem;
	}
	.input-group-text {
		font-size: 15px;
		padding: .375rem .85rem;
	}	
	.form-select {
		padding: .375rem .85rem;
		font-size: 15px;
	}
	.my-atropos {
		width: 80%;
	}
}
@media (max-width: 1640px) {
	.container {
		max-width: 80%;
	}
	.container.footer {
		max-width: calc(80% + 80px);
		margin: auto; 
	}
	h1 {
		font-size: 64px;
	}
	h3 {
		font-size: 18px;
	}
	.btn-primario {
		padding: 3px 24px;
		font-size: 18px;
	}
	p {
		font-size: 17px;
	}
	.destacados-botones p{
		font-size: 15px;
	}
	.swiper-slide .item-slider-content p{
		font-size: 15px;
	}
	ul li {
		font-size: 17px;
	}
	.hero-interna h1 span.parrafo{
		margin-bottom: 50px;
		font-size: 15px;
	}
	ul {
		margin: 0 0 50px 20px;
	}
	.hero .hero-img {
		max-width: 50%;
	}
	.imagen-hero-chica {
		left: 3%;
	}
	.item-traductores {
		bottom: 30%;
		right: 55%;
		z-index: 3;
	}
	.item-idiomas {
		top: 10%;
		left: 74%;
		z-index: 1;
	}
	.hero-interna h1 span.parrafo {
		max-width: 380px;
		font-size: 16px;
	}
	#buscar {
		margin-bottom: 70px;
	}
}
@media (min-width: 2200px) {
	h1 {
		font-size: 6rem;
	}
}
@media (max-width: 1640px) and (orientation: landscape) {
	.hero .hero-img{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		text-align: center;
		max-width: 54%;
		max-height: 62vh;
	}
}
@media (max-width: 1580px) {
	.form-control {
		padding: .375rem .85rem;
		font-size: 14px;
	}
	.offcanvas.inisesion .contenido-is .small{
		padding: 0 .85rem;
	}
	.header-offcanvas-is {
		padding: 0 .85rem;
	}
	.input-group-text {
		font-size: 14px;
		padding: .375rem .85rem;
	}
	.form-select {
		padding: .375rem .85rem;
		font-size: 14px;
	}
	.rombo-derecha {
		right: -15%;
	}
	.logo img {
		width: 280px;
	}
}
@media (max-width: 1480px) {
	.container {
		max-width: 85%;
	}
	.container.footer {
		max-width: calc(85% + 80px);
		margin: auto;
	}
	.btn-primario {
        padding: 3px 24px 2px;
        font-size: 16px;
    }
	.container.destacados-botones {
		max-width: 90%;
		margin: auto;
	}
	.img-card-traductor img {
		max-width: 95px;
		margin-right: 15px;
	}
	.logo{
		width: 280px;
		height: auto;
	}
	.logo img{
		width: 280px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 210px;
	}
	.header-section.header-fixed .header .logo img{
		width: 210px;
	}
}
@media (max-width: 1440px) {
    .item-destacado-col {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
	.nav-d ul li a.link-nav {
		margin: 0 9px;
	}
	.hero-interna h1 span.parrafo {
        max-width: 370px;
        width: 100%;
    }
}
@media (max-width: 1366px) {
	.nav-d ul li a.link-nav {
		margin: 0 6px;
	}
	.nav-d ul li {
		font-size: 13px;
	}
	.btn-primario.btn-small {
		padding: 3px 16px;
		font-size: 13px;
	}
	.btn-secundario.btn-small {
		padding: 3px 16px;
		font-size: 13px;
	}
	.logo {
		width: 250px;
		height: auto;
	}
	.logo img{
		width: 250px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 200px;
	}
	.header-section.header-fixed .header .logo img{
		width: 200px;
	}
	.nav-d ul li a.link-nav.last {
		margin: 0 12px 0 6px;
	}
	.item-botones p {
		width: calc(100% - 28%);
	}
	.icono-botones img {
		width: 80px;
	}
	.container.destacados-botones {
        max-width: 95%;
        margin: auto;
    }
	.hero .hero-img {
        max-width: 100%;
		max-height: 100%;
        height: auto;
    }
	.texto-hero-interna h1 {
		font-size: 37px;
		margin: 0 0 30px;
	}
	.icono-hero-interna img {
		width: 60px;
	}
	.grupo-titulo-interna {
		margin: 45px 0 35px;
	}
	#buscador-interna .grupo-titulo-interna {
		margin: 45px 0 15px;
	}
	.grupo-titulo-interna.destacados-header{
		margin: 45px 0 0;
	}
	h1 {
        font-size: 56px;
    }
	h2 {
		font-size: 30px;
		margin: 0 0 30px;
	}
	h4 {
		font-size: 14px;
	}
	p {
        font-size: 15px;
    }
	.institucional a.btntxt {
		margin-top: 40px;
	}
	.small {
		font-size: 11px;
	}
	.accordion-button {
		font-size: 17px;
	}
	.institucional-img {
		min-height: 410px;
	}
	.margen{
		margin: 4rem 0;
	}
	#buscador-interna .margen{
		margin: 2rem 0 4rem;
	}
	.espacio{
		padding: 4rem 0;
	}
	#destacados .slider{
		margin: 0 0 4rem;
	}
	.destacados-seccion.espacio {
		padding: 2rem 0 4rem;
	}
	.columna-footer {
		margin-bottom: 1rem;
	}
	.item-autoridades-content div div {
		font-size: 15px;
	}
	.accordion-body h5 {
		font-size: 17px;
	}
	.accordion-body p {
		font-size: 14px;
	}
	.accordion-body ul li, .accordion-body ol li, .convenioUl li p {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.accordion-button::after {
		width: 13px;
		height: 13px;
		background-size: 13px;
	}
	.icon-txt {
		font-size: 13px;
	}
	.footer-link {
		font-size: 13px;
	}
	.icono-redes {
		width: 30px;
	}
	.icon-txt.horario {
        font-size: 13px;
        width: 280px;
    }
	.card-traductor a{
		border-radius: 15px;
		padding: 20px;
	}
	.pill-idioma h3 {
		font-size: 15px;
	}
	.pill-idioma img {
		width: 16px;
		margin-right: 6px;
	}
	.pill-idioma {
		padding: 4px 14px 4px 4px;
		color: #FFFFFF;
	}
	.img-card-traductor img {
		width: 85px;
		margin-right: 15px;
		border-radius: 8px;
	}
	.form-control {
		padding: .375rem 1rem;
		font-size: 13px;
	}
	.offcanvas.inisesion .contenido-is .small{
		padding: 0 1rem;
	}
	.header-offcanvas-is {
		padding: 0 1rem;
	}
	.input-group-text {
		font-size: 13px;
		padding: .375rem 1rem;
	}
	.form-select {
		padding: .375rem 1rem;
		font-size: 13px;
	}
}
@media (max-width: 1366px) and (height: 1024px){
	.contenedor-flotante {
		padding: 14vh 0 0;
	}
	.imagen-hero-fondo {
		height: 100%;
		top: -17%;
		right: -4%;
	}
	.imagen-hero-fondo3 {
		height: 33%;
		top: -16%;
		right: 56%;
	}
	.imagen-hero-fondo2 {
		height: 24%;
		bottom: 14%;
		right: 80%;
	}
	.item-idiomas {
		top: -8%;
		left: 72%;
	}
	.item-traductores {
		bottom: 33%;
		right: 63%;
	}
	.icono-item-hero img {
		width: 62px;
	}
	.texto-item-hero {
		font-size: 3rem;
	}
	.container-hero-img {
		width: 100%;
		margin-bottom: 0;
		border-radius: 35px;
	}
	.rombos {
        width: 38.5%;
        position: absolute;
        top: -13.8%;
        left: -31%;
        z-index: 2;
    }
	.rombo-derecha {
        right: -10%;
    }
	.rombo-abajo {
        width: 82%;
        bottom: -43%;
        left: -41%;
    }
	h1 {
		font-size: 62px;
	}
	.hero-interna h1 {
        max-width: 78%;
    }
	.my-atropos {
        width: 100%;
    }
}
@media (max-width: 1280px) {
	h1 {
        font-size: 50px;
    }
	.container {
		max-width: 90%;
	}
	.container.footer {
        max-width: 90%;
        margin: auto;
    }
	.form-select {
		padding: .375rem .8rem;
		font-size: 12px;
	}
	.form-control {
		padding: .375rem .8rem;
		font-size: 12px;
	}
	.input-group-text {
		font-size: 12px;
		padding: .375rem .8rem;
	}
	.offcanvas.inisesion .contenido-is .small{
		padding: 0 .8rem;
	}
	.header-offcanvas-is {
		padding: 0 .8rem;
	}
	.btn-primario {
        padding: 3px 24px 2px;
        font-size: 14px;
    }
	.card-traductor a{
		border-radius: 15px;
		padding: 20px;
	}
	.pill-idioma h3 {
		font-size: 15px;
	}
	.pill-idioma img {
		width: 16px;
		margin-right: 6px;
	}
	.pill-idioma {
		padding: 4px 14px 4px 4px;
		color: #FFFFFF;
	}
	a .text-card-traductor h3 {
		font-size: 16px;
	}
	a .text-card-traductor p {
		font-size: 13px;
    }
	.img-card-traductor img {
		border-radius: 4px;
	}
	.item-destacado-col {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
	.item-destacado-col {
		flex: 0 0 auto;
		width: 50%;
	}
	.nav-d ul li {
        font-size: 12px;
    }
	.logo {
		width: 205px;
		height: auto;
	}
	.logo img{
		width: 205px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 180px;
	}
	.header-section.header-fixed .header .logo img{
		width: 180px;
	}
	.card-traductor-secundario {
		min-height: 55px;
	}
	.hero-interna h1 {
		max-width: 74%;
	}
	.my-atropos {
		width: 92%;
	}
	.hero {
		justify-content: flex-end;
	}
	#buscar {
        margin-bottom: 30px;
    }
}
@media (max-width: 1180px) {
	.header {
		padding: 15px 20px;
	}
	.header ul {
		padding-left: 10px;
	}
	.nav-d ul li a.link-nav {
        margin: 0 4px;
    }
	.nav-d ul li a.link-nav.last {
		margin: 0 8px 0 4px;
	}
	.nav-d ul li {
        font-size: 12px;
    }
	.btn-primario.btn-small {
		padding: 3px 14px;
		font-size: 12px;
	}
	.btn-secundario.btn-small {
		padding: 3px 14px;
		font-size: 12px;
	}
	.hero-principal.hero-principal-secundarias .row {
        height: auto;
    }
	.hero-txt {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		height: 100%;
	}
	.btn-primario {
        padding: 3px 24px 2px;
        font-size: 16px;
    }
	.icono-menu-is svg {
		width: 15.5px;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	.container-hero-img {
		width: 100%;
	}
}
@media (max-width: 1280px) and (max-height: 800px) {
	.hero .hero-img {
        width: 53%;
    }
	.item-traductores {
		bottom: 30%;
		right: 59%;
		z-index: 3;
	}
	.item-idiomas {
        top: 13%;
        left: 71%;
        z-index: 1;
    }
	.imagen-hero-fondo {
		position: absolute;
		width: auto;
		height: 93%;
		top: -6%;
		right: -4%;
		z-index: 0;
	}
	.imagen-hero-fondo2 {
		position: absolute;
		width: auto;
		height: 16%;
		bottom: 17%;
		right: 76%;
		z-index: 1;
	}
	.imagen-hero-fondo3 {
		position: absolute;
		width: auto;
		height: 32%;
		top: -1%;
		right: 55%;
		z-index: 1;
	}
	.imagen-hero-chica {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: inherit;
		position: relative;
		right: 0;
		left: auto;
		top: auto;
		bottom: 0;
		margin: 0 auto;
		z-index: 3;
	}
	.icono-item-hero img {
		width: 52px;
	}
	.texto-item-hero {
		font-size: 2.4rem;
	}
	h1 {
        font-size: 58px;
    }
	.hero-interna {
        max-width: 100%;
        margin: 3vh 0 3vh;
    }
}
@media (max-width: 1200px) {
	.container {
        max-width: 90%;
    }
	h1 {
        font-size: 51px;
    }
	.hero .hero-img {
        width: 52%;
    }
	.hero-interna {
        margin: 0;
		max-width: 100%;
    }
}
@media (max-width: 1200px) and (orientation: landscape) {
	h1 {
		font-size: 54px;
	}
	p {
        font-size: 15px;
    }
	.swiper-slide .item-slider-content p {
        font-size: 15px;
    }
	.hero-interna h1 span.parrafo {
        font-size: 16px;
    }
}
@media (max-width: 1180px) {
	.hero-interna h1 {
        max-width: 74%;
    }
}
@media (max-width: 1080px) {
	header {
		position: relative;
		z-index: 9;
	}
	.nav-d{
        display: none;
    }
	.nav-d-m {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        background: #D2F3FC;
        min-height: 100vh;
        z-index: 10;
        opacity: 1;
        transition: all ease-in-out .7s;
        padding-left: 70px;
    }
	.nav-d-m ul {
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
		margin: 40px 0 0 0;
    }
	.iniciar-sesion-d{
		margin-right: 5px;
	}
	.iniciar-sesion-d .btn-secundario.btn-small {
		color: #FFFFFF;
		background: #ff1b22;
		border: none;
		transition: all ease-in-out .3s;
	}
	.iniciar-sesion-d .btn-secundario.btn-small .cls-1 {
		fill: #ffffff;
		stroke-width: 0px;
	}
	.nav-d-m ul li {
		font-size: 24px;
		margin: 9px 4px;
		list-style: none;
	}
	.nav-d-m ul li a{
		text-decoration: none;
		color: #323E5B;
	}
	.nav-d-m ul li a.activo{
		text-decoration: none;
		color: #ff1b22;
	}
	.nav-d-m ul li a.link-nav.last {
		margin: 12px 4px;
	}
    .nav-d-m .btn-primario.btn-small, .nav-d-m .btn-primario.btn-small:hover, .nav-d-m .btn-primario.btn-small:focus {
        margin-top: 12px;
        padding: 6px 24px 6px;
        font-size: 23px;
        margin-left: -5px;
        color: #FFF;
		background: #ff1b22;
    }
	.nav-d-m .btn-primario.btn-small.activo {
        color: #ff1b22;
        border: 2px solid #ff1b22;
        background: transparent;
    }
	.nav-m {
        display: flex;
        position: relative;
        z-index: 10;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
	.nav-m button {
		background: transparent;
		border: none;
		position: relative;
		box-shadow: none;
	}
	.nav-m button .hamburguesa {
		width: 46px;
	}
	.close-menu {
        width: 46px;
        height: auto;
        position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: opacity ease-in-out .3s;
    }
	.close-menu.show {
        opacity: 1;
		transition: opacity ease-in-out .3s;
    }
	.hero-principal.hero-principal-secundarias .row {
        height: auto;
    }
	.imagen-hero {
		position: relative;
		top: 1vh;
		width: 60%;
		height: auto;
		right: -32%;
		z-index: 2;
	}
	.hero-txt {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		height: 100%;
	}
	h1 {
		margin: 0 0 16px;
		font-size: 44px;
	}
	.hero-interna h1 span.parrafo {
        margin-top: 16px;
        margin-bottom: 20px;
    }
	.texto-hero-interna h1 {
		font-size: 35px;
		margin: 0 0 20px;
	}
	.icono-hero-interna img {
		width: 58px;
	}
	.grupo-titulo-interna {
		margin: 40px 0 30px;
	}
	#buscador-interna .grupo-titulo-interna {
		margin: 40px 0 15px;
	}
	.grupo-titulo-interna.destacados-header{
		margin: 40px 0 0;
	}
	h1 {
        font-size: 46px;
    }
	h2 {
		font-size: 27px;
		margin: 0 0 20px;
	}
	h4 {
		font-size: 13px;
	}
	.hero-interna h1 span.parrafo {
        font-size: 15px;
    }
	p {
        font-size: 14px;
    	margin-bottom: 16px;
    }
	.institucional a.btntxt {
		margin-top: 30px;
	}
	.accordion-button {
		font-size: 16px;
	}
	.institucional-img {
		min-height: 400px;
	}
	.margen{
		margin: 3.5rem 0;
	}
	#buscador-interna .margen{
		margin: 1.5rem 0 3.5rem;
	}
	.espacio{
		padding: 3.5rem 0;
	}
	#destacados .slider{
		margin: 0 0 3.5rem;
	}
	.destacados-seccion.espacio {
		padding: 1.5rem 0 3.5rem;
	}
	.item-autoridades-content div div {
		font-size: 13px;
	}
	.accordion-body h5 {
		font-size: 16px;
	}
	.accordion-body p {
		font-size: 13px;
	}
	.accordion-body ul li, .accordion-body ol li, .convenioUl li p {
		font-size: 13px;
		margin: 0 0 10px;
	}
	.accordion-header {
		margin-bottom: 0;
		line-height: 1.4em;
	}
	.accordion-button::after {
		width: 12px;
		height: 12px;
		background-size: 12px;
		margin-left: 15px;
	}
	.accordion-item {
		border-radius: 8px;
	}
	.accordion-button {
		padding: 18px 20px;
	}
	#convenios h2{
		margin-left: 20px;
	}
	.separador{
		height: 30px;
	}
	.accordion-body {
		padding: 20px;
	}
	.accordion-button.collapsed {
		border-radius: 8px !important;
	}
	.accordion-button:not(.collapsed) {
		border-radius: 8px 8px 0 0 !important;
	}
	.item-autoridades-content {
		border-radius: 15px;
		padding: 10px;
	}
	.item-autoridades-content h4 {
		padding: 12px 12px 9px;
		border-radius: 6px;
	}
	.icono-menu-is svg {
        width: 17px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
	.hero-interna h1 {
		max-width: 80%;	
	}
}
@media (max-width: 1024px) and (max-height: 768px) {
	.contenedor-flotante {
		padding: 8% 0 0;
	}
	.my-atropos {
		margin: 13% 0 10%;
        width: 100%;
    }
	.hero-interna {
        max-width: 100%;
        margin: 0 0 2vh;
    }
	.imagen-hero-fondo {
        height: 108%;
        top: -23%;
        right: -10%;
    }
	.imagen-hero-fondo2 {
		height: 24%;
		bottom: 14%;
		right: 77%;
	}
	.imagen-hero-fondo3 {
		height: 33%;
		top: -18%;
		right: 56%;
	}
	.item-idiomas {
		top: -10%;
		left: 72%;
	}
	.item-traductores {
        bottom: 33%;
        right: 60%;
    }
	.icono-item-hero img {
		width: 48px;
	}
	.texto-item-hero {
		font-size: 2.2rem;
	}
	.header-section {
		width: calc(100vw - 30px);
	}
	h1 {
        font-size: 44px;
    }
	.rombos {
		width: 40%;
		top: 3%;
		left: -32%;
	}
	.my-atropos {
        width: 100%;
    }
	.hero-interna h1 span.parrafo {
        max-width: 500px;
        width: 100%;
    }
	.hero {
		border-radius: 15px 15px 32px 32px;
	}
	.rombo-abajo {
		width: 104%;
		position: absolute;
		bottom: -78%;
		left: -50%;
		z-index: -1;
	}
}
@media (max-width: 1024px) and (max-height: 600px) {
	.hero .hero-img {
        width: 53%;
    }
	.item-traductores {
		bottom: 30%;
		right: 59%;
		z-index: 3;
	}
	.item-idiomas {
        top: 13%;
        left: 71%;
        z-index: 1;
    }
	.imagen-hero-fondo {
		position: absolute;
		width: auto;
		height: 93%;
		top: -6%;
		right: -4%;
		z-index: 0;
	}
	.imagen-hero-fondo2 {
		position: absolute;
		width: auto;
		height: 16%;
		bottom: 17%;
		right: 76%;
		z-index: 1;
	}
	.imagen-hero-fondo3 {
		position: absolute;
		width: auto;
		height: 32%;
		top: -1%;
		right: 55%;
		z-index: 1;
	}
	.imagen-hero-chica {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: inherit;
		position: relative;
		right: 0;
		left: auto;
		top: auto;
		bottom: 0;
		margin: 0 auto;
		z-index: 3;
	}
	.icono-item-hero img {
		width: 42px;
	}
	.texto-item-hero {
		font-size: 2rem;
	}
	h1 {
        font-size: 42px;
    }
	.hero-interna h1 span.parrafo {
        font-size: 14px;
    }
	.hero-interna {
        max-width: 100%;
        margin: 0;
    }
	.my-atropos {
        width: 80%;
    }
	.hero {
		border-radius: 15px 15px 32px 32px;
	}
}
@media (max-width: 1180px) and (orientation: portrait) {
	.hero-principal .row {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
	.hero-txt {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
	.hero-secundarias .hero-txt {
        align-items: flex-start;
    }
	.hero .hero-img {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	.contenedor-flotante {
		padding: 90px 0 0;
        width: 100%;
        height: auto;
        min-height: calc(90vh - 30px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
	.hero-secundarias .contenedor-flotante {
		margin: 60px 0 0;
        height: auto;
		min-height: auto;
    }
	.hero-interna {
        max-width: 100%;
        margin: 0 0 50px;
    }
	.imagen-beneficios-container {
		position: relative;
		width: 100%;
		max-width: 600px;
		margin: .5rem auto 4rem;
	}
	.container {
        max-width: 87%;
    }
	.beneficios .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
	.hero-interna h1 span.parrafo {
		max-width: 100%;
	}
	a.btntxt .rombo-interno {
		width: 50px;
		height: 50px;
		background: #1fc1f1;
		transform: rotate(45deg);
		z-index: 0;
		position: absolute;
		top: -5px;
		opacity: 0.15;
		transition: all ease-in-out .3s;
	}
	a.btntxt .rombo-interno-interno {
		width: 28px;
		height: 28px;
		top: 6px;
		left: auto;
		transition: all ease-in-out .5s;
	}
	a.btntxt {
		position: relative;
		left: 0;
		transition: all ease-in-out .4s;
	}
	h1 {
        font-size: 80px;
    }
	h3 {
        font-size: 21px;
    }
	.hero-interna h1 span.parrafo{
		margin: 16px 0 30px;
        font-size: 18px;
		width: 100%;
		max-width: 100%;
	}
	.imagen-beneficios-principal {
		padding: 2% 5% 2% 20%;
	}
	.imagen-beneficios-elemento2 {
		width: 12%;
		top: -10%;
		right: 12%;
	}
	.imagen-beneficios-elemento3 {
		width: 14%;
		bottom: -2.4%;
		left: 14%;
	}
	.imagen-hero-fondo {
		height: 100%;
		top: -10%;
		right: -3%;
	}
	.imagen-hero-fondo2 {
		height: 20%;
		bottom: 14%;
		left: -1%;
	}
	.imagen-hero-fondo3 {
		height: 31%;
		top: 0%;
		left: -2%;
	}
	.item-idiomas {
		top: -5%;
		left: 72%;
		width: auto;
        max-width: min-content;
	}
	.item-traductores {
		bottom: 30%;
		left: 2%;
		width: auto;
        max-width: min-content;
	}
	.icono-item-hero img {
		width: 70px;
	}
	.texto-item-hero {
		font-size: 3.4rem;
	}
	h3 {
        font-size: 20px;
    }
	.header-section {
        width: calc(100vw - 30px);
    }
	.rombo-derecha {
       display: none;
    }
}	
@media (max-width: 1114px) and (max-height: 720px) {
	.container-hero-img {
        width: 90%;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
	.my-atropos {
		width: 80%;
	}
	#buscar {
		margin-bottom: 20px;
	}
	.hero-interna h1 {
        max-width: 67%;
    }
	h3 {
        font-size: 17px;
    }
	.container.buscador-traductores h3 {
        font-size: 17px;
    }
	.destacados-botones p {
        font-size: 14px;
    }
	.destacados-botones p {
        font-size: 14px;
    }
	.swiper-slide .item-slider-content p {
        font-size: 14px;
    }
	ul {
        margin: 0 0 30px 20px;
    }
	ul li {
        font-size: 14px;
		margin-bottom: 20px;
	}
	.small.fecha {
		font-size: 12px;
    }
	.imagen-beneficios-principal {
		padding: 8% 0 8% 20%;
	}
	.btn-primario {
        font-size: 15px;
    }
	.arrow-left, .arrow-right {
		width: 40px;
		height: 40px;
		margin: 9px;
	}
	.arrow-left img, .arrow-right img {
		width: 24px;
		height: 24px;
	}
}
@media (max-width: 1024px) and (orientation: portrait) {
	.hero-img-col {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.hero-principal .row {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
	.hero-txt {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
	.hero .hero-img {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	.contenedor-flotante {
        padding: 90px 0 0;
        width: 100%;
        height: auto;
        min-height: calc(90vh - 30px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
	.hero-secundarias .contenedor-flotante {
		margin: 60px 0 0;
        height: auto;
		min-height: auto;
    }
	.hero-secundarias .contenedor-flotante .hero-txt {
        display: flex;
        align-items: flex-start;
    }
	.hero-interna {
        max-width: 100%;
        margin: 0 0 50px;
    }
	.institucional-img {
        margin-right: 0;
        border-radius: 10px;
        margin: 0 0 40px;
    }
	.beneficios .row {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
	.imagen-beneficios-container {
		position: relative;
		width: 100%;
		max-width: 600px;
		margin: .5rem auto 4rem;
	}
	.item-botones {
		padding: calc(3% + .5rem);
	}
	.item-botones .btntxt {
		left: calc(3% + .5rem);
	}
	.hero-interna {
        margin: 0 0 50px;
    }
	.hero-interna h1 span.parrafo{
		margin: 16px 0 30px;
        font-size: 18px;
		width: 100%;
		max-width: 100%;
	}
	h1 {
        font-size: 64px;
        line-height: 1em;
    }
	h3 {
        font-size: 21px;
    }
	.hero .hero-img {
        width: 90%;
    }
	.imagen-beneficios-principal {
		padding: 2% 20% 2% 20%;
	}
	.imagen-hero-fondo3 {
        height: 35%;
        top: -4%;
        left: -4%;
    }
	.item-idiomas {
		top: -8%;
		left: 72%;
		width: auto;
        max-width: min-content;
	}
	.item-traductores {
		bottom: 30%;
		left: 0;
		width: auto;
        max-width: min-content;
	}
	.icono-item-hero img {
		width: 60px;
	}
	.texto-item-hero {
		font-size: 2.8rem;
	}
	.autoridades-seccion .alinear-v.row {
		--bs-gutter-y: 1rem;
	}
	.institucional-img {
        min-height: 360px;
    }
	#buscador-interna h1 {
		display: table-cell;
		width: min-content;
		max-width: 310px;
	}
	#buscador-interna .hero-principal-secundarias p {
        font-size: 13px;
        max-width: 510px;
        margin: 0 auto 0;
    }
	h3 {
        font-size: 20px;
    }
	.form-control.campo-solo{
		border-radius: 15px 15px;
	}
	.form-control.contacto-campo1 {
		border-radius: 15px 15px 0 0;
	}
	.form-control.contacto-campo2 {
		border-radius: 0;
	}
	.icono-menu-is svg {
		width: 15px;
		margin-right: 4px;
		margin-bottom: 2px;
	}
	.hero {
		border-radius: 15px 15px 30px 30px;
	}
	.hero .textura {
		border-radius: 15px 15px 30px 30px;
	}
	.header-section.header-fixed {
		border-radius: 0 0 15px 15px;
	}
	.header-section.header-fixed .header {
		border-radius: 15px;
	}
	.hero {
        border-radius: 15px 15px 20px 20px;
    }
	.rombo-derecha {
       display: none;
    }
	.rombos {
        width: 23%;
        top: -16%;
        left: auto;
        z-index: 2;
        right: 3%;
    }
	.container-hero-img {
		width: 100%;
		margin-bottom: 10%;
		border-radius: 20px;
	}
	.hero-txt {
		margin-bottom: 0;
	}
	.hero-img-col {
		padding: 0;
	}
	.item-botones.principal{
		margin: 0;
	}
	h1 {
        font-size: 78px;
    }
	.container {
        max-width: 91%;
    }
	.hero-interna h1 {
        max-width: 59%;
    }
	.container.buscador-traductores {
        padding: 28px 30px 30px 30px;
    }
	#buscar {
        margin-bottom: 30px;
    }
	.contenedor-flotante {
        padding: 80px 0 0;
        width: 100%;
        height: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
    }
	.my-atropos {
        width: 100%;
		height: auto;
		margin: 0;
    }
	.rombos {
        width: 33%;
        top: -35%;
        left: auto;
        z-index: 2;
        right: 0%;
    }
	#buscar {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
	.hero-principal .row {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
	.hero-txt {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
	.hero .hero-img {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	.hero-secundarias .contenedor-flotante {
		margin: 0;
        height: auto;
		min-height: auto;
    }
	.hero-secundarias .contenedor-flotante .hero-txt {
        display: flex;
        align-items: flex-start;
    }
	.hero-interna {
        max-width: 100%;
        margin: 0 0 50px;
    }
	.institucional-img {
        margin-right: 0;
        border-radius: 10px;
        margin: 0 0 40px;
    }
	.beneficios .row {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
	.imagen-beneficios-container {
		position: relative;
		width: 100%;
		max-width: 600px;
		margin: .5rem auto 4rem;
	}
	.item-botones {
		padding: calc(3% + .5rem);
	}
	.item-botones .btntxt {
		left: calc(3% + .5rem);
	}
	.hero-interna {
        margin: 0 0 50px;
    }
	.hero-interna h1 span.parrafo{
		margin: 16px 0 30px;
        font-size: 18px;
		width: 100%;
		max-width: 100%;
	}
	h1 {
        font-size: 60px;
        line-height: 1em;
        margin: 20px 0 15px;
    }
	h3 {
        font-size: 21px;
    }
	.hero .hero-img {
        width: 90%;
    }
	.imagen-beneficios-principal {
		padding: 2% 20% 2% 20%;
	}
	.imagen-hero-fondo3 {
        height: 35%;
        top: -4%;
        left: -4%;
    }
	.item-idiomas {
		top: -8%;
		left: 72%;
		width: auto;
        max-width: min-content;
	}
	.item-traductores {
		bottom: 30%;
		left: 0;
		width: auto;
        max-width: min-content;
	}
	.icono-item-hero img {
		width: 60px;
	}
	.texto-item-hero {
		font-size: 2.8rem;
	}
	.autoridades-seccion .alinear-v.row {
		--bs-gutter-y: 1rem;
	}
	.institucional-img {
        min-height: 360px;
    }
	#buscador-interna h1 {
		display: table-cell;
		width: min-content;
		max-width: 310px;
	}
	#buscador-interna .hero-principal-secundarias p {
        font-size: 13px;
        max-width: 510px;
        margin: 0 auto 0;
    }
	h3 {
        font-size: 20px;
    }
	.form-control.contacto-campo1 {
		border-radius: 15px 15px 0 0;
	}
	.form-control.contacto-campo2 {
		border-radius: 0;
	}
	.icono-menu-is svg {
		width: 15px;
		margin-right: 4px;
		margin-bottom: 2px;
	}
	.hero {
		border-radius: 15px 15px 30px 30px;
	}
	.hero .textura {
		border-radius: 15px 15px 30px 30px;
	}
	.header-section.header-fixed {
		border-radius: 0 0 15px 15px;
	}
	.header-section.header-fixed .header {
		border-radius: 15px;
	}
	.hero {
        border-radius: 15px 15px 20px 20px;
    }
	.rombo-derecha {
       display: none;
    }
	.rombos {
        width: 27%;
        top: -21.4%;
        left: auto;
        right: 3%;
    }
	.container-hero-img {
		width: 100%;
		margin-bottom: 10%;
		border-radius: 20px;
	}
	.rombo-abajo {
        width: 64%;
        bottom: -60%;
        left: 2%;
    }
	.hero-txt {
		margin-bottom: 0;
	}
	.hero-img-col {
		padding: 0;
	}
	.item-botones.principal{
		margin: 0;
	}
	.hero-interna h1 {
	  max-width: 100%;	
	}
	.img-herop {
		border-radius: 25px;
		overflow: hidden;
	}
	my-atropos {
        margin: 0 0 20px;
    }
	#buscar {
        margin-bottom: 2.6%;
    }
	.hero {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		flex-direction: column;
		z-index: 1;
		height: auto;
		max-height: 100%;
		padding: 0;
		margin: 0;
		min-height: auto;
	}
	.contenedor-flotante {
        margin: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
	}
	.my-atropos {
        margin: 0 0 30px;
    }	
	.hero-principal .row {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}	
@media (max-width: 991px) {
	.item-botones.primario {
		margin-right: 0;
		margin-left: 0;
		margin-top: 1rem;
	}
	.item-botones.secundario {
		margin-right: 0;
		margin-left: 0;
		margin-top: 1rem;
	}
}
@media (max-width: 840px) {
	.offcanvas.inisesion .header-offcanvas-is {
        width: 100%;
        max-width: 100vw;
		min-width: 100vw;
    }
}
@media (max-width: 768px) {
	body {
		padding: 10px;
	}
	.header-section.header-fixed {
		padding-top: 10px;
	}
	.item-botones.principal {
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.item-botones.secundario {
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.destacados-botones .v-gap-boton {
		margin-top: 1rem;
   		margin-bottom: 1rem;
	}
	.icono-botones img {
		width: 70px;
	}
	.arrow-left, .arrow-right {
        width: 28px;
        height: 28px;
        margin: 6px;
    }
	.arrow-left img, .arrow-right img {
		width: 22px;
		height: 22px;
	}
	h1 {
        font-size: 46px;
    }
	.hero {
		border-radius: 10px 10px 15px 15px;
	}
	.hero .textura {
		border-radius: 10px 10px 15px 15px;
	}
	.header-section.header-fixed {
		border-radius: 0 0 10px 10px;
	}
	.header-section.header-fixed .header {
		border-radius: 10px;
	}    
	.autoridades-seccion{
		border-radius: 15px;
	}
	.destacados-seccion{
		border-radius: 15px;
	}
	.hero {
		min-height: calc(100vh - 20px);
		min-height: calc(100dvh - 20px);
	}
	.contenedor-flotante {
        min-height: calc(90vh - 10px);
        height: auto;
    }
	.autoridades-seccion .alinear-v.row {
		--bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }
	.item-autoridades-content {
        border-radius: 8px;
    }
	.item-autoridades-content h4 {
        border-radius: 4px;
	}
	h3 {
		margin: 0 0 15px;
	}
	.columna-footer {
        margin-bottom: 1.5rem;
    }
	.columna-footer:last-child {
        margin-bottom: 0;
    }
	.filtros .alinear-v {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.listado-filtros {
		margin-top: 10px;
	}
	.resultados-interna .pill-filtro {
		padding: 4px 12px 4px 14px;
		border-radius: 50rem;
		margin: 0 3px 4px;
		font-size: 14px;
	}
	.resultados-interna .pill-filtro:first-child {
		margin: 0 3px 4px 0;
	}
	.modal-body {
		padding: 20px;
	}
	h3 {
        font-size: 18px;
    }
	.logo-convenio {
		width: 70%;
	}
	.contenedor-imagen-logo {
		margin-bottom: 20px;
	}
	.form-control {
        font-size: 14px;
    }
	.input-group-text {
		font-size: 14px;
	}
	.form-select {
        font-size: 14px;
    }
	.contacto-icon {
		width: 32px;
		margin: 0 5px;
	}
	.header-section {
		width: calc(100vw - 20px);
	}
	.nav-d-m {
        padding-left: 65px;
    }
	.offcanvas .header-section {
		width: 100vw;
		padding: 10px;
	}
	.form-control.perfil-campo1 {
		border-radius: 15px 15px 0 0;
	}
	.form-control.perfil-campo2 {
		border-radius: 0;
	}
	.form-control.perfil-campo3 {
		border-radius: 0;
	}
	.form-control.perfil-campo4 {
		border-radius: 0 0 15px 15px;
	}
	.form-check label.texto-form {
		font-size: 14px;
	}
	.idioma-validado {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.card-traductor-secundario {
		min-height: auto;
	}
	.my-atropos{
		width: 100%;
		margin: 0 0 7%;
	}
	.contenedor-flotante {
        margin: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
	.hero {
        min-height: calc(100vh - 20px);
        height: 100%;
        max-height: 100%;
    }
	.titulo-destacado-ampliado {
		width: 98%;
	}
}
@media (max-width: 768px) and (max-height: 1024px) {
	.hero .hero-img {
        max-width: 100%;
        width: 70%;
    }
	.hero-interna {
        margin: 0 0 30px;
    }
	.hero-interna h1 span.parrafo{
        font-size: 18px;
		width: 60%;
	}
	h1 {
        font-size: 64px;
        line-height: 1em;
    }
	h3 {
        font-size: 18px;
    }
	.form-control {
        font-size: 17px;
    }
	.input-group-text {
		font-size: 17px;
	}
	.form-select {
        font-size: 17px;
    }
	.item-traductores {
        bottom: 30%;
        left: -9%;
    }
	.item-idiomas {
        top: -11%;
        left: 72%;
    }
	.imagen-hero-fondo2 {
        height: 25%;
        bottom: 8%;
        left: -2%;
    }
	.titulo-destacado-ampliado {
		width: 98%;
	}
}
@media (max-width: 767px) {
	.imagen-detacado-container {
		margin-bottom: 8% !important;
	}
	.imagen-detacado-container img {
		width: 100%;
	}
}
@media (max-width: 580px) {
	h1 {
        font-size: 45px;
		margin: 20px 0;
	}
	.hero-interna h1 span.parrafo {
        margin-bottom: 30px;
    }
	.hero .hero-img {
        max-width: 100%;
        width: 100%;
    }
	.icono-item-hero img {
		width: 40px;
	}
	.texto-item-hero {
		font-size: 2rem;
	}
	.item-idiomas .small {
   		font-size: 11px;
	}
	.item-traductores .small {
    	font-size: 11px;
	}
	.item-traductores {
        bottom: 27%;
        left: 0;
        border-radius: 12px;
    }
	.item-idiomas {
        top: -14%;
        right: 0;
        border-radius: 12px;
        left: auto;
    }
	.hero {
		min-height: calc(100vh - 20px);
		min-height: calc(100dvh - 20px);
	} 
	.hero-interna {
        margin: 0 0 40px;
    }
	.hero-interna h1 span.parrafo {
        font-size: 15px;
        width: 100%;
        margin: 15px 0 30px;
        line-height: 1.4;
    }
	.rombos {
        width: 32%;
        top: -33%;
        left: auto;
        z-index: 2;
        right: 5%;
    }
	.slider-autoridades .header-slider {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
	.slider-autoridades .row>* {
		padding-right: 2.5%;
		padding-left: 2.5%;
	}
	.autoridades-seccion.espacio {
        padding-bottom: 5% !important;
    }
	.destacados-seccion.espacio {
		padding-bottom: 5% !important;
	}
	.swiper-slide {
		border-radius: 8px;
	}
	.grupo-titulo-interna {
        margin: 30px 0 20px;
	}
	#buscador-interna .grupo-titulo-interna {
		margin: 30px 0 10px;
	}
	.grupo-titulo-interna.destacados-header{
		margin: 30px 0 0;
	}
	.modal-content {
		border-radius: 10px;
	}
	h3 {
       font-size: 17px;
    }
	.item-destacado-col {
		flex: 0 0 auto;
		width: 100%;
	}
	.menu-filtros-destacados button {
		border-radius: 6px;
		padding: 4px 14px;
		margin: 0 3px;
		font-size: 16px;
	}
	.contacto-icon {
		width: 26px;
	}
	.logo {
        width: 190px;
        height: auto;
        margin-left: 0;
    }
	.logo img{
		width: 190px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 180px;
	}
	.header-section.header-fixed .header .logo img{
		width: 180px;
	}
	.header-section {
		position: absolute;
		width: calc(100vw - 20px);
		margin: auto;
	}
	.nav-d-m {
        padding-left: 51px;
    }
	.offcanvas.inisesion .header-offcanvas-is {
        padding: 40px 5%;
        width: 100%;
        max-width: 100vw;
		min-width: 100vw;
    }
	.offcanvas.inisesion .header-offcanvas-is {
		padding: 40px 5%;
		width: 100%;
	}
	.arrow-left, .arrow-right {
        width: 28px;
        height: 28px;
        margin: 6px;
    }
	.swiper-slide {
		padding: 25px;
	}
	.item-botones {
		border-radius: 10px;
	}
	.margen {
        margin: 8% 0;
    }
	.espacio {
        padding: 8% 0;
    }
	.menu-filtros-destacados {
		margin: 0 auto 0;
	}
	.contacto-general p {
		margin-bottom: 8%;
	}
	#buscador-interna .margen {
        margin: 1.5rem 0 0;
    }
	#destacados .slider {
        margin: 0 0 8%;
    } 
	.beneficios ul {
        margin: 0 0 8% 20px;
    }
	ul li {
		margin-bottom: 6%;
	}
	.header-slider {
		margin-bottom: 5%;
	}
	.juntos {
		margin-bottom: 5%;
		margin-right: 10px;
	}
	.volver-contenedor {
		margin-bottom: 5%;
	}
	#buscador-interna .hero-principal-secundarias p {
        font-size: 11px;
    }
	.contacto-header.alinear-vt {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.listado-filtros, .titulo-filtros {
		width: 100%;
	}
	.destacados-header-ampliado .btn-primario {
		padding: 6px 16px 6px 9px;
		font-size: 12px;
	}
	.arrow-back {
		width: 18px;
	}
	.arrow-back svg.arrow-back-img {
		width: 14px;
	}
	.hero {
        border-radius: 15px 15px 20px 20px;
    }
	.offcanvas.inisesion .header-offcanvas-is {
        padding: 40px 5%;
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
	.beneficios ul {
        margin: 1px 0 30px 20px;
    }
	.container-hero-img {
        border-radius: 15px;
    }
	.rombo-abajo {
        width: 68%;
        bottom: -60%;
        left: 1%;
    }
	.filtros {
		margin-bottom: 10px;
	}
}
@media (max-width: 500px) {
	.offcanvas.inisesion {
		width: 100%;
	}
	.offcanvas.inisesion .contenido-is.max-w {
		padding: 40px 5%;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	.offcanvas.inisesion .contenido-is {
		padding: 40px 5%;
		min-width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	.img-herop {
		border-radius: 20px;
		overflow: hidden;
	}
	.hero {
        height: 100%;
        min-height: auto;
    }
	.principal .icono-botones-linear img {
		width: 60%;
		height: auto;
	}
	.secundario .icono-botones-linear img {
		width: 60%;
		height: auto;
	}
	.icono-botones-linear {
		position: absolute;
		bottom: -60px;
		right: -210px;
		left: auto;
	}
	.contacto-icon {
		margin: 0 3px;
	}
	.contacto-icon:first-child {
		margin: 0 3px 0 0;
	}
	.contacto-icon:last-child {
		margin: 0 0 0 3px;
	}
}
@media (max-width: 430px) {
	.hero .hero-img {
        max-width: 100%;
        width: 100%;
    }
	.nav-d {
		width: 100%;
	}
	h1 {
        font-size: 36px;
    }
	h2 {
		font-size: 24px;
		margin: 0 0 25px;
	}
	.texto-hero-interna h1 {
        font-size: 21px;
        margin: 0 0 30px;
    }
	.hero-interna {
        margin: 0 0 30px;
    }
	h4 {
		font-size: 13px;
	}
	p {
        font-size: 15px;
    }
	.destacados-botones p {
        font-size: 14px;
		line-height: 1.4em;
    }
	.swiper-slide .item-slider-content p {
        font-size: 14px;
		line-height: 1.4em;
    }
	ul li {
        font-size: 14px;
		line-height: 1.4em;
    }
	a.btntxt .rombo-interno-interno {
        width: 12px;
        height: 12px;
        top: 14px;
        left: auto;
    }
	a.btntxt .rombo-interno {
        width: 24px;
        height: 24px;
        top: 8px;
    }
	.footer .icon-txt {
		font-size: 12px;
	}
	.footer .footer-link {
		font-size: 12px;
	}
	.icono-redes {
		width: 30px;
	}
	.grupo-titulo-interna {
        margin: 25px 0 15px;
	}
	#buscador-interna .grupo-titulo-interna {
		margin: 25px 0 10px;
	}
	.grupo-titulo-interna.destacados-header{
		margin: 25px 0 0;
	}
	.form-select {
        font-size: 14px;
    }
	.form-control {
        font-size: 14px;
    }
	.input-group-text {
		font-size: 14px;
	}
	.contacto-form button.btn-primario, .afiliacion-form button.btn-primario {
        display: block;
		width: 100%;
    }
	.header {
        padding: 15px 15px;
    }
	.header-section {
        width: calc(100vw - 20px);
    }
	.nav-d-m {
        padding-left: 47px;
    }
	.logo {
        width: 186px;
    }
	.logo img{
		width: 186px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 170px;
	}
	.header-section.header-fixed .header .logo img{
		width: 170px;
	}
	.close-menu {
        width: 40px;
    }
	.nav-m button .hamburguesa {
        width: 40px;
    }
	.icono-hero-interna img {
        width: 49px;
    }
	.texto-hero-interna h1 br{
        display: block;
    }
	#buscador-interna .hero-principal-secundarias p {
        font-size: 14px;
    }
	.grupo-btn-afiliarme {
		flex-direction: column;
	}
	.imagen-beneficios-container {
        margin: .5rem auto 2rem;
    }
	h2 {
        margin: 0 0 20px;
    }
	.beneficios ul {
        margin: 1px 0 25px 20px;
    }
	.img-herop {
		border-radius: 15px;
		overflow: hidden;
	}
	.contacto-icon {
        width: 24px;
    }
	.item-botones p {
        width: calc(100% - 30%);
    }
	.destacados-botones p {
        font-size: 13px;
    }
	ul li {
        font-size: 13px;
    }
	.swiper-slide .item-slider-content p {
        font-size: 13px;
    }
	.rombos {
        width: 32%;
        top: -25%;
        left: auto;
        z-index: 2;
        right: 5%;
    }
}
@media (max-width: 390px) {
	h1 {
		margin: 0 0 20px;
	}
	.hero-interna h1 span.parrafo {
        margin-bottom: 20px;
    }
	.hero-interna {
        margin: 0 0 30px;
    }
	.form-control {
        font-size: 13px;
    }
	.input-group-text {
		font-size: 13px;
	}
	.form-select {
        font-size: 13px;
    }
	.menu-filtros-destacados button {
		font-size: 15px;
	}
	.nav-d-m {
        padding-left: 45px;
    }
	.btn-secundario.btn-small {
        padding: 3px 12px;
        font-size: 10px;
    }
	.logo {
        width: 182px;
    }
	.logo img{
		width: 182px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 160px;
	}
	.header-section.header-fixed .header .logo img{
		width: 160px;
	}
	.close-menu {
        width: 38px;
    }
	.nav-m button .hamburguesa {
        width: 38px;
    }
	.form-control {
        font-size: 12px;
    }
	.form-select {
        font-size: 12px;
    }
	.input-group-text {
		font-size: 12px;
	}
	.nav-d-m ul li {
		font-size: 22px;
	}
    .nav-d-m .btn-primario.btn-small {
        font-size: 21px;
    }
	.icon-btn svg {
		width: 7px;
		margin: 0px 5px 1px 0;
	}
	.nav-d-m .btn-primario.btn-small {
        padding: 4px 24px 4px;
    }
	.hero-interna h1 span.parrafo {
        font-size: 15px;
        width: 100%;
	}
	#buscador-interna .hero-principal-secundarias p {
        font-size: 13px;
    }
	.img-herop {
		border-radius: 15px;
		overflow: hidden;
	}
	.rombo-abajo {
        width: 58%;
        bottom: -60%;
        left: 2%;
        z-index: -1;
    }
}
@media (max-width: 375px) {
	.form-control {
        font-size: 12px;
    }
	.input-group-text {
		font-size: 12px;
	}
	.form-select {
        font-size: 12px;
    }
	.logo {
        width: 170px;
    }
	.logo img{
		width: 170px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 150px;
	}
	.header-section.header-fixed .header .logo img{
		width: 150px;
	}
	.nav-d-m {
        padding-left: 39px;
    }
	.resultados-interna .pill-filtro {
        padding: 3px 11px 3px 13px;
        font-size: 12px;
    }
	.resultados-interna img.close {
		width: 8px;
		margin-left: 5px;
	}
	.resultados-interna .pill-filtro {
        margin: 0 2px 3px 2px;
    }
	.resultados-interna .pill-filtro:first-child {
        margin: 0 2px 3px 0;
    }
	.nav-d-m ul {
        margin: 20px 0 0 0;
    }
	.nav-d-m ul li {
		font-size: 21px;
	}
    .nav-d-m .btn-primario.btn-small {
        font-size: 20px;
    }
	.header {
        padding: 10px 10px;
    }
	.hero-interna h1 span.parrafo {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
	.logo {
        width: 150px;
    }
	.logo img{
		width: 150px;
		height: auto;
	}
	.header-section.header-fixed .header .logo {
		width: 140px;
	}
	.header-section.header-fixed .header .logo img{
		width: 140px;
	}
	.icono-item-hero img {
        width: 30px;
    }
	.texto-item-hero {
        font-size: 1.5rem;
    }
	.item-idiomas .small {
        font-size: 9px;
    }
	.item-traductores .small {
        font-size: 9px;
    }
	.item-idiomas .icono-item-hero img {
		margin-right: 7px;
	}
	.segundo .name, .segundo .localidad-barrio {
		flex: 0 0 auto;
		width: 100%;
	}
	.segundo .idiomas, .segundo .departamento {
		flex: 0 0 auto;
		width: 50%;
	}
	#buscador-interna .hero-principal-secundarias p {
        font-size: 10px;
        max-width: 100%;
        margin: 0 auto 0;
        line-height: 1.3em;
    }
	.nav-d-m {
        padding-left: 29px;
    }
	h1 {
        font-size: 35px;
    }
	.hero-interna  h1 span {
        font-size: 14px;
    }
	#buscador-interna .hero-principal-secundarias p {
        font-size: 12px;
    }
}
@media (max-width: 340px) {
	.btn-secundario.btn-small {
        padding: 3px 9px 2.4px;
        font-size: 9px;
    }
	.icon-btn {
        display: none;
    }
	.close-menu {
        width: 32px;
    }
	.nav-m button .hamburguesa {
        width: 32px;
    }
	.hero-interna  h1 span {
        font-size: 15px;
        width: 100%;
    }
	.segundo .name, .segundo .localidad-barrio {
		flex: 0 0 auto;
		width: 100%;
	}
	.segundo .idiomas, .segundo .departamento {
		flex: 0 0 auto;
		width: 50%;
	}
	
}	
@media (max-width: 320px) {
	.segundo .name, .segundo .localidad-barrio {
		flex: 0 0 auto;
		width: 100%;
	}
	.segundo .idiomas, .segundo .departamento {
		flex: 0 0 auto;
		width: 100%;
	}
	.nav-d-m ul li {
		font-size: 19px;
	}
    .nav-d-m .btn-primario.btn-small {
        font-size: 18px;
    }
	
}	
 @media (max-width: 440px) and (orientation: portrait) {
	.buscador-traductores {
		opacity: 1 !important;
		transform: none !important;
	}
}
@media (max-width: 980px) and (orientation: landscape) {
    .nav-d-m .btn-primario.btn-small, .nav-d-m .btn-primario.btn-small:hover, .nav-d-m .btn-primario.btn-small:focus {
        margin-top: 5px;
        padding: 3px 18px 3px;
        margin-left: -5px;
        font-size: 17px;
    }
	.nav-d-m ul li {
		font-size: 17px;
		margin: 3px 4px;
		list-style: none;
	}
}