@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.red{
    position: fixed;
    top:200px;
    z-index: 100;
    left: 0;
}
#facebook a,
#instagram a,
#twiter a,
#whatsaap a,
#gmail a{
    background:#1f93c4a4;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    border-radius: 0px 40px 40px 0px;
    margin-bottom: 3px;
}
#facebook a:hover,
#instagram a:hover,
#twiter a:hover,
#whatsaap a:hover,
#gmail a:hover{
    background: #0781b6;
    padding: 15px 40px;
    transition: 0.4s ease;

}




:root {
    --padding-container: 100px 0;
    --color-title: #001A49;
    /*#343a40*/
}

body {
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}






.navbar-nav {
    justify-content: space-around;
}
    
.nav-item .nav-link {
    padding: 10px 15px;
    transition: 0.3s;
}

.nav-item .nav-link:hover {
    background-color: rgb(113, 183, 230);
    color: #007bff;
}






.hero {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url('../imagenes/consultory.jpg');*/
    /*background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url('../imagenes/fondo6.gif');new*/
    /*background: linear-gradient(180deg, #0000008c 0%, #0000008c 100%);*/
    /*background-size: cover;new*/
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);new*/
    z-index: -1;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000008c 0%, #0000008c 100%);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
}

/* Nav */

.nav {
    --padding-container: 0;
    height: 100%;
    display: flex;
    align-items: center;
    /*new*/
    /*position: fixed;*/
}

.nav__title {
    font-weight: 300;
}

.nav__link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
}

.nav__items {
    list-style: none;
}

.nav__links {
    color: #fff;
    text-decoration: none;
}

.nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img {
    display: block;
    width: 30px;
}


.nav__close {
    display: var(--show, none);
}


/* Hero container */

.hero__container {
    max-width: 800px;
    --padding-container: 0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    text-align: center;
}

.hero__title {
    font-size: 6rem;
    /*new title*/
    font-family: 'Lucida Bright', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.hero__paragraph1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: 'Lucida Bright', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.hero__paragraph {
    margin-bottom: 20px;
    font-family: 'Lucida Bright', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.cta {
    display: inline-block;
    background-color: #2091F9;
    justify-self: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 32px;
}

/* About */

.about {
    text-align: center;
}

.subtitle {
    color: var(--color-title);
    font-size: 2rem;
    margin-bottom: 25px;
}


.about__paragraph {
    line-height: 1.7;
}

.about__main {
    padding-top: 80px;
    display: grid;
    width: 90%;
    margin: 0 auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}


.about__icons {
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
}

.about__icon {
    width: 40px;
}

/* Knowledge */

.knowledge {
    background-color: #e5e5f7;
    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    overflow: hidden;
}

.knowledge__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}

.knowledge__picture{
    max-width: 500px;
}

.knowledge__paragraph{
    line-height: 1.7;
    margin-bottom: 15px;
}

.knowledge__img{
    width: 100%;
    display: block;
}

/* price */

.price{
    text-align: center;
}

.price__table{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}

.price__element{
    background-color: #e5e5f7;
    text-align: center;
    border-radius: 10px;
    width: 330px;
    padding: 40px;
    --color-plan: #696871;
    --color-price: #1D293F;
    --bg-cta: #fff;
    --color-cta: #5454D4;
    --color-items: #696871;
}

.price__element--best{
    width: 370px;
    padding: 60px 40px;
    background-color: #FF7143;
    --color-plan: rgb(255 255 255 / 75%);
    --color-price: #fff;
    --bg-cta: #9F3919;
    --color-cta: #FFF;
    --color-items: #fff;
}


.price__name{
    color: var(--color-plan);
    margin-bottom: 15px;
    font-weight: 300;
}

.price__price{
    font-size: 2.5rem;
    color: var(--color-price);
}

.price__items{
    margin-top: 35px;
    display: grid;
    gap: 1em;
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 50px;
    color: var(--color-items);
}

.price__cta{
    display: block;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;
    background-color: var(--bg-cta);
    font-weight: 600;
    color: var(--color-cta);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

/* Testimony */

.testimony{
    background-color: #e5e5f7;
}

.testimony__container{
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 1em;
    align-items: center;
}

.testimony__body{
    display: grid;
    grid-template-columns: 1fr max-content;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
}


.testimony__body--show{
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.testimony__img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 30%;
}

.testimony__texts{
    max-width: 700px;
}

.testimony__course{
    background-color: royalblue;
    color: #fff;
    display: inline-block;
    padding: 5px;
}

.testimony__arrow{
    width: 90%;
    cursor: pointer;
}

/* Questions */

.questions{
    text-align: center;
}

.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #5454D4;
    border-radius: 6px;
}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 0 30px 0;
    overflow: hidden;
}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}

.questions__arrow{
    border-radius: 50%;
    background-color: var(--color-title);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition:  transform .3s;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
}

.questions__show{
    text-align: left;
    height: 0;
    transition: height .3s;
}

.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Footer */

.footer{
    background-color: #1D293F;
    padding: 0px 0;
}

.footer__title{
    font-weight: 300;
    font-size: 1.5rem;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}

.footer__title, .footer__newsletter{
    color: #fff;
    display: inline-block;
    margin-right: 16px;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    /*padding-bottom: 60px;*/
    padding-bottom: 10px;
    height: auto;
}

/*@media (max-width: 768px) {
    .footer__container{
        height: 150px;
    }
}*/

.nav--footer{
    padding-bottom: 10px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 10px;
    flex-wrap: wrap;
}

.footer__inputs{
    /*margin-top: 10px;*/
    margin-top: 5px;
    display: flex;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 35px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}

.footer__submit{
    margin-left: auto;
    display: inline-block;
    height: 35px;
    padding: 0 20px;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.footer__copy{
    --padding-container: 10px 0;
    text-align: center;
    color: #fff;
}

.footer__copyright{
    font-weight: 300;
}

.footer__icons{
    margin-bottom: 10px;
}

.footer__img{
    width: 30px;
}

/* Media queries */

@media (max-width:800px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }

    .hero__title{
        font-size: 2.5rem;
    }


    .about__main{
        gap: 2em;
    }

    .about__icons:last-of-type{
        grid-column: 1/-1;
    }


    .knowledge__container{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
    }

    .knowledge__picture{
        grid-row: 1/2;
        justify-self: center;
    }

    .testimony__container{
        grid-template-columns: 30px 1fr 30px;
    }

    .testimony__body{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }


    .testimony__img{
        width: 200px;
        height: 200px;
        
    }

    .questions__copy{
        width: 100%;
    }

    .footer__container{
        flex-wrap: wrap;
    }

    .nav--footer{
        width: 100%;
        justify-items: center;
    }

    .nav__link--footer{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
    }

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }

}

@media (max-width:600px){
    .hero__title{
        font-size: 2rem;
    }

    .hero__paragraph{
        font-size: 1rem;
    }

    .subtitle{
        font-size: 1.8rem;
    }

    .price__element{
        width: 90%;
    }

    .price__element--best{
        width: 90%;
        /* padding: 40px; */
    }

    .price__price{
        font-size: 2rem;
    }

    .testimony{
        --padding-container: 60px 0;
    }

    .testimony__container{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow{
        width: 100%;
    }

    .testimony__course{
        margin-top: 15px;
    }

    .questions__title{
        font-size: 1rem;
    }

    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }

    .nav--footer{
        padding-bottom: 60px;
    }

    .nav__link--footer{
        justify-content: space-between;
    }

    .footer__inputs{
        flex-wrap: wrap;
    }

    .footer__input{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        /* 
        margin:0;
        width: 100%;
        */
    }
}



/*Nuevo de efectos de boton 1*/
/* Efecto al pasar el mouse sobre el botón */
.cta:hover {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    /*color: white;*/ /* Cambia a tu color deseado */
    transition: background-color 0.3s ease, color 0.3s ease; /* Agrega una transición suave */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}

/* Efecto al hacer clic en el botón */
.cta:active {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    box-shadow: 0 5px #666; /* Agrega una sombra al hacer clic */
    transform: translateY(4px); /* Agrega un pequeño desplazamiento hacia abajo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Agrega transiciones suaves */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}


/*Nuevo de efectos de boton 2*/
/* Efecto al pasar el mouse sobre el botón */
.price__cta:hover {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    /*color: white;*/ /* Cambia a tu color deseado */
    transition: background-color 0.3s ease, color 0.3s ease; /* Agrega una transición suave */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}

/* Efecto al hacer clic en el botón */
.price__cta:active {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    box-shadow: 0 5px #666; /* Agrega una sombra al hacer clic */
    transform: translateY(4px); /* Agrega un pequeño desplazamiento hacia abajo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Agrega transiciones suaves */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}


/*Nuevo de efectos de boton 3*/
/* Efecto al pasar el mouse sobre el botón */
.footer__submit:hover {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    /*color: white;*/ /* Cambia a tu color deseado */
    transition: background-color 0.3s ease, color 0.3s ease; /* Agrega una transición suave */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}

/* Efecto al hacer clic en el botón */
.footer__submit:active {
    background-color: #89bfe4; /* Cambia a tu color deseado */
    box-shadow: 0 5px #666; /* Agrega una sombra al hacer clic */
    transform: translateY(4px); /* Agrega un pequeño desplazamiento hacia abajo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Agrega transiciones suaves */
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}




/*Nuevo de header*/
/* Agrega estas líneas al final de tu archivo style.css */

header {
    width: 100%;
}

.navbar {
    width: 100%;
    padding: 10px; /* Ajusta el espaciado según tus necesidades */
    margin-top: 35px;
}
/*------------------------------------------------------------------------------------------------------------*/
/*Unico elemento nuevo de primera barra de navegación*/
.top-navigation{
    background-color: #1D293F; 
    display: flex; 
    justify-content: space-between; 
    width: auto;
    text-align: center;
}

.top-navigation ul {
    justify-content: space-between;  /* Adjust as needed */
}

.top-navigation li {
    display: inline-block;
    margin-right: 10px;  /* Adjust the spacing between list items as needed */
    font-size: 14px; /* Adjust the font size as needed */
    color: #fff;
}

.top-navigation a {
    color: #fff;  /* Adjust the color as needed */
    padding: 10px 15px;  /* Adjust the padding as needed */
    border-radius: 5px;  /* Add border-radius for rounded corners if needed */
    background-color: #1D293F;  /* Adjust the background color as needed */
}

.top-navigation a:hover {
    background-color: #89bfe4;  /* Adjust the background color on hover as needed */
}

/*termina elemento nuevo*/
/*------------------------------------------------------------------------------------------------------------*/

.navbar-nav {
    width: 100%;
    text-align: center; /* Centra los elementos dentro del navbar */
    margin-left: 100px;
    margin-right: 50px;  
}

.navbar-nav .nav-item {
    display: inline-block; /* Muestra los elementos en línea */
    margin: 0 10px; /* Ajusta el espaciado entre elementos según tus necesidades */
}

.navbar-brand {
    display: inline-block;
    margin-right: auto;
    margin-left: 100px; /* Ajusta el margen izquierdo según tus necesidades */
}

.navbar-toggler {
    margin-right: 10px; /* Ajusta el margen derecho según tus necesidades */
}

.navbar-toggler-icon {
    background-color: #89bfe4; /* Cambia a tu color deseado para el icono */
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

.navbar-collapse {
    width: 100%;
    text-align: center;
}

.navbar-nav .nav-link {
    padding: 10px; /* Ajusta el espaciado interno según tus necesidades */
}


/*------------------------------------------------------------------------------------------*/
/*Nueva sección de efectos de footer*/
/* Aplicar estilos base */
.nav__links {
    text-decoration: none;
    color: #999393;
}

/* Efecto al pasar el mouse sobre los enlaces */
.nav__links:hover {
    color: #89bfe4;
}

/* Efecto al seleccionar un enlace */
.nav__links:active {
    color: #89bfe4;
}

/* Transición suave */
.nav__links {
    transition: color 0.3s ease;
}
/*------------------------------------------------------------------------------------------*/

/*Nuevo de trancision de efectos*/
.about1 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 4s ease, transform 6s ease; /* Ajusta la duración aquí */
  }
  
  .about1.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  /*Nuevo de dos columnas en servicios*/
  .column-container {
    display: flex;
}

.column {
    flex: 1;
    padding: 0 10px; /* Espaciado entre columnas */
}



/* **************************************************************************************************** */
/* **************************************************************************************************** */
/* Nuevo de services */
.containeri {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

h1.i {
    color: #505050;
    margin-bottom: 1.5rem;
}

ul.i {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
}

li.i {
    /*width: calc(33.333% - 1rem);*/
    width: calc(30% - 1rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: left;
}

li h2 i {
    color: #505050;
    margin-bottom: 0.5rem;
}

li p i {
    color: #777;
    line-height: 1.5;
}


/* Estilo de los Elementos de la Lista al pasar el ratón */
li.i:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

/* Estilo adicional para resaltar aún más los elementos */
li.i {
    transition: box-shadow 0.3s ease, transform 0.3s ease; 
    cursor: pointer; 
    background-color: #f5f5f5; 
    border: 2px solid #b5bac0; 
}

/* Estilo adicional para resaltar aún más los elementos */
li.i {
    position: relative; 
    overflow: hidden; 
}

/* Pseudo-elemento para la pestaña de color azul */
li.i::before {
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-top: 20px solid #3498db; /* Triángulo azul en la esquina superior izquierda */
    border-right: 20px solid transparent; /* Bordes transparentes para formar el triángulo */
    z-index: 1; 
}



/* **************************************************************************************************** */
/* **************************************************************************************************** */
/*Nuevo de information ventana emergente modal*/
.modal {
    display: none; 
    position: fixed;
    z-index: 100; /* Asegúrate de que esté por encima del resto del contenido */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo semitransparente */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: none; 
    width: 80%;
    max-width: auto;
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(19, 18, 18, 0.3); /
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}


.carousel-control-prev,
.carousel-control-next {
    color: #000000 !important; 
    font-size: 2rem; 
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #89bfe4 !important; 
    transform: scale(1.1); 
}


/* -------------------------------------------------------------------------  */
/* Nuevo de modales para servicios */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text {
    flex: 1;
    margin-right: 20px;
}

.image {
    flex: 1;
    text-align: center;
}

.image img {
    max-width: 100%;
    height: auto;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.description {
    font-size: 16px;
    color: #666;
}

.features {
    list-style-type: none;
    padding: 0;
}

.features li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.features li:before {
    content: "\2022";  /* bullet point */
    color: #4CAF50;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



/* **************************************************************************************************** */
/* **************************************************************************************************** */
/* Nuevo de contact */
/* Estilos para los bloques de información de contacto */
.contact-block {
    background-color: #dbe4f3;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-info li i {
    margin-right: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.map-image {
    width: 100%;
    display: block;
}


/* **************************************************************************************************** */
/* **************************************************************************************************** */
/* Nuevo de login */
/* Estilo para el contenedor */
.container-alt {
    max-width: 600px;
    margin: 0 auto;
}

/* Estilo para el formulario */
.form-horizontal {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Estilo para los campos de entrada */
.form-control {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Estilo para el botón de inicio de sesión */
.btn.btn-bordered.btn-danger {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #d9534f;
    border: 1px solid #d9534f;
    color: #fff;
    transition: all 0.3s ease;
}

.btn.btn-bordered.btn-danger:hover {
    background-color: #c9302c;
    border-color: #c12e2a;
}

/* Estilo para los enlaces adicionales */
.account-content a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #777;
    text-decoration: none;
}


.active {
    background-color: #f8f9fa; 
    font-weight: bold; 
}




/* **************************************************************************************************** */
/* **************************************************************************************************** */
/* Nuevo de desfile de tecnologias */
/*.about {
    padding: 5rem 0;
}

.about h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.about .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.about .col-md-6 {
    margin: 0 2rem;
}

.about img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.about p {
    margin-bottom: 2rem;
}*/

