@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat' !important;
}

body {
    overflow-x: hidden !important;
}

p {
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
}

.font1 {
    font-family: 'Montserrat';
}

.input-search {
    width: 285px;
    height: 55px;
    background: #D9D9D9;
    border-radius: 30px;
    outline: 0;
    border: none;
    padding-left: 22px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    /* line-height: 29px; */
    color: #7E7E7E;
}

.togle-home {
    color: #FFFFFF;
    border: none;
    background-color: transparent;
}

.bg-s1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    /* Ensures no scrollbars appear */
}

.bg-s1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/banner.png); */
    background-size: cover;
    /* background-position: center; */
    transition: transform 0.5s ease-in-out;
}

.bg-s1:hover::before {
    transform: scale(1.1);
    /* Zoom in the background image */
}

.offcanvas-top {
    height: 100vh !important;
    /* You can set a specific height if needed */
}

.h1-s2 {
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    color: #0C5E99;
}

.para-s2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}

.btns2 {
    width: 173px;
    height: 49px;
    background-color: #0C5E99;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition: background-color 0.4s ease-in-out;
}
.btns2:hover{
    background-color: #4EA3E0;
}
.btns2:active{
background-color: #00375F;
}
.spn-s2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.my-s2 {
    margin: 160px 0px 0;
}

.bg-s3 {
    position: relative;
    background-image: url(../img/Union.png);
    width: 100%;
    height: 1008px;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
    display: flex;
    /* Center content */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.bg-s3:hover {
    transform: scaleY(1.08);
}

.cent-cont {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
}

.owl-carousel .owl-stage {
    display: flex;
}



.background-container {
    position: relative;
    /* Pseudo-element ke liye position relative set karein */
    overflow: hidden;
    /* Content overflow ko chhupane ke liye */
    height: 1300px;
    /* Full height of the viewport */
    display: flex;
    align-items: center;
}

.background-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 820px;
    background-image: url('../img/Union.png');
    /* Apne background image ka URL daalein */
    background-size: cover;
    /* Image ko cover karein */
    z-index: 0;
    /* Background layer */
    transition: transform 0.5s ease-in-out;
    /* Transition effect */
    background-repeat: no-repeat;
}

.background-container:hover::before {
    transform: scale(1.04);
    /* Hover par image ko aur scale karein */
}

.content {
    position: relative;
    /* Content ke liye position relative set karein */
    z-index: 1;
    /* Content ko foreground par rakhein */
}

.background-container2 {
    position: relative;
    /* Pseudo-element ke liye position relative set karein */
    overflow: hidden;
    /* Content overflow ko chhupane ke liye */
    height: 1300px;
    /* Full height of the viewport */
    display: flex;
    align-items: center;
}

.background-container2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1000px;
    background-image: url('../img/Union2.png');
    /* Apne background image ka URL daalein */
    background-size: cover;
    /* Image ko cover karein */
    z-index: 0;
    /* Background layer */
    transition: transform 0.5s ease-in-out;
    /* Transition effect */
    background-repeat: no-repeat;
}

.background-container2:hover::before {
    transform: scale(1.04);
    /* Hover par image ko aur scale karein */
}

.content2 {
    position: relative;
    /* Content ke liye position relative set karein */
    z-index: 1;
    /* Content ko foreground par rakhein */
}

.dat-card {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 38px;
}

.det-card {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /* line-height: 24px; */
    color: #FFFFFF;
    margin-top: 14px;
}

.tex-card {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 20px; */
    color: #FFFFFF;
    margin-top: 12px;
}

.line {
    width: 100%;
    height: 2px;
    background: #0C5E99;
}

.h2-ent {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #0C5E99;
}

.gg-text {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.gg-para {
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    color: #000000;
}

.mt-gg {
    margin: 90px 0px;
}

.line2 {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}

.anc-ft {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #4F4F4F;
    text-decoration: none;
}
.anc-ft:hover{
    color: #0C5E99;
}
.para-ft {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #4F4F4F;
}

.ul-ft2 {
    margin-top: 70px;
}

.span-ft {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #0C5E99;
}

.mar-ft {
    margin-bottom: 20px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    height: 400px;
}

.image-container img {
    width: 100%; /* La imagen se adapta al ancho del contenedor */
    height: 100%; /* La imagen se adapta a la altura del contenedor */
    object-fit: cover; /* Ajusta la imagen sin deformarla */
    transition: transform 0.5s ease-in-out, padding-top 0.5s ease-in-out; /* Agrega transición */
}

.pic-mar {
    display: block;
    width: 100%;
    border-radius: 30px;
}

.image-container::before {
    content: '';
    position: absolute;
    border-radius: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 94, 153, 0.5);
    transform: translate(-100%, 100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.image-container:hover::before {
    transform: translateY(0);
    /* Move it into view on hover */
}

.image-container:hover .pic-mar {
    z-index: 0;
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
    /* Move the image below the background */
}

.pic-mar {
    transition: transform 0.5s ease-in-out;

}

.pic-mar:hover {
    transform: scale(1.1);

}

.spn-nv {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #0C5E99;
}

.anc-n {
    text-decoration: none;
}

.cont-pg2 {
    border-bottom: 1px solid #0C5E99;
    padding-bottom: 20px;
    padding-top: 0px;
    /* Nuevo 2024*/
    position: fixed;
    background-color: #ffffff;
}

.anc-pg2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding-bottom: 3px;
    font-size: 20px;
}

.ul-pg2 {
    list-style-type: none;
    padding: 0px 40px;
}

.active-ul-anc {
    border-bottom: 1px solid #000000;
}

.tit-pg2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    border: none !important;
}

.para-pg2,
.para-pg2 p, 
.para-pg2 div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.mt-pg2 {
    margin-top: 120px;
}

.mt-70 {
    margin-top: 70px;
}

.img-pg2 {
    width: 100%;
    height: 100%;
    /* padding-top: 25px; */
    transition: transform, box-shadow 0.8s ease-in-out;
}

.img-pg2:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 30px 0px #B4B4B4;
}

.padding-pg2 {
    padding: 0px 25px !important;
}

.marg-anc-pg2 {
    display: flex;
    margin-top: 60px !important;
}

.offcanvas {
    background: #0C5E99;
    padding-left: 30px;
    padding-top: 10px;
}

.nav-link-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
}

.nav-span-tag{
    color: #FFFFFF;
    transition: color 0.5s ease-in-out;
    transition: transform 0.3s  ease-in-out;

}
.nav-span-tag:hover{
    transform: translateY(-2px);
    color:#00375F;
}

.navbar-nav-ul {
    padding: 0;
    list-style-type: none;
}

.off-div {
    margin-top: 50px;
    margin-right: 45px;
}

.mar-gin-footer {
    padding-bottom: 50px;
}

/* .active {
    color: #0C5E99 !important;
    background-color: transparent !important;
    border: none !important;

} */

.nav-tabs {
    border: 0 !important;
}

.nav-tabs .nav-link {
    border: 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 1px solid #0C5E99 !important;
    color: #0C5E99 !important;
    padding-bottom: 8px;
    background-color: transparent;
}

.h1-origama {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #0C5E99;
}
.img-hover{
    padding-top: 20px;
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}
.img-hover:hover{
    transform: translateY(-10px);
}
.img-scale{
    padding: 10px;
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}
.img-scale:hover{
    transform: scale(1.02);
   
}
.toggler-icon {
    font-size: 55px;

    transition: opacity 0.3s ease; /* Smooth transition */
    opacity: 1; /* Default opacity */
}

.toggler-icon.hidden {
    opacity: 0; /* Hidden state */
    pointer-events: none; /* Prevent clicks when hidden */
}
.offcanvas {
    transition: transform 0.6s ease-in-out; /* Increase duration to 500ms */
}

.div-anc-dis2 {
    display: none; /* Hide the hover images by default */
}

.anc-nav-icon:hover .div-anc-dis1 {
    display: none; /* Hide the regular image on hover */
}

.anc-nav-icon:hover .div-anc-dis2 {
    display: block; /* Show the hover image on hover */
}



/* Initially hide the cross icon (bi-x) */
.toggler-icon.bi-x {
    display: none; /* Hide the cross icon completely */
}

/* When hovering over .togle-home, hide the list icon and show the cross icon */
.togle-home:hover .bi-list {
    display: none; /* Hide the list icon */
}

.togle-home:hover .bi-x {
    display: inline-block; /* Show the cross icon */
}

.img-icon-ft2{
    display: none;
}
.li-ft-icon:hover .img-icon-ft{
    display: none;
}
.li-ft-icon:hover .img-icon-ft2{
    display: block;
}
.color-ft{
    color: #FFFFFF;
}
.color-ft:hover{
    color: #4EA3E0;
}


/* PERSONALIZADO */
.url {
    text-decoration: none !important;
}

.enlace_blanco {
    color:#ffffff !important;
}

.enlace_azul {
    color:#0C5E99 !important;
}

.enlace_azul:hover {
    color:#000 !important;
}

.enlace_negro {
    color:#000000 !important;
}

.url:hover{
    color: #e5dbdb !important;
}

.truncate-text {
    display: -webkit-box;       /* Soporte para navegadores basados en WebKit */
    -webkit-line-clamp: 4;     /* Limitar a 4 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;          /* Ocultar texto sobrante */
    text-overflow: ellipsis;   /* Agregar "..." al final */
    line-height: 1.5;          /* Altura de línea uniforme (ajustar según diseño) */
    max-height: calc(1.5em * 4); /* Altura máxima según las líneas y line-height */
}

.contenedor-imagen {
    width: auto; /* Ajusta el ancho del contenedor */
    height: 300px; /* Ajusta la altura del contenedor */
    overflow: hidden; /* Asegúrate de ocultar el contenido que sobresale */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contenedor-imagen img {
    width: 100%; /* La imagen se adapta al ancho del contenedor */
    height: 100%; /* La imagen se adapta a la altura del contenedor */
    object-fit: cover; /* Ajusta la imagen sin deformarla */
    transition: transform 0.5s ease-in-out, padding-top 0.5s ease-in-out; /* Agrega transición */
}

.contenedor-imagen:hover img {
    padding-top: 15px; /* Espaciado superior al hacer hover */
    transform: scale(1.1); /* Efecto de zoom */
    cursor: pointer; /* Cambia el cursor a pointer */
}

.owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.borde15{
    border-radius: 15px !important;
}

.img-scale:hover{
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); */
}

.contacto{
    padding-top: 40px;
    font-family: 'Montserrat';
}

.orientacion_centrado{
    justify-content: center !important;
}


.card {
    background-color: transparent; /* Fondo transparente */
    border: none; /* Sin bordes */
    transition: all 0.3s ease; /* Transición suave */
}

.card:hover {
    background-color: white; /* Fondo blanco al pasar el mouse */
    transform: translateY(-10px); /* Movimiento hacia arriba */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más intensa */
}

.card img {
    width: 100%; /* Asegura que la imagen ocupe el ancho completo del contenedor */
    height: 100%; /* Asegura que la imagen ocupe el alto del contenedor */
    object-fit: cover; /* Ajusta la imagen al contenedor manteniendo proporciones */
    border-radius: 8px; /* Bordes redondeados */
}

.image-container-card {
    width: 255px; /* Ancho fijo del contenedor */
    height: 255px; /* Alto fijo del contenedor */
    margin: 0 auto; /* Centra la imagen dentro del contenedor */
    overflow: hidden; /* Oculta el exceso de la imagen */
    border-radius: 8px; /* Bordes redondeados del contenedor */
}

.card-body {
    padding: 1rem 1.25rem;
}

.card-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #0C5E99 !important;
}

.card-text {
    color: #6c757d;
}
/* 
.card-text {
    height: 60px; /* Altura fija */
    overflow: hidden; /* Oculta texto que exceda el contenedor */
    text-overflow: ellipsis; /* Agrega '...' al final del texto */
    display: -webkit-box; /* Compatibilidad para truncar varias líneas */
    -webkit-line-clamp: 2; /* Mostrar solo 2 líneas de texto */
    -webkit-box-orient: vertical; /* Orientación vertical */
    white-space: normal; /* Permitir saltos de línea 
    color: #6c757d;
} */

.btn-link {
    color: #0C5E99;
    text-decoration: none;
    font-weight: bold !important;
}

.btn-link:hover {
    text-decoration: underline;
    color: #000 !important;
}

.footer{
    -webkit-box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.3);
    box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.3);
}

/* Blanco */
.card-blue {
    background-color: transparent;
    border: none;
    transition: all 0.3s ease;
}

.card-blue:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-blue img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.image-container-blue {
    width: 255px;
    height: 255px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

.card-body-blue {
    padding: 1rem 1.25rem;
    color: white;
}

.card-title-blue {
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
}

.card-text-blue {
    overflow: hidden; /* Ocultar texto que exceda el contenedor */
    text-overflow: ellipsis; /* Agregar '...' al final del texto */
    display: -webkit-box; /* Compatibilidad para truncar varias líneas */
    -webkit-line-clamp: 2; /* Mostrar solo 2 líneas de texto */
    -webkit-box-orient: vertical; /* Orientación vertical */
    white-space: normal; /* Permitir salto de línea */
    color: white;
}

.btn-link-blue {
    color: white;
    text-decoration: none;
}

.btn-link-blue:hover {
    text-decoration: underline;
}

.h1-contacto {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #0C5E99;
}

.fecha-card{
    font-size: 12px !important;
}

.detalle-card{
    font-size: 12px !important;
}

.fab{
    font-family: 'FontAwesome' !important;
    font-style: normal !important;
}

.share-buttons {
    display: flex;
    gap: 20px;
    justify-content: left;
    margin-top: 10px;
    align-content: center;
    align-items: center;
}
.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0C5E99;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.share-button:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}