/* -----  _portada.scss     -----*/
header{
    background: #001A52 !important;
    padding: 2em 0 !important;
}
header .logo2{
    height: 1.6em;
}
.portada {
    position: relative;
    background-size: cover
}
.portada .swiper-slide {
    height: 0;
    padding-bottom: 45%!important;
}

@media(min-width: 768px) {
    .portada .swiper-slide {
        padding-bottom:60%
    }
}

@media(min-width: 992px) {
    .portada .swiper-slide {
        padding-bottom:56.25%
    }
}
.portada .imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}
.portada .contenido {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: left
}
.portada .titulo {
    line-height: 1;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 28px !important
}
.portada .titulo span{
    display: block;
    font-weight: bold
}

@media(min-width: 768px) {
    .portada .titulo {
        font-size:32px !important
    }
}

@media(min-width: 992px) {
    .portada .titulo {
        font-size:45px !important
    }
}

@media(min-width: 1200px) {
    .portada .titulo {
        font-size:55px !important
    }
}

@media(min-width: 1400px) {
    .portada .titulo {
        font-size:62px !important
    }
}
@media only screen and (max-width: 767px) {
	header .logo1{
	    height: 1.8em;
	}
	header .logo2{
	    height: 1.2em;
	}
	.portada .row {
	    aspect-ratio: 2 / 2 !important;
	}
	.portada {
	    aspect-ratio: 2 / 2.5 !important;
		background-position-x: center
	}
	.portada .imagen {
	    height: 240%
	}
	.portada .formulario{
		margin-left: 15px !important
	}
	.portada .formulario .form-control{
		padding: .65rem .75rem;
	}
	.portada .formulario textarea{
		height: 5em;
	}
	.portada .formulario label{
	    font-size: 0.85em;
	    transform: translateY(-25%);
	    margin-left: 5px;
	    padding: 0
	}
	.portada .formulario .btn-cta {
	    font-size: 0.9em;
	}
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important
}
/* -----  _proyecto.scss     -----*/
.badge {
    background: #001A52;
    color: #fff;
    font-weight: bold;
    border-radius: 0.3em;
    padding: 0.7em 2em;
    font-size: 1em
}
.proyecto p{
	font-size: 1.2em	
}
.proyecto .info {
    padding: 5em  0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1
}
.proyecto .info span {
	width: 140px;
	display: inline-block;
    transform: translateY(20%)
}
.proyecto .info .item {
    text-align: center;
    flex: 0 0 calc(100% / 2)
}
@media (min-width: 576px) {
    .proyecto .info .item {
        flex:0 0 calc(100% / 2)
    }
}
@media (min-width: 768px) {
    .proyecto .info .item {
        flex:0 0 calc(100% / 2)
    }
}
@media (min-width: 992px) {
    .proyecto .info .item {
        flex:0 0 calc(100% / 4)
    }
}
.proyecto .info .item p{
    font-size: 1.4em;
    margin-bottom: 0
}
.proyecto .info :nth-child(1) .icon {
    width: 3em;
    height: 4em
}
.proyecto .info :nth-child(2) .icon {
    width: 2.5em;
    height: 3em
}
.proyecto .info :nth-child(3) .icon {
    width: 4.5em;
    height: 4em
}
.proyecto .info :nth-child(4) .icon {
    width: 5em;
    height: 4em
}
.proyecto .badge{
	border: solid 2px #001A52;
	background: none;
	color: #001A52
}
.bt-descargar{
    background: #001A52;
    color: #fff;
    padding: 1em 2em;
    border-radius: 0.3em;
    font-weight: bold
}
.bt-descargar:hover{
	color: #fff;
	text-decoration: none;
	background:#3b4576
}
@media only screen and (max-width: 767px) {
	.proyecto p{
		font-size: 1.4em;
		margin-top: 1.2em
	}
	.badge {
		font-size: 1.6em
	}
	.proyecto .info span {
		width: 100px
	}
}
/* -----  _departamento.scss     -----*/
.departamento-wrapper {
    position: relative
}
.departamento-wrapper:after {
    content: "Las imágenes son referenciales";
    position: absolute;
    bottom: -4em;
    left: 1em;
    font-size: .9em;
    color: rgba(255,255,255,.7)
}

.departamento .swiper-slide {
    height: 0;
    padding-bottom: 50%
}
.departamento .contenido {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.departamento .imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.departamento .texto {
	left: 0;
	bottom: 7%;
    background: rgb(75 54 54 / 60%);
    background-blend-mode: multiply;
    padding: 0.4em 1em 0.4em 4em;
    font-size: 1.8em;
    color: #fff
}
@media only screen and (max-width: 767px) {
	.arrow {
	    width: 1em !important; 
	    height: 1em !important
	}
	.departamento .texto {
		bottom: 0%;
	    background: rgb(75 54 54 / 80%);
	    padding: 0.4em 0.5em 0.4em 2em;
	    font-size: 1.6em
	}
}
/* -----  _areas-comunes.scss     -----*/
.areas-comunes {
    background: #fff !important
}
.areas-comunes .info {
    padding: 8em 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1
}
.areas-comunes .info .item {
    text-align: center;
    padding: 1em;
    flex: 0 0 calc(100% / 3)
}
@media (min-width: 576px) {
    .areas-comunes .info .item {
        flex:0 0 calc(100% / 3)
    }
}
@media (min-width: 768px) {
    .areas-comunes .info .item {
        flex:0 0 calc(100% / 4)
    }
}
@media (min-width: 992px) {
    .areas-comunes .info .item {
        flex:0 0 calc(100% / 6)
    }
}
.areas-comunes .info .icon {
    width: 100%;
    height: 3.2em;;
    margin-bottom: 0.5em
}
.areas-comunes .info figcaption {
    font-size: 0.9em !important;
    font-weight: bold
}
@media (min-width: 768px) {
    .areas-comunes .info figcaption {
        font-size:80%
    }
}
@media only screen and (max-width: 767px) {
	.areas-comunes .info {
	    padding: 4em 0
	}
}
/* -----  _video.scss     -----*/
.video {
    background: #404040
}

/* -----  _ubicacion.scss     -----*/
.ubicacion{
    background-image: linear-gradient(to right, #7F7647 50%, #fff calc(50% + 1px)) !important
}
.ubicacion h2 span{
    font-weight: normal
}
.ubicacion .info {
    padding: 2em 3em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1
}
.ubicacion .info .item {
    text-align: center;
    padding: 1em;
    flex: 0 0 calc(100% / 3)
}
.ubicacion .info .icon {
    width: 100%;
    height: 2.5em;;
    margin-bottom: 0.5em
}
.ubicacion .info figcaption {
    font-size: 0.9em !important;
    font-weight: bold;
    color: #fff
}
.ubicacion .info :nth-child(2) .icon {
	width: 70% !important
}
.ubicacion .info :nth-child(5) .icon {
	height: 3.2em !important
}
.ubicacion .info :nth-child(6) .icon {
	width: 45% !important
}
.ubicacion .info :nth-child(7) .icon {
	height: 3em !important
}
@media (min-width: 768px) {
    .ubicacion .info figcaption {
        font-size: 80%
    }
}
.ubicacion .boton{
    background: #fff;
    border-radius: 6px;
    padding: 1em;
    font-size: 0.8em
}
.ubicacion .boton:hover{
    background: #e4e4e4;
    color: #686868;
    text-decoration: none
}
.ubicacion .boton .icon{
    width: 2em !important;
    height: 1.5em !important;
}
.ubicacion .logo{
	height: 2.7em
}
@media only screen and (max-width: 767px) {
	.ubicacion{
		padding: 4em 1em;
	    background-image: linear-gradient(to right, #7F7647 100%, #fff calc(50% + 1px)) !important
	}
	.ubicacion .info .item {
	    flex: 0 0 calc(100% / 2)
	}
	.ubicacion .dirección{
		font-size: 1.6em
	}
	.ubicacion .boton{
	    margin: 10px 0 0 0 !important;
	    font-size: 1.2em
	}
	.ubicacion .info{
		padding: 2.5em 0 !important;
	}
	.ubicacion .info figcaption {
	    font-size: 1.3em !important;
		padding: 0 0.5em;
	}
}
/* -----  _cotizar.scss     -----*/
.cotizar {
    background-image: url(../images/bkg-cotizar.webp);
    background-position: left center;
    background-size: cover;
    line-height: 1;
    padding: 2em 0
}

@media (min-width: 576px) {
    .cotizar {
        padding:3em 0
    }
}

@media (min-width: 768px) {
    .cotizar {
        padding:4em 0;
        background-position: center
    }
}

@media (min-width: 992px) {
    .cotizar {
        padding:5em 0
    }
}

@media (min-width: 1200px) {
    .cotizar {
        padding:6em 0
    }
}

.cotizar .row {
    justify-content: center
}

@media (min-width: 768px) {
    .cotizar .row {
        justify-content:flex-start
    }
}

.formulario {
    background: white;
    color: #6c757d;
    padding: 2em 1.5em !important;
    text-align: center;
    border-radius: 0.5em
}
.formulario .btn-cta {
    border-radius: 1.5em
}
.formulario .form-check {
    text-align: left
}
.formulario .form-check-input {
    margin-top: 2px;
        height: 1em;
        background: #B7986C
}
.formulario .form-control,.formulario .form-select {
    width: 100%;
    outline: none !important;
    border-radius: 0;
    border: 0;
    padding: .65rem .75rem;
    border: solid 1px rgb(183 152 108 / 65%);
    color: #907c69;
    text-transform: uppercase;
    font-size: 0.75em !important;
    letter-spacing: 0.1em
}
.formulario .form-check-input[type=checkbox] {
    border-radius: 0
}
.formulario .form-check-input[type=checkbox]:focus {
    box-shadow: 0 0 0 5px #f6f5f0
}
.formulario .form-check-input[type=checkbox]:checked {
    background-color: #907c69;
    border-color: #aa9e96
}
.formulario .btn-cta {
    font-size: 0.8em;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding: 1em 2em;
    width: 100%;
    background: #7F7647;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    transition: all .5s
}
.formulario .btn-cta:hover {
    background-color: #9d815a
}
.formulario .btn-politicas {
    border: 0;
    padding: 0;
    background: none;
    text-decoration: underline;
    color: #6c757d
}
.formulario label{
    font-size: 0.85em;
    transform: translateY(-25%);
    margin-left: 5px
}
.formulario small{
    font-size: 0.8em;
    opacity: 0.8
}
.formulario .modal-content button.close {
    background: #001A52;
    padding: 0.25em 0.4em;
    font-family: sans-serif !important;
    font-weight: lighter !important;
    color: white;
    text-shadow: none;
    opacity: 1;
    border-radius: 100%;
    outline: 0 !important;
	border: none !important
}
.form-check-input {
    margin-left: 0 !important
}
.form-control {
	-webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important
}
.modal-header {
	background: #001A52;
	color: #fff
}
@media only screen and (max-width: 767px) {
	.formulario .form-control,.formulario .form-select {
	    padding: 1rem .75rem;
	    font-size: 1em !important;
	    letter-spacing: 0em
	}
	.formulario label{
	    font-size: 1.3em;
		padding: 0.75rem 0;
		transform: initial !important
	}
	.formulario .btn-cta {
	    font-size: 1.2em;
	    letter-spacing: 0.10em;
	    padding: 1em 2em
	}
	.formulario textarea{
		height: 10em;
	}
	.formulario small{
    	font-size: 1.1em
    }
    .modal-body p {
		font-size: 1.4em;
		text-align: justify
	}
}
.modal h4 {
    flex: 1
}

.modal .close {
    transform: scale(1.5)
}

.modal .modal-body {
    padding: 2em
}

.modal p {
    line-height: 1.2
}

.modal .modal-dialog {
    height: calc(75%)
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        max-height:calc(65%)
    }
}

@media (min-width: 992px) {
    .modal .modal-dialog {
        max-height:calc(55%)
    }
}

@media (min-width: 1200px) {
    .modal .modal-dialog {
        max-height:calc(50%)
    }
}
@media (min-width: 1200px) {
    .formulario .modal .modal-dialog {
        max-height:calc(80%)
    }
}
/* -----  _modal.scss     -----*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* -----  _tabs.scss     -----*/
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}
/* -----  _planos.scss     -----*/
.planos{
	background: url("../images/trama.svg") repeat-x bottom center;
}
.planos .a-title {
    height: 0.45em;
    margin-left: 0.2em;
    opacity: 0.76
}

.planos .hr1:before {
    width: 100%;
    left: 0;
    height: 0.25em;
    opacity: 0.4
}

.planos .nav-tabs {
    border: none;
    display: block;
    text-align: center
}

@media (min-width: 576px) {
    .planos .nav-tabs {
        display:flex;
        text-align: left
    }
}

.planos .nav-tabs .nav-item {
    display: inline-block;
    margin-bottom: 0.5em
}

.planos .nav-tabs .nav-item:first-child {
    margin-left: 0
}

@media (min-width: 576px) {
    .planos .nav-tabs .nav-item {
        margin-left:1em;
        margin-bottom: 0
    }
}

.planos .nav-tabs .nav-link {
    border: 1px solid #001A52;
    padding: 0.15em 1em;
    border-radius: 6px;
    color: #001A52;
    outline: 0;
    text-align: center;
	transition: all 0.5s ease
}

@media (min-width: 576px) {
    .planos .nav-tabs .nav-link {
        padding:0.45em 2em 0.55em
    }
}

.planos .nav-tabs .nav-link:hover {
    color: white;
    background: #001A52;
	text-decoration:none
}

.planos .nav-tabs .nav-link.active {
    background: #001A52;
	border: none;
    color: white
}

.planos .item {
    outline: 0
}

.planos .contenedor {
    position: relative;
    width: 100%;
    padding-bottom: 58.16%;
    height: 0;
    margin: 1em 0
}

@media (min-width: 576px) {
    .planos .contenedor {
        margin:2em 0
    }
}

.planos .plano {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .planos .plano {
        cursor:url(../images/cursor-search.png),auto
    }
}

.planos .plano img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.planos .info {
	background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.2
}

.planos .iconos {
    display: flex
}

.planos .iconos li {
    margin-right: 1em
}

.planos .iconos li:last-child {
    margin-right: 0
}

.planos .icon {
    height: 1.5em
}

.planos .modal-content img {
    width: 100%;
    height: auto
}

.planos .modal-content button.close {
    position: absolute;
    top: 0;
    left: 100%;
    font-family: sans-serif !important;
    font-weight: lighter !important;
    transform: translate(-50%,-50%);
    background: #001A52;
    padding: 0.25em;
    color: white;
    text-shadow: none;
    opacity: 1;
    border-radius: 50%;
    outline: 0
}

.planos .modal-content button.close span {
    width: 23.33px;
    display: inline-block;
    content: "\2715"
}
}

.planos .modal-content button.close:hover {
    opacity: 1
}
span.swiper-pagination-bullet{
	display: inline-block !important;
	background: #001A52;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 25px
}
span.swiper-pagination-bullet-active{
	background: #002161 !important;
	color: #fff !important
}
span.swiper-pagination-bullet{
	display: inline-block !important;
	background: #90d2ff;
	color: #001A52;
	text-align: center;
	line-height: 1.8em;
	width: 15px;
	height: 15px;
	opacity: 1
}
.planos .swiper-button-prev{
    background: #001A52;
    color: #fff
}
.planos .swiper-button-next{
    background: #001A52;
    color: #fff
}
@media(min-width: 1200px) {
    .planos .arrow {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 767px) {
	.planos{
		background-size: 130%;
		padding-bottom: 5em !important
	}
	.planos .nav-tabs .nav-link {
	    border: 1px solid #001A52;
	    padding: 0.45em 1em;
		margin-right: 10px;
		font-size: 1.4em !important;
	    border-radius: 3px
	}
	.planos .info {
		font-size: 1.6em !important;
	}
	.planos .item .contenedor{
		margin-bottom: 30px
	}
	span.swiper-pagination-bullet{
		line-height: 1.5em;
		font-size: 20px
	}
}
.footer h3{
	font-size: 0.8em;
	letter-spacing: 0.1em !important;
	font-weight: normal !important;
	opacity: 0.5
}
.footer .icon,.footer .icono {
    height: 30px;
    width: 30px;
    flex: 0 0 1em
}
.footer .legal {
    margin-top: 1em;
    opacity: 0.35;
    line-height: 1.2;
    font-size: 0.75em
}
@media only screen and (max-width: 767px) {
	.footer{
		padding: 3em 0
	}
	.footer h3{
		margin-top: 2em;
		font-size: 1.2em;
	}
	.footer p{
		font-size: 1.4em;
	}
	.footer .icon {
		width: 2em;
		height: 2em
	}
}

/* -----  _whatsapp.scss     -----*/

.fijados .whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 6em;
    right: 1em
}

@media(min-width: 768px) {
    .fijados .whatsapp {
        right:1.5em
    }
}

.fijados .static-wsp {
    display: block;
    line-height: 1;
    padding: 1em;
    background-color: #25D366;
    border-radius: 50%;
    color: #fff;
    animation: wsp 1.5s ease infinite
}

.fijados .static-wsp .icon {
    width: 1.5em;
    height: 1.5em
}

@media(min-width: 992px) {
    .fijados .static-wsp .icon {
        width:2em;
        height: 2em
    }
}

@keyframes wsp {
    0% {
        box-shadow: 0 0 0 0 rgb(37 43 75 / 50%)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(0,0,0,0)
    }
}
#popup .modal-content{
	background: transparent !important;
}
#popup .modal-content button.close {
    position: absolute;
    top: 0;
    left: 100%;
    font-family: sans-serif !important;
    font-weight: lighter !important;
    transform: translate(-50%,-50%);
    background: #001A52;
    padding: 0.35em 0.65em 0.45em 0.65em !important;
    color: white;
    text-shadow: none;
    opacity: 1;
    border-radius: 50%;
	font-size: 1.1em;
	border:none;
    outline: 0;
}
#popup .modal-content button.close span {
    display: inline-block
}
#popup .modal-content button.close:hover {
    opacity: 1
}
/* -----  _video.scss     -----*/
.ratio {
    position: relative;
    width: 100%
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}
/* Eliminar spin al input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}