/********** Template CSS **********/
:root {
    --primary: #b49003; /**#1b2132**/
    --light: #F3F4F5;
    --dark: #282F34;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 35px;
    bottom: 120px;
    z-index: 99;
}

h1{
    font-family: "Sarabun", sans-serif;
}

h2{
    font-family: "Sarabun", sans-serif;
}

h3{
    font-family: "Sarabun", sans-serif;
}

h5{
    font-family: "Sarabun", sans-serif;
}

.flag{
    width: 25px;
}

.idioma{
    color: #1b2132;
}

.idioma:hover{
    color: #b49003;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    border-radius: 8px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-redondo{
    border-radius: 8px;
}


/*** Navbar ***/
@font-face {
    font-family: 'cubadak';
    src: url(../font/Cubadak.ttf);
}

#LIONINTEL{
    font-family: 'cubadak';
    color: #1b2132 !important;
    margin: 0 !important;
    font-size: calc(1.375rem + 1.5vw);
    
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Video Header ***/

.header-video-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*** opacity: 0.9; ***/
}

.header-text-container {
    position: absolute;
    top: 45%;
    left: 18%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    z-index: 1;
}

/* Estilos para tamaños de pantalla más pequeños */
@media (max-width: 1200px) {
    .background-video {
      object-position: 5%; /* Ajusta la posición para pantallas más pequeñas */
    }
  }

@media screen and (max-width: 768px) {
    .background-video {
        height: 100%; /* Ajusta el tamaño del video para pantallas más pequeñas */
        object-position: 11%;
        overflow: hidden;
    }

    .header-text-container {
        position: absolute;
        width: 90%; /* Ajusta el ancho del contenedor de texto para pantallas más pequeñas */
        top: 40%;
        left: 60%;
    }

    
}


/*** Header ***/
.header-bg {
    position: relative;
    overflow: hidden;
}

#headerVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
  }

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.circle-btn {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #149ddd;
    color: white;
    font-size: 16px;
    text-decoration: none;
    outline: none !important;
    padding: 5px;
}

.circle-btn:hover {
    background-color: #b49003;
    color: white;
  }

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-navbar{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg-3.png) center center no-repeat;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 250px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}
/***
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}
***/

/*** Facts & Visiting Hours ***/

.facts {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-3.png) center center no-repeat;
    background-size: cover;
}

.visiting-hours {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-3.png) center center no-repeat;
    background-size: cover;
}

.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}


/*** Animal ***/
.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}

.video-icon{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    transition: .3s;
}

/*** Videos ***/
.containervideos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

/* Estilos del contenedor de videos */
.video-container {
    margin-bottom: 5%;
    max-width: 80%;
    height: auto;
}

/* Estilos de las miniaturas de video */
.thumbnail-container {
    display: flex;
    flex-wrap: wrap; /* Permite que las miniaturas se ajusten automáticamente a las filas */
    justify-content: center;
    gap: 18px; /* Espacio entre las miniaturas */
    margin-top: 10px; /* Espacio entre el reproductor y las miniaturas */
    max-width: 100%; /* Ancho del contenedor de miniaturas */
}

.thumbnail-container .thumbnail {
    position: relative;
    cursor: pointer;
    width: 240px; /* Tamaño de las miniaturas */
}

.thumbnail-container .thumbnail img {
    width: 100%; /* Tamaño de las miniaturas */
    height: auto;
    border-radius: 10px;
}

.thumbnail-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    font-family: "Open Sans",sans-serif;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}

.thumbnail-container .thumbnail:hover .thumbnail-text {
    opacity: 1;
}

/* Estilos del reproductor de video */
video {
    width: 100%;
    height: auto;
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
    .thumbnail-container .thumbnail {
        width: calc(50% - 5px); /* 50% del ancho menos el espacio entre miniaturas */
    }
}


/*** Membership ***/
.membership-item {
    padding: 45px 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
}

.membership-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.membership-item .display-1 {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: relative;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer {
    position: relative;
    z-index: 0; /* Set a lower z-index */
}

.footer-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Ensure the video is behind the content */
    opacity: 0.6;
}

.footer-widget {
	margin-top: 30px;
}

.footer-lion {
    width: 374px;
    height: 214px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.about{
    text-align: justify;
}

.digit{
    text-align: justify;
    padding-right: 15px;
}

.beneficios{
    font-size: 20px;
}

.icon{
    color: #FFFFFF;
}

/*** Features icons section ***/

.features-icons-section {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-icon-item {
	display: block;
	text-align: center;
	padding-top: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
	margin-bottom: 10px;
}

.features-icon-item i {
	height: 60px;
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #c8d1da;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.features-icon-item:hover i, .features-icon-item:hover p {
	color: #b49003;
}

.features-icon-item p {
	color: #83869b;
	font-size: 14px;
}


.tooltiptext {
    visibility: hidden;
    font-size: 14px;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 7px 15px;
    position: absolute;
    z-index: 500;
    bottom: 75px;
    left: -80px
    
  }

  
  .features-icon-item:hover i, .features-icon-item:hover p, .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

/* Contact */




/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-icon-item i {
		font-size: 40px;
	}
    .ci-label{
        font-size: 12px;
    }
    .btn-lg-square {
        width: 32px;
        height: 32px;
    }
    .tooltiptext {
        width: 200px;
        position: relative;
        display: inline-block;
        bottom: 170px;
        left: 0;
        font-size: 12px;
    }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features-icon-item p {
		font-size: 9px;
		font-weight: 700;
	}
	.features-icon-item i {
		height: 44px;
		font-size: 30px;
		line-height: 33px;
	}
    .tooltiptext {
        width: 200px;
        position: relative;
        display: inline-block;
        bottom: 170px;
        left: -80;
        font-size: 12px;
    }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.features-icon-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.features-icon-item p {
		font-size: 12px;
	}
	.popover {
		min-width: 98%;
	}
    .tooltiptext {
        width: 200px;
        position: relative;
        display: inline-block;
        bottom: 150px;
        left: 0;
        font-size: 12px;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.features-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.features-icon-item:not(.features-icon-item-diff) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.features-icon-item-diff {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.features-icon-item i {
		height: 60px;
		display: block;
		font-size: 40px;
		line-height: 40px;
	}
	.features-icon-item p {
		font-size: 12px;
	}
    .footer-lion {
        width: 320px;
        height: 180px;
    }
    .ci-label{
        font-size: 12px;
    }
    strong{
        font-size: 14px;
    }
    .btn-lg-square {
        width: 35px;
        height: 35px;
    }
    .tooltiptext {
        width: 200px;
        position: relative;
        display: inline-block;
        bottom: 150px;
        left: -40;
        font-size: 11px;
    }

.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1;
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden;
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%;
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0;
}
.owl-carousel .owl-animated-out{
    z-index:1;
}
.owl-carousel .fadeOut{
    animation-name:fadeOut;
}

@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
}

.ci-label{
    color: #d6ae40;
    font-size: 15px;
}

.ci-label:hover{
    color: #1b2132;;
}

.cuadro-contacto{
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.texto-contacto {
    line-height: 2; /* Puedes ajustar este valor según tus preferencias */
}

.bg-primary {
    border-radius: 8px;
}

.redondeado{
    border-radius: 8px;
}

/* Whatsapp */

#whatsapp-button {
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease
}

#whatsapp-button img {
    width: 60px; /* Ajusta el tamaño según tus necesidades */
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Clase para hacer aparecer el botón */
#whatsapp-button.appear {
    opacity: 1;
    transform: translateY(40px);
}

@media screen and (max-width: 768px) {
    #whatsapp-button img {
        width: 50px; /* Ajusta el tamaño para dispositivos móviles */
    }
}

/* Hover botones */
.mi-boton:hover {
    background-color: #000000;
}

/* Botón teléfono */
.boton-telefono {
    padding: 15px;
}

/* Soporte */
.espacio-icono-texto {
    margin-left: 7px; /* Puedes ajustar el valor según tus preferencias */
}

/* Estilos del contenedor de videos about */
.videoabout-container {
    margin-bottom: 50px;
    max-width: 100%; /* Para que se ajuste al ancho del contenedor padre */
}

/* Estilos del reproductor de video about */
#videoabout-player {
    width: 100%; /* Ancho del reproductor de video al 100% del contenedor */
    height: auto; /* Altura automática para mantener la proporción original */
}

.teayudamos {
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    text-align: center;
}

/* Botón de Cotizar */
@media (max-width: 576px) {
    .boton-cotizar {
      font-size: 0; /* Oculta el texto */
      width: 35px; /* Ancho del botón */
      height: 35px; /* Altura del botón */
      padding: 0; /* Elimina el relleno */
      overflow: hidden; /* Oculta el contenido que desborda */
      border: none;
    }
    .boton-cotizar i {
      font-size: 1rem; /* Tamaño del ícono */
      position: absolute; /* Ajusta el posicionamiento absoluto */
      top: 50%; /* Centra verticalmente */
      right: 10%; /* Centra horizontalmente */
      transform: translate(-50%, -50%); /* Centra completamente */
      margin-left: 0; /* Elimina el margen izquierdo */
    }
  }