@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=Crimson+Text&display=swap');

@font-face {
    font-family: 'Garamond';
    src: url('fuente/fonts/CormorantGaramond-Regular.ttf') format('truetype');

    /* Puedes agregar otros formatos aquí si lo deseas, como woff, woff2, etc. */

    font-family: 'Garamond-Italic';
    src: url('fuente/fonts/CormorantGaramond-Italic.ttf') format('truetype');
    /* Puedes agregar otros formatos aquí si lo deseas, como woff, woff2, etc. */

    font-family: 'Garamond-Bold';
    src: url('fuente/fonts/CormorantGaramond-Bold.ttf') format('truetype');
    /* Puedes agregar otros formatos aquí si lo deseas, como woff, woff2, etc. */
}


@media (min-width: 300px) and (max-width: 359px){
/********DISEÑO DE MENU DESPLEGABLE ***************************/
#logo img
{
   max-width: 100%;
}

#header-menu
{  
   margin: 2em 0 0 0;
   height: 0 auto;
   padding: 0 auto;
   width: 100%;
}

#headertop {
    background: rgb(164,199,53);
    color: #FFF;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
}

#acceder_cel
{
border: 2px solid rgb(164,199,53); 
color: rgb(50,50,50);
margin: 1em 0 0 0;
}

#acceder
{
    display: none;
}
#acceder:hover
{
background-color: rgb(164,199,53);
color: #fff;
box-shadow: 0 5px 15px 7px rgba(252,225,245, 0.6);
}

#menu-desplegable
{
   margin: 1.5em 0 0 -18em;
   width: 20%;
}

/*Color de las letras del menu*/
li #menu_desplegable li a:hover
{
    color: rgb(164,199,53);
}

li #menu_desplegable li:hover
{
   border-top: none;
}
li #menu_usuario
{
   background: #FFF;
   border-radius: 0 0 5px 5px;
   box-shadow: rgba(245,245,245,0.7) 5px 5px 10px;
   width: 120%;
}

li #menu_usuario li a
{
   color: #333;
}

li #menu_usuario li:hover
{
   border-top: none;
}

#mobile-menu-button
{
   width: 50px;
}

#mobile-main-menu
{
   display: none;
   background: rgb(250,250,250);
}

#mobile-main-menu a
{
   border-top: 1px solid #eee;
   color: #aaa;
   display: block;
   padding: 10px 0;
   text-align: center;
   text-transform: uppercase;
   max-width: 100%;
}

#mobile-main-menu li
{
   list-style: none;
   margin: 0;
}

#mobile-main-menu a:hover
{
   background-color: rgb(164,199,53);
   color: #fff;
   text-decoration: none;
}

/*Color de las letras del menu*/
li #menu_desplegable
{
    width: 100%;
}

/*Color de las letras del menu*/
li #menu_desplegable li a:hover
{
    color: #fff;
}

/*--------------SECCION DE SLIDER ----------------------*/
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}

#slider {
    position: relative;
    display: block;
    width: 100%;
    max-height: 500px;
    min-height: 400px;
   overflow: hidden;
}

#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* Centra la imagen vertical y horizontalmente */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

#container-slider .arrowPrev{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 2; 
}

#container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 2; 
}

#container-slider .arrowNext {
    left: initial;
    right: 20px !important;
}

.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}

.content_slider div{
    text-align: center;
}

.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}

#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}

.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}

.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}

.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #FFF  !important;
}

/*******************************SECCION DE NOTICIAS DESPUES DEL SLIDER **********************/
.section-title-servicios
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.section-title-servicios h2
{
    font-size: 28px; 
}

#seccion_dos
{
   /*background-color: rgb(245,245,245);*/
   background-color: rgb(255, 255,255);
   width: 100%;
   padding: 0;
}

#btn-nosotros
{
    background-color: #FFF;
    border: 2px solid rgb(27, 99, 150);
    display: inline-block;
    color: rgb(18,66,101);
    font-weight: bold;
    padding: 0.7em 1.5em;
    width: 40%;
}

#btn-contact
{
    background-color: #FFF;
    border: 2px solid rgb(27, 99, 150);
    display: inline-block;
    color: rgb(18,66,101);
    font-weight: bold;
    padding: 0.7em 1.5em;
    width: 40%;
}


#btn-nosotros, #btn-contact
{
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 1em;
}

#btn-nosotros:hover, #btn-contact:hover
{
    background-color: rgb(164,199,53);
    border: none;
    color: #FFF;
}

.section-subtitle
{
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.section-subtitle h4 
{
    font-family: 'Crimson Text', serif;
    font-size: 20px; 
}

#c_normativo
{
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

.img-c-normativo
{
    display: block;
    margin-top: 1em;
    width: 100%;
}
.img-c-normativo img
{
    width: 70%;
    margin: 0 auto;  
}
/**************FIN DE SECCION NOTICIAS************/

/******seccion 3 home principal *****/
  .card-item {
    margin: 0 auto;
    width: 90%;
  }
/**************FIN DE CARTAS ************/
#full h2
{
   font-size: 26px;
}

#star
{
    height: 25px;
    width: 25px;
}

#star img
{
    width: 100%;
    margin-bottom: 3em;
}


#full h3
{
    margin: -1em 0 0 0;
    font-size: 20px;
    font-family: 'Crimson Text', serif;
}

.theme_color
{
    margin: 0;
}

#sect-icons
{
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 50%;
}
.full_icon
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.icon
{
    display: inline-block;
    width: 100%;
}

#sect-icons img
{   
    width: 70%;
}

.center
{   
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 1em;
}
.center h4
{
    font-family: 'Crimson Text', serif;
}


#foot1, #foot2
{
   font-family: 'roboto', serif;
}
#foot1 h3
{
    font-family: 'Crimson Text', serif;
}

#nosotros h2 
{
   font-size: 24px;
   font-family: 'Cormorant Garamond', serif;
}


#nosotros h3
{
   font-family: 'roboto', serif;
}

#nosotros p
{
   font-family: 'roboto', serif;
}


#foot1, #foot2
{
   width: 100%;
}

/**************CONVENIOS CORPORTATIVOS************/

/*******Seccion de convenios*****/

.container_clientes {
    background-color: #fff;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden; /* Oculta el desbordamiento */
    position: relative;
}

.clients-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    animation: scrollLeft 30s linear infinite; /* Movimiento continuo sin pausa */
}

.client-col {
    background-color: #fff;
    flex: 0 0 auto; /* Evita que los items se estiren */
    height: 150px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-col img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Animación de desplazamiento continuo */
@keyframes scrollLeft {
    0% {
        transform: translateX(0); /* Inicia en su posición original */
    }
    100% {
        transform: translateX(-100%); /* Desplaza todo el contenido hacia la izquierda */
    }
}


@keyframes marquee {
    0% {
        transform: translateX(100%); /* Comienza con la posición inicial desplazada */
    }
    100% {
        transform: translateX(-100%); /* Termina con la posición final desplazada */
    }
}


.comunicados
{
    width: 80%;
    margin: 0 auto;
    height: 300px;
    
}

.comunicados img 
{
    width: 100%;
    height: 280px;
}








}


@media (min-width: 360px) and (max-width: 500px){
    /********DISEÑO DE MENU DESPLEGABLE ***************************/
    
    #logo img
    {
       max-width: 100%;
    }
    
    #header-menu
    {  
       margin: 2em 0 0 0;
       height: 0 auto;
       padding: 0 auto;
       width: 100%;
    }
    
    #headertop {
        background: rgb(164,199,53);
        color: #FFF;
        padding: 1px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
    }
    
    #acceder_cel
    {
    border: 2px solid rgb(164,199,53); 
    color: rgb(50,50,50);
    margin: 1em 0 0 0;
    }
    
    #acceder
    {
        display: none;
    }
    #acceder:hover
    {
    background-color: rgb(164,199,53);
    color: #fff;
    box-shadow: 0 5px 15px 7px rgba(252,225,245, 0.6);
    }
    
    #menu-desplegable
    {
       
       margin: 1.5em 0 0 -23em;
       width: 20%;
    }
    
    /*Color de las letras del menu*/
    li #menu_desplegable li a:hover
    {
        color: rgb(164,199,53);
    }
    
    li #menu_desplegable li:hover
    {
       border-top: none;
    }
    li #menu_usuario
    {
       background: #FFF;
       border-radius: 0 0 5px 5px;
       box-shadow: rgba(245,245,245,0.7) 5px 5px 10px;
       width: 120%;
    }
    
    li #menu_usuario li a
    {
       color: #333;
    }
    
    li #menu_usuario li:hover
    {
       border-top: none;
    }
    
    #mobile-menu-button
    {
       width: 50px;
    }
    
    #mobile-main-menu
    {
       display: none;
       background: rgb(250,250,250);
    }
    
    #mobile-main-menu a
    {
       border-top: 1px solid #eee;
       color: #aaa;
       display: block;
       padding: 10px 0;
       text-align: center;
       text-transform: uppercase;
       max-width: 100%;
    }
    
    #mobile-main-menu li
    {
       list-style: none;
       margin: 0;
    }
    
    #mobile-main-menu a:hover
    {
       background-color: rgb(164,199,53);
       color: #fff;
       text-decoration: none;
    }
    
    /*Color de las letras del menu*/
    li #menu_desplegable
    {
        width: 100%;
    }
    
    /*Color de las letras del menu*/
    li #menu_desplegable li a:hover
    {
        color: #fff;
    }
    
    /*--------------SECCION DE SLIDER ----------------------*/
    #container-slider
    {
        position: relative;
        display: block;
        width: 100%;
    }
    
    #slider {
        position: relative;
        display: block;
        width: 100%;
        max-height: 500px;
        min-height: 400px;
       overflow: hidden;
    }
    
    #slider li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; /* Centra la imagen vertical y horizontalmente */
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        z-index: -1;
        opacity: 0;
    }
    
    #container-slider .arrowPrev{
        font-size: 30pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 2; 
    }
    
    #container-slider .arrowNext{
        font-size: 30pt;
        color: rgba(204, 204, 204, 0.65);
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 2; 
    }
    
    #container-slider .arrowNext {
        left: initial;
        right: 20px !important;
    }
    
    .content_slider{
        padding: 15px 30px;
        color: #FFF;
        width: 100%;
        height: 100%;
    }
    
    .content_slider div{
        text-align: center;
    }
    
    .content_slider h2{
        font-family: 'arial';
        font-size: 30pt;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .content_slider p {
        font-size: 15pt;
        font-family: 'arial';
        color: #FFF;
        margin-bottom: 20px;
    }
    
    #slider li .content_slider{
        background: rgba(0, 0, 0, 0.50);
        padding: 10px 125px;
    }
    
    .content_slider{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .btnSlider{
        color: #FFF;
        font-size: 15pt;
        font-family: 'arial';
        letter-spacing: 1px;
        padding: 10px 50px;
        border: 1px solid #CCC;
        background: rgba(13, 13, 13, 0.55);
        border-radius: 31px;
        text-decoration: none;
        transition: .5s all;
    }
    
    .btnSlider:hover{
        background: #111;
        border: 1px solid #111;
    }
    
    .listslider {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        left: 50%;
        bottom: 5%;
        list-style: none;
        z-index: 2;
        transform: translateX(-50%);
    }
    
    .listslider li {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        cursor: pointer;
        margin: 0 5px;
    }
    
    .listslider li a {
        background: #CCC;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .item-select-slid {
        background: #FFF  !important;
    }
    
    /*******************************SECCION DE NOTICIAS DESPUES DEL SLIDER **********************/
    .section-title-servicios h2
    {
        font-size: 28px; 
    }
    
    #seccion_dos
    {
       /*background-color: rgb(245,245,245);*/
       background-color: rgb(255, 255,255);
       padding: 0em;
    }
    
    #btn-nosotros
    {
        background-color: #FFF;
        border: 2px solid rgb(27, 99, 150);
        display: inline-block;
        color: rgb(18,66,101);
        font-weight: bold;
        padding: 0.7em 1.5em;
        width: 40%;
    }
    
    #btn-contact
    {
        background-color: #FFF;
        border: 2px solid rgb(27, 99, 150);
        display: inline-block;
        color: rgb(18,66,101);
        font-weight: bold;
        padding: 0.7em 1.5em;
        width: 40%;
    }
    
    
    #btn-nosotros, #btn-contact
    {
        display: inline-block;
        vertical-align: top;
        margin: 0 1em 0 1em;
    }
    
    #btn-nosotros:hover, #btn-contact:hover
    {
        background-color: rgb(164,199,53);
        border: none;
        color: #FFF;
    }
    
    .section-subtitle
    {
        display: inline-block;
        max-width: 100%;
    }
    .section-subtitle h4 
    {
        font-size: 20px; 
        font-family: 'Crimson Text', serif;
    }
    
    #c_normativo
    {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .img-c-normativo
    {
        margin-top: 1em;
        width: 90%;
    }
    .img-c-normativo img
    {
        width: 70%;
        margin: 0 auto;  
    }
    /**************FIN DE SECCION NOTICIAS************/
    
    /******seccion 3 home principal *****/
      .card-item {
        margin: 0 auto;
        width: 90%;
      }
    /**************FIN DE CARTAS ************/
    #full h2
    {
       font-size: 26px;
    }
    
    #star
    {
        height: 25px;
        width: 25px;
    }
    
    #star img
    {
        width: 100%;
        margin-bottom: 3em;
    }
    
    
    #full h3
    {
        margin: -1em 0 0 0;
        font-size: 20px;
        font-family: 'Crimson Text', serif;
    }
    
    .theme_color
    {
        margin: 0;
    }
    
    
    #sect-icons
    {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 50%;
    }
    .full_icon
    {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .icon
    {
        display: inline-block;
        width: 100%;
    }

    #sect-icons img
    {   
        width: 70%;
    }

    .center
    {   
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        margin-bottom: 1em;
    }
    .center h4
    {
        font-family: 'Crimson Text', serif;
    }
        
    #foot1, #foot2
    {
       font-family: 'roboto', serif;
    }
    #foot1 h3
    {
        font-family: 'Cormorant Garamond', serif;
    }
    
    #nosotros h2 
    {
       font-size: 24px;
       font-family: 'Cormorant Garamond', serif;
    }
    
    
    #nosotros h3
    {
       font-family: 'roboto', serif;
    }
    
    #nosotros p
    {
       font-family: 'roboto', serif;
    }
    
    
    #foot1, #foot2
    {
       width: 100%;
    }
    
    /**************CONVENIOS CORPORTATIVOS************/
    
    /*******Seccion de convenios*****/
    
    .container_clientes {
    background-color: #fff;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden; /* Oculta el desbordamiento */
    position: relative;
}

.clients-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    animation: scrollLeft 30s linear infinite; /* Movimiento continuo sin pausa */
}

.client-col {
    background-color: #fff;
    flex: 0 0 auto; /* Evita que los items se estiren */
    height: 150px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-col img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Animación de desplazamiento continuo */
@keyframes scrollLeft {
    0% {
        transform: translateX(0); /* Inicia en su posición original */
    }
    100% {
        transform: translateX(-100%); /* Desplaza todo el contenido hacia la izquierda */
    }
}


@keyframes marquee {
    0% {
        transform: translateX(100%); /* Comienza con la posición inicial desplazada */
    }
    100% {
        transform: translateX(-100%); /* Termina con la posición final desplazada */
    }
}

    
    
    }



@media (min-width: 501px) and (max-width: 620px){
        /********DISEÑO DE MENU DESPLEGABLE ***************************/
        
        #logo img
        {
           max-width: 100%;
        }
        
        #header-menu
        {  
           margin: 2em 0 0 0;
           height: 0 auto;
           padding: 0 auto;
           width: 100%;
        }
        
        #headertop {
            background: rgb(164,199,53);
            color: #FFF;
            padding: 1px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-family: 'Cormorant Garamond', serif;
            font-size: 18px;
        }
        
        #acceder_cel
        {
        border: 2px solid rgb(164,199,53); 
        color: rgb(50,50,50);
        margin: 1em 0 0 0;
        }
        
        #acceder
        {
            display: none;
        }
        #acceder:hover
        {
        background-color: rgb(164,199,53);
        color: #fff;
        box-shadow: 0 5px 15px 7px rgba(252,225,245, 0.6);
        }
        
        #menu-desplegable
        {
           
           margin: 1.5em 0 0 -28em;
           width: 20%;
        }
        
        /*Color de las letras del menu*/
        li #menu_desplegable li a:hover
        {
            color: rgb(164,199,53);
        }
        
        li #menu_desplegable li:hover
        {
           border-top: none;
        }
        li #menu_usuario
        {
           background: #FFF;
           border-radius: 0 0 5px 5px;
           box-shadow: rgba(245,245,245,0.7) 5px 5px 10px;
           width: 120%;
        }
        
        li #menu_usuario li a
        {
           color: #333;
        }
        
        li #menu_usuario li:hover
        {
           border-top: none;
        }
        
        #mobile-menu-button
        {
           width: 50px;
        }
        
        #mobile-main-menu
        {
           display: none;
           background: rgb(250,250,250);
        }
        
        #mobile-main-menu a
        {
           border-top: 1px solid #eee;
           color: #aaa;
           display: block;
           padding: 10px 0;
           text-align: center;
           text-transform: uppercase;
           max-width: 100%;
        }
        
        #mobile-main-menu li
        {
           list-style: none;
           margin: 0;
        }
        
        #mobile-main-menu a:hover
        {
           background-color: rgb(164,199,53);
           color: #fff;
           text-decoration: none;
        }
        
        /*Color de las letras del menu*/
        li #menu_desplegable
        {
            width: 100%;
        }
        
        /*Color de las letras del menu*/
        li #menu_desplegable li a:hover
        {
            color: #fff;
        }
        
        /*--------------SECCION DE SLIDER ----------------------*/
        #container-slider
        {
            position: relative;
            display: block;
            width: 100%;
        }
        
        #slider {
            position: relative;
            display: block;
            width: 100%;
            max-height: 500px;
            min-height: 400px;
           overflow: hidden;
        }
        
        #slider li {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center; /* Centra la imagen vertical y horizontalmente */
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transition: opacity 1s;
            -moz-transition: opacity 1s;
            -ms-transition: opacity 1s;
            -o-transition: opacity 1s;
            transition: opacity 1s;
            z-index: -1;
            opacity: 0;
        }
        
        #container-slider .arrowPrev{
            font-size: 30pt;
            color: rgba(204, 204, 204, 0.65);
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 20px;
            z-index: 2; 
        }
        
        #container-slider .arrowNext{
            font-size: 30pt;
            color: rgba(204, 204, 204, 0.65);
            cursor: pointer;
            position: absolute;
            top: 50%;
            z-index: 2; 
        }
        
        #container-slider .arrowNext {
            left: initial;
            right: 20px !important;
        }
        
        .content_slider{
            padding: 15px 30px;
            color: #FFF;
            width: 100%;
            height: 100%;
        }
        
        .content_slider div{
            text-align: center;
        }
        
        .content_slider h2{
            font-family: 'arial';
            font-size: 30pt;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        
        .content_slider p {
            font-size: 15pt;
            font-family: 'arial';
            color: #FFF;
            margin-bottom: 20px;
        }
        
        #slider li .content_slider{
            background: rgba(0, 0, 0, 0.50);
            padding: 10px 125px;
        }
        
        .content_slider{
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .btnSlider{
            color: #FFF;
            font-size: 15pt;
            font-family: 'arial';
            letter-spacing: 1px;
            padding: 10px 50px;
            border: 1px solid #CCC;
            background: rgba(13, 13, 13, 0.55);
            border-radius: 31px;
            text-decoration: none;
            transition: .5s all;
        }
        
        .btnSlider:hover{
            background: #111;
            border: 1px solid #111;
        }
        
        .listslider {
            position: absolute;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            left: 50%;
            bottom: 5%;
            list-style: none;
            z-index: 2;
            transform: translateX(-50%);
        }
        
        .listslider li {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            cursor: pointer;
            margin: 0 5px;
        }
        
        .listslider li a {
            background: #CCC;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            display: block;
        }
        
        .item-select-slid {
            background: #FFF  !important;
        }
        
        /*******************************SECCION DE NOTICIAS DESPUES DEL SLIDER **********************/
        .section-title-servicios h2
        {
            font-size: 28px; 
        }
        
        #seccion_dos
        {
           /*background-color: rgb(245,245,245);*/
           background-color: rgb(255, 255,255);
           padding: 0em;
        }
        
        #btn-nosotros
        {
            background-color: #FFF;
            border: 2px solid rgb(27, 99, 150);
            display: inline-block;
            color: rgb(18,66,101);
            font-weight: bold;
            padding: 0.7em 1.5em;
            width: 40%;
        }
        
        #btn-contact
        {
            background-color: #FFF;
            border: 2px solid rgb(27, 99, 150);
            display: inline-block;
            color: rgb(18,66,101);
            font-weight: bold;
            padding: 0.7em 1.5em;
            width: 40%;
        }  
        
        #btn-nosotros, #btn-contact
        {
            display: inline-block;
            vertical-align: top;
            margin: 0 1em 0 1em;
        }
        
        #btn-nosotros:hover, #btn-contact:hover
        {
            background-color: rgb(164,199,53);
            border: none;
            color: #FFF;
        }
        
        .section-subtitle
        {
            display: inline-block;
            max-width: 100%;
        }
        .section-subtitle h4 
        {
            font-size: 20px; 
            font-family: 'Crimson Text', serif;
        }
        
        #c_normativo
        {
            margin: 0;
            padding: 0;
            width: 100%;
        }
        
        .img-c-normativo
        {
            margin-top: 1em;
            width: 90%;
        }
        .img-c-normativo img
        {
            width: 70%;
            margin: 0 auto;  
        }
        /**************FIN DE SECCION NOTICIAS************/
        
        /******seccion 3 home principal *****/
          .card-item {
            margin: 0 auto;
            width: 90%;
          }
        /**************FIN DE CARTAS ************/
        #full h2
        {
           font-size: 26px;
        }
        
        #star
        {
            height: 25px;
            width: 25px;
        }
        
        #star img
        {
            width: 100%;
            margin-bottom: 3em;
        }
        
        #full h3
        {
            margin: -1em 0 0 0;
            font-size: 20px;
            font-family: 'Crimson Text', serif;
        }
        
        .theme_color
        {
            margin: 0;
        }
        
        #sect-icons
        {
            display: inline-block;
            vertical-align: top;
            margin: 0 auto;
            width: 50%;
        }
        .full_icon
        {
            display: inline-block;
            vertical-align: top;
            width: 80%;
        }
        .icon
        {
            display: inline-block;
            height: 140px;
            width: 100%;
        }
    
        #sect-icons img
        {   
            width: 70%;
        }
    
        .center
        {   
            display: inline-block;
            vertical-align: top;
            max-width: 100%;
            margin-bottom: 2em;
        }
        .center h4
        {
            font-family: 'Crimson Text', serif;
        }
        #enf_usuario
        {
            margin-top: -1em;
        }

        #foot1, #foot2
        {
           font-family: 'roboto', serif;
        }
        #foot1 h3
        {
            font-family: 'Cormorant Garamond', serif;
        }
        
        #nosotros h2 
        {
           font-size: 24px;
           font-family: 'Cormorant Garamond', serif;
        }
        
        #nosotros h3
        {
           font-family: 'roboto', serif;
        }
        
        #nosotros p
        {
           font-family: 'roboto', serif;
        }
        
        #foot1, #foot2
        {
           width: 100%;
        }
        
        /**************CONVENIOS CORPORTATIVOS************/
        
        /*******Seccion de convenios*****/
        .container_clientes {
    background-color: #fff;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden; /* Oculta el desbordamiento */
    position: relative;
}

.clients-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    animation: scrollLeft 30s linear infinite; /* Movimiento continuo sin pausa */
}

.client-col {
    background-color: #fff;
    flex: 0 0 auto; /* Evita que los items se estiren */
    height: 150px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-col img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Animación de desplazamiento continuo */
@keyframes scrollLeft {
    0% {
        transform: translateX(0); /* Inicia en su posición original */
    }
    100% {
        transform: translateX(-100%); /* Desplaza todo el contenido hacia la izquierda */
    }
}


@keyframes marquee {
    0% {
        transform: translateX(100%); /* Comienza con la posición inicial desplazada */
    }
    100% {
        transform: translateX(-100%); /* Termina con la posición final desplazada */
    }
}

        
        
}




@media (min-width: 770px) and (max-width: 870px){
/********DISEÑO DE MENU DESPLEGABLE ***************************/
/********DISEÑO DE MENU DESPLEGABLE ***************************/
#logo img
{
   max-width: 100%;
}

#header-menu
{  
   margin: 1em 0 0 0;
   height: 0 auto;
   padding: 0 auto;
   width: 100%;
}

#headertop {
    background: rgb(164,199,53);
    color: #FFF;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
}

#acceder
{
    display: none;
}


#acceder:hover
{
background-color: rgb(164,199,53);
color: #fff;
box-shadow: 0 5px 15px 7px rgba(252,225,245, 0.6);
}


#main-menu
{
    width: 100%;
}
#main-menu li a
{
    font-size: 14px; 
}

#menu-desplegable
{
   margin: 1.5em 0 0 0em;
   width: 100%;
}


/*Color de las letras del menu*/
li #menu_desplegable
{
    width: 220%;
}

/*Color de las letras del menu*/
li #menu_desplegable li a:hover
{
    color: #333;
}

/*--------------SECCION DE SLIDER ----------------------*/
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}

#slider {
    position: relative;
    display: block;
    width: 100%;
    max-height: 500px;
    min-height: 400px;
   overflow: hidden;
}

#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* Centra la imagen vertical y horizontalmente */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

#container-slider .arrowPrev{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 70%;
    left: 20px;
    z-index: 2; 
}

#container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 70%;
    z-index: 2; 
}

#container-slider .arrowNext {
    left: initial;
    right: 20px !important;
}

.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}

.content_slider div{
    text-align: center;
}

.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}

#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}

.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}

.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}

.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #FFF  !important;
}

/*******************************SECCION DE NOTICIAS DESPUES DEL SLIDER **********************/
.section-title-servicios h2
{
    font-size: 28px; 
}

#seccion_dos
{
   /*background-color: rgb(245,245,245);*/
   background-color: rgb(255, 255,255);
   padding: 0em;
}

#btn-nosotros
{
    background-color: #FFF;
    border: 2px solid rgb(27, 99, 150);
    display: inline-block;
    color: rgb(18,66,101);
    font-weight: bold;
    padding: 0.7em 1.5em;
    width: 40%;
}

#btn-contact
{
    background-color: #FFF;
    border: 2px solid rgb(27, 99, 150);
    display: inline-block;
    color: rgb(18,66,101);
    font-weight: bold;
    padding: 0.7em 1.5em;
    width: 40%;
}


#btn-nosotros, #btn-contact
{
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 1em;
}

#btn-nosotros:hover, #btn-contact:hover
{
    background-color: rgb(164,199,53);
    border: none;
    color: #FFF;
}

.section-subtitle
{
    display: inline-block;
    max-width: 100%;
}
.section-subtitle h4 
{
    font-size: 20px; 
}

#c_normativo
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.img-c-normativo
{
    margin-top: 1em;
    width: 90%;
}
.img-c-normativo img
{
    width: 70%;
    margin: 0 auto;  
}
/**************FIN DE SECCION NOTICIAS************/

/******seccion 3 home principal *****/
  .card-item {
    margin: 0 auto;
    width: 90%;
  }
/**************FIN DE CARTAS ************/
#full h2
{
   font-size: 26px;
}

#star
{
    height: 25px;
    width: 25px;
}

#star img
{
    width: 100%;
    margin-bottom: 3em;
}


#full h3
{
    margin: -1em 0 0 0;
    font-size: 20px;
}

.theme_color
{
    margin: 0;
}


#sect-icons img
{   
    width: 70%;
}

.center
{   
    display: inline-block;
    vertical-align: top;
    max-width: 40%;
}

#foot1, #foot2
{
   font-family: 'roboto', serif;
}
#foot1 h3
{
    font-family: 'Cormorant Garamond', serif;
}

#nosotros h2 
{
   font-size: 24px;
   font-family: 'Cormorant Garamond', serif;
}


#nosotros h3
{
   font-family: 'roboto', serif;
}

#nosotros p
{
   font-family: 'roboto', serif;
}


#foot1, #foot2
{
   width: 100%;
}

}


/*****responsive para laptop*********/

@media (min-width: 920px) and (max-width: 1024px){



/********DISEÑO DE MENU DESPLEGABLE ***************************/
#header-menu
{
   background: #fff;
   margin: 1em 0 0 0;
   height: 0 auto;
   padding: 0 auto;
   width: 30%;
}



#menu-desplegable
{
   background: #fff;
   margin: 1em 0 0.2em 0;
   padding: auto;
   height: 46px;
   width: 100%;
   font-family: 'Roboto', sans-serif;
}
}
