/*@font-face {
	font-family: "Metropolis";
	src: url("../fonts/Metropolis-Regular.otf");
}

html, body, *, html *, html body *, body * {
	font-family: "Metropolis" !important;
	outline: none !important;
	line-height: initial;
}*/

html{
	font-family: "Franklin Gothic Medium" !important;
	outline: none;
	line-height: initial;
	height:100%;
}

body{
	background-color: #FFF !important;
}

footer#footer {
	display: none;
}

.ui-widget {
	font-family: "Franklin Gothic Medium" !important;
	font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {    
	color: #31A280;
}

body > .container-fluid {
	width: 100%;
	padding: 0;
}

body > .container-fluid > div:first-child {
	width: 100%;
    margin: 0 auto;
    height: calc(100% - 60px);
}

#contenedorInfoMicrochip {
	position: relative;
	display: flex !important;
    flex-direction: column;
    height: calc(100% - 60px);
    width: 100%;
}

#contenedorInfoMicrochip > .background_microchip {
    position: relative;
    left: 0;
    top: initial;
    width: 100vw;
    height: 100%;
    background-image: url(/Portal_AmbientalPG/img/Felino_pagina_Perla.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    margin-top: 15px;
}

#contenedorInfoMicrochip > .container:first-of-type {
	width: 80%;
    flex: 1;
    height: 100%;
    padding: 0 30px;
}

#contenedorInfoMicrochip > .background_microchip > .container {
	width: 80%;
    flex: 1;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion {
	height: 100%;
    justify-content: center;
    padding: 0 15px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip {
	height: 100%;
	width: 80%;
	margin: 0 auto;
	
    display: flex;
    justify-content: start;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip {
	width: 65%;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
    
    background-color: #5ac1dd;
    padding: 15px 0;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip label {
	margin-bottom: 0;
	margin-top: -4px;
	padding: 0;
	color: #FFF !important;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > label {
    padding: 0 30px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > div {
	align-items: end;
    display: flex;
    padding: 0 30px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > div.btn_microchip {
    justify-content: end;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip {
	width: 65%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10%;
    
    background-color: #5ac1dd;
    padding: 15px 0;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip .input-group {
	padding: 0;
	margin-right: 30px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-1 {
	height: 25%;
	min-height: 160px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 {
	height: min-content;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .info_microchip {
	display: grid;
	row-gap: 10px;
	grid-template-columns: 50% 50%;
	color: #FFF;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .info_microchip .titulo {
	grid-column: 1/3;
	margin: 0;
	color: #FFF;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .info_microchip > div {
	padding: 0;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .caption_microchip {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
    align-items: start;
	color: #FFF;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .btn_microchip #btnRetroceder {
	margin-right: 60px;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .info_microchip > div > * {
	display: block;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .info_microchip:before {
	display: none;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .sinContenido {
	color: #fff;
	min-height: 0px;
	margin: 30px 0;
}

#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip.seccion_oculta {
	display: none;
}

#divLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../img/Loading.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90px;
	z-index: 10000;
}

/*Boton de suscribcion*/
.contenedorSuscribete {
	border: 1px #fff solid;
	border-radius: 40px;
	width: 50px;
	overflow: hidden;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 5px #0000003b;
	cursor: pointer;
	transition-duration: 1s;
	margin-left: 10px;
}

.contenedorSuscribete:hover {
	background: #31A280;
	border: 1px #31A280 solid;
	transition-duration: 1s;
}

.contenedorSuscribete:hover .suscribeteImg {
	background: #31A280;
	border: 1px #31A280 solid;
	transition-duration: 1s;
	background-image: url(../img/iconos/suscribeteNegro.svg);
}


.ui-dialog {
    top: calc(50% + 250px) !important;
    
    box-shadow: none;
    border: none;
    background: none;
}

.imgBackModal-header {
	background-image: url(../img/popup-perla.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-left: 0;
	margin-right: 0;
}

.buttomModal{
	background: #E0541E;
	border-radius: 50px !important;
	color: white;
}

.buttomModal:hover,.buttomModal:active{
	background: #ce4d1c;
	color: white;	
}

.nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a:focus {
  color: #fff;
  background-color: #fff;
  border-radius: 0px;
}

.imgBackModal-footer{
	text-align: center;
	background-image: url(../img/FondoLaPerla.png);
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.suscribeteImg {
	background-image: url(../img/iconos/suscribete.svg);
	background-repeat: no-repeat;
	/* height: 30px;*/
	/* width: 30px;*/
	/* background-position: center; */
	/* background-color: #fff; */
	/* border-color: #fff; */
	/* left: 8.5px; */
	/* position: relative; */
	/* top: 12px; */
	/* transition-duration: 1s; */
}

.reportarImg{
	background-image: url(../img/reportar-gris.svg);
	background-repeat: no-repeat;
}

.favoritosImg{
	background-image: url(../img/Huella-gris.svg);
	background-repeat: no-repeat;
}

.favoritosImg:hover{
	background-image: url(../img/Huella-naranja.svg);
	background-repeat: no-repeat;
}

.favoritosImgVolver{
	background-image: url(../img/Huella-naranja.svg);
	background-repeat: no-repeat;
}

.text-suscribete {
	position: absolute;
	margin-top: 5px;
	margin-left: 2px;
}

/*Clases Formulario suscribcion*/
.boton-enviar {
	background: #ff8403;
	border-radius: 50px !important;
	color: #fff !important;
	height: 25px;
	margin-bottom: 15px;
	padding: 0px;
}

.bordes-div .boton-enviar-solicitud.tam-text-middle {
	background: #fff;
	border-radius: 0px !important;
	color: #5ac1dd !important;
	font-size: 14px;
	font-weight: 700;
	padding: 3px 16px;
	height: 27px;
}

.boton-enviar:hover{
	background: #E0541E;
	color: #fff !important;	
}

.boton-enviar-solicitud:hover{
	background: #5ac1dd ;
	color: #5ac1dd !important;	
}


/*Clases generales para las etiquetas*/
.inputPerla {
	border-radius: 7px !important;
	border: solid white 2px;
	color: #000;
	height: 25px;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
}

.textareaPerla {
	border-radius: 15px !important;
	border: 2px solid #E0541E !important;
	height: 150px;
	width: 100%;
	margin-bottom: 15px;
}

.slPerla {
	color: #666666 !important;
}

.h5Perla {
	color: #31A280 !important;
	padding: 0 15px;
}

.h5Perla + button.ui-dialog-titlebar-close {
	display: none;
}

.logoBanner>img {
	width: 80%;
	height: 70;
}

.seccion {
	display: flex;
}

.contenido {
	background-color: #ffffff00;
	padding: 0px;
	box-shadow: 0 0 0 0 #fff0;
	border-radius: 0;
	border: 0 solid #000000;
	height: 100%;
	min-height: 270px;
}

.sub {
	display: flex;
	justify-content: center;
	align-items: center;
}

.subm {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 0px;
	border: 0 solid #000000;
	box-shadow: none;
	padding: 0;
	width: auto;
}

.submenu {
	display: flex;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.submenu#submenuInformacionMicrochip {
	width: fit-content !important;
	margin-left: 0px !important;
}

.submenu#submenuInformacionMicrochip > li {
	width: max-content;
	max-width: none;
}

.subm span.borde-microchip {
	display:inline-block;
	width: 100%;
	position: absolute;
	border-bottom: 3px solid #989898;
	bottom: 1px;
}

.submenu>li>a {
	width: auto;
	color: #333;
	padding: 10px 20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align: left;
	font-family: "Franklin Gothic Medium", "Franklin Gothic",
		"ITC Franklin Gothic", Arial, sans-serif;
	font-size: calc(var(- -font-size)* 1.1em);
	font-weight: 600;
}

.submenu>li>a.tam-text {
	font-size: 22px !important;
}

.nav.submenu>li.active>a {
	color: #094884;
	font-size: 18px;
	border-bottom: 6px solid #094884;
  	box-sizing: border-box; 
}

.nav.submenu>li>a {
	color: #333;
	font-size: 18px;
	border-bottom: none;
	text-overflow: clip;
}

.nav.submenu:hover>li>a {
	color: #333;
	border-bottom: none;
}

.nav.submenu:hover>li.active>a {
	color: #333;
	border-bottom: none;
}

.nav.submenu:hover>li>a:hover, .nav.submenu:hover>li>a:focus,
.nav.submenu:hover>li.active>a:hover, .nav.submenu:hover>li.active>a:focus {
	color: #094884;
	border-bottom: 6px solid #094884;
  	box-sizing: border-box;
}

a.control_prev, a.control_next {
	position: absolute;
	z-index: 2;
	display: block;
	padding: 22px 20px 22px 10px;
	width: auto;
	height: auto;
	background: #ffffff;
	color: #97ca3d;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}

.icon-fechas {
    color: #97ca3d;
    position: absolute;
    margin-left: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -6px;
}

.icon-left {
	content: '';
	position: absolute;
	border-left: solid 3px currentColor;
	border-top: solid 3px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon-right {
	content: '';
	position: absolute;
	border-bottom: solid 3px currentColor;
	border-right: solid 3px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

a.control_prev {
	border-radius: 0 2px 2px 0;
}

a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.content-left {
	position: relative;
}

.tam {
	height: 80%;
}

.font-conten {
	margin-left: 10px;
	position: sticky !important;
	top: 35%;
}

.font-control {
	width: 40px;
	float: none;
}

.btnLaterales {
	position: fixed;
	bottom: 0;
    width: 75px;
    margin-top: 10px;
}


@media screen and (max-width: 1000px) {
	.btnLaterales {
       margin-top: 10px;
    }	
}

.btnLaterales #btnMultimedia{
	display: none;
} 

.filtroEspecieAdopt {
	display: flex;
	width: 100%;
	justify-content: center;
}

#filtrosAdopcion {
	width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1000px;
}

.btnLateral {
	background-color: #fff0;
	background-position: center top;
	height: auto;
	width: 100%;
	border: none;
}

.btnLateral>p {
	font-size: calc(var(- -font-size)* .8em) !important;
}

.btnLateral:hover {
	color: #E0541E;
}

.iconBorde:hover {
	border: 1px solid;
	color: #E0541E;
}

.iconMultimedia:hover, .iconMapa:hover {
	background-color: #97ca3d;
}

.iconBorde {
	width: 35px;
	height: 35px;
	box-shadow: 1px 1px 5px 1px #777;
	border-radius: 30px;
	background-color: white;
	background-size: 20px;
	background-position: center;
	margin-bottom: 5px;
}

.content-img {
	text-align: center;
}

.content-img>img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.content-text {
	text-align: justify;
}

.titlesub {
	color: #97ca3d;
	font-family: "Franklin Gothic Medium", "Franklin Gothic",
		"ITC Franklin Gothic", Arial, sans-serif;
	font-size: calc(var(- -font-size)* 1.1em);
}

.contentModal{
	padding: 0 14px 0 15px;
}

.divClose{
	display: none;
}

.divOpen{
	display: block;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.btnUpload{
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	background-position: center;
	margin: 0;
}

.btnFileadd{
	background-image:url(../img/foto.svg);
	background-size: 100%;
	background-color: #fff0;
}

.btnFileRemove{
	background-image:url(../img/Eliminar_Archivo.svg);
	background-size: 100%;
	background-color: #fff0;
}

.opcInicial{
	background-color: rgba(210, 207, 207, 0.98);
}

.divContePerla{
	text-align: center;
	width: min-content;
	margin: 0 auto;
	padding: 0;
}

.carousel#Carousel-adop {
	display: flex;
	height: 100%;
    max-height: 530px;
}

.carousel#Carousel-adop .carousel-inner .row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-content: space-around;
}

.carousel#Carousel-adop > span {
	display: inline-block;
	align-self: center;
}

.modal_cont .carousel-control.right {
	right: 10px;
}

.modal_cont .carousel-control.left {
	left: 10px;
}

.imgPhoto{
	height: 100%;
	aspect-ratio: 16/9;
	
	cursor: pointer;
	min-height: 10vh;
	max-height: 23vh;
	object-fit: cover;
	
	background-color: #FFF;
	padding: 10px;
	
	-webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.37);
	box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.37);
}

.imgPhoto[src="img/imgNoDisponibleAdopcion.png"]{
	object-fit: contain;
}

.boton-favoritos{
	background:url(../img/Huella-gris.svg) no-repeat;
	position: absolute;
	float: left;
	margin: 10px;
	height: 30px;
	width: 30px;
	filter: drop-shadow( 1px 1px 0 rgba(255, 255, 255, .7));
}

.boton-favoritos:hover{
	background:url(../img/Huella-naranja.svg) no-repeat;
}

.boton-favoritos-active{
	background:url(../img/Huella-naranja.svg) no-repeat;
}

.headerDatosAnimalesAdopcion .boton-favoritos{
	margin: 0 10px;
	height: 20px;
	width: 20px;
}

.bordes-div{
	background-color: #5ac1dd;
	padding: 10px 25px 10px 25px;
	box-shadow: none;
	width: 100%;
	color: #FFF;
}

#imagenDIV{
	padding-left: 20px;
	padding-right: 20px;
	max-height: 380px;
	object-fit: cover;
}

#imagenDIV>img {
	min-width: 350px;
	max-width: 380px;
	max-height: 380px;
	min-height: 350px;
	border: 5px solid #31A280;
    object-fit: cover;
}

.left-modal{
	margin-left: 0 !important;
}

.right-modal{
	margin-right: 14px !important;
}

 .btnArrow {
	cursor: pointer;
	position: relative;
	bottom: -6px;
	
	align-self: center;
}

.divPerdido {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 15px;
	overflow: hidden;    
}

.imgFotoCont{
	width: 100%;
	/*max-height: 215px;*/
	min-height: 215px;
	border-radius: 15px;	
	object-fit: cover;
	height: 20vw !important;
}

.infoCont{
	width: 100%;
	padding: 20px;
	text-align: initial;
	height: 314px;
	padding-right: 35px;
}

.infoCont:hover{
	overflow-y: auto;
}

/* width */
.infoCont::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.infoCont::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; 
}
 
/* Handle */
.infoCont::-webkit-scrollbar-thumb {
  background: #BABABA; 
  border-radius: 10px;
}

/* Handle on hover */
.infoCont::-webkit-scrollbar-thumb:hover {
  background: #959595; 
}

.infoCont>label,.infoCont>b,.infoCont>span,
.infoCont>div>label,.infoCont>div>b,.infoCont>div>span,
.infoCont>div>div>label,.infoCont>div>div>b,.infoCont>div>div>span{
	font-size: calc(var(--font-size) * 1em);
}

.tPerla{
	color: #31a280;
}

.carousel .item {
	padding: 0px;
}

.divFormPerla{
	background-color: #f7f3e5;
	padding: 10px 40px 40px 40px;
	border-radius: 30px;
	border: 0 solid #000000;
	top: -20px;
}


.tam-title{
	font-size: calc(var(--font-size) * 2em) !important;
	font-weight: 100;
}

.tam-text{
	font-size: 20px !important;
	font-weight: 100;
}

.tam-text-op{
	font-size: 16px !important;
	font-weight: 100;
}

.tam-text-middle{
	font-size: 16px !important;
	font-weight: 600;
}

.tam-text1{
	font-size: calc(var(--font-size) * 0.8em) !important;
	font-weight: 100;
}

.tam-text2{
	font-size: calc(var(--font-size) * 1.5em) !important;
	font-weight: 100;
}

.align-c{
	text-align: center;
}

.rdb {
	font: inherit;
	font-family: "Franklin Gothic Medium";
	margin-top: 5%;
	margin-left: 30px;
	font-weight: initial;
	color: #094884;
    font-weight: 600;
    position: relative;
}

.rdb.tam-text {
	font-size: 22px !important;
}

.rdb input[type='radio']{
	margin: auto;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
}

.rdb:hover input[type='radio']:after{
	background-color: #094884;
 	border: 3px solid white;
}

 input[type='radio']:after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	background-color: white;
	content: '';
	display: inline-block;
	visibility: visible;
    top: -17px;
    left: 1.5px;
}

input[type='radio']:before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #094884; 
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
}

input[type='radio']:checked:after {        
	background-color: #094884;
 	border: 4px solid white;
}

.btn-adver{
	opacity: initial;
	float: initial;
	background: #E0541E;
	padding: 5px;
	text-shadow: none;
}

.btn-adver{
	font-family: "Franklin Gothic Medium";
	opacity: initial;
	float: initial;
	background: #E0541E;
	padding: 5px !important;
	text-shadow: none;
	cursor: pointer;
	color: white;
	font-weight: 100;
	width: 96px;
	border-radius: 50px;
}

.btn-adver:hover{
	background: #bb4619 !important;
	color: white;
}

.ui-widget-overlay {
	background-color: #000;
}

div#modal-3>div.info-caption-animal {
	width: calc(50% - 30px);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
    background: #ff8403;
}

div#modal-3>div.info-caption-animal .headerDatosAnimalesAdopcion {
	color: white;
}

div#modal-3>div.info-caption-animal .headerDatosAnimalesAdopcion .tPerla {
	font-size: 16px !important;
	color: white; 
}

div#modal-3>div.info-caption-animal #datosAnimalesAdopcion .tPerla {
	font-size: 14px !important;
	color: white; 
}

div#modal-3>div.info-caption-animal #datosAnimalesAdopcion {
	color: white;
}

div#modal-3>div:first-child {
	padding: 20px;
    position: relative;
    left: calc( 50% + 15px);
    
}

div#modal-3>div:nth-child(2) {
	padding: 0;
	margin-bottom: 0;
}

div#modal-3>div:nth-child(2) .carousel {
	padding: 0;
	margin-bottom: 0;
}

div#modal-3>div:nth-child(2) .carousel-inner .item {
	margin: 0;
	padding: 0;
}

div#modal-3>div:nth-child(2) .carousel-inner .item #imagenDIV {
	margin: 0;
	padding: 0;
}

div#modal-3>div:nth-child(2) .carousel-inner .item #imagenDIV>img {
	border: none;
	aspect-ratio: 16/9;
	object-fit: cover;
	background: #FFF;
	
	border-radius: 0px !important;
	
    min-width: auto;
    max-width: max-content;
    max-height: none;
    min-height: auto;
}

div#modal-3>div:nth-child(2) .carousel-inner .item #imagenDIV>img[src="img/imgNoDisponibleAdopcion.png"] {
	object-fit: contain;
}

div#modal-3>div:nth-child(2)>div:nth-child(2) {
	padding: 0;
	width: 50%
}

.bordes-div .labelCamposObl {
	color: #FFF !important;
}

.bordes-div label {
	margin-bottom: 0;
	margin-top: -4px;
	padding: 0;
	color: #FFF !important;
}

.div_seccionBusqueda .required-spam {
	color: #e76a8d !important;
}

.container_PrLaPerla{
	text-align: center;
    margin-top: 50px
}

#contenidoVistaGeneral + .container {
	height: 0px
}

.terminosPrLaPerla{
	color: #3393ff !important;
    text-decoration-line: underline !important;
    cursor:pointer !important;
}
.terminosPrLaPerla:hover{
	color: #3393ff;
    text-decoration-line: underline !important;
}

.bordes-div .terminosPrLaPerla{
	color: #FFF !important;
    text-decoration-line: underline !important;
    cursor:pointer !important;
}

.bordes-div .terminosPrLaPerla:hover{
	color: #FFF;
    text-decoration-line: underline !important;
}

@media (max-width: 400px) {
	.nav.submenu > li {
		min-width: 0;
	}
	
	.submenu#submenuInformacionMicrochip > li {
		width: min-content;
	}
}

@media (max-width: 1000px) {
	
	/* Cuerpo general */
	
	body > .container-fluid {
		width: 100vw;
		padding: 0;
	}
	
	#contenedorInfoMicrochip > .container:first-of-type {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#contenedorInfoMicrochip > .container:first-of-type > .row {
		width: 100vw;
		margin: 0 auto;
	}
	
	/* Submenu */
	
	.nav.submenu > li.active.opc1 {
	    height: 82px;
	  }
	
	 .nav.submenu > li.active.opc1 {
	    border-bottom: 6px solid #094884;
	    display: flex;
	    align-items: center;
	  }
	
	div#subm.subm {
		width: 100%;
	    margin: 0;
	    height: auto !important;
	}
	
	div#subm.subm ul {
		width: 100% !important;
	}
	
	.subm span.borde {
		margin: 0 30px;
		max-width: calc(100vw - 60px);
	}
	
	nav.submenu > li {
	    height: 82px;
  	}
	
	/* Contenido interno */
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-1 {
		height: fit-content;
		width: 100%;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > div {
		flex-wrap: wrap;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > label {
		margin-bottom: 20px
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip .input-group {
		width: 100%;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip div > div:last-of-type {
		width: 100%;
		display: flex;
		justify-content: start;
  		padding: 0;
  		flex-wrap: wrap;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 {
		height: fit-content;
		width: 100%;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip .seccion_microchip > div.btn_microchip {
		justify-content: center;
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .caption_microchip {
		margin-bottom: 20px
	}
	
	#contenedorInfoMicrochip > .background_microchip > .container > .seccion #divContenidoInfoMicrochip #seccion-2 .btn_microchip #btnRetroceder {
		margin: 0px;
	}
}