* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold1:#F4BD76; /*se define la variable gold1*/
    --gold2:#F6CD8F; /*se define la variable gold2*/
    --gray:#ffffff80; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --gray2: #f7d9d990; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia. */
    --black1:#1A1B1F; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia. */
    --black2:#30553B; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --black3:#5aa570; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --shadow: 0 8px 8px;   /**los shadow se repiden va a ser cero en el ofset X, 8 pixels en el ofset Y , 8pixes en el blu, y en el spring lo vamos a omitir el valor, serian 4 valores */
    --color_shadow: #00000033; /*esto es para la sombra, sera negro y una transparencia con digitos mas*/


    --padding-container: 100px 0;
    --color-title: #001A49;

}



.portafolio{
    background: #194635;  /*f2f2f2*/
    
}

.portafolio_especialidades{
    background: #bcbdbc;  /*f2f2f2*/
    
}
.portafolio2{
    background: #194635;
    color: #fff;
}

.portafolio3{
    background: #F6CD8F;
    color: #fff;
}

.portafolio4{
    background: #919191;
    color: #fff;
}
.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 20%;
    /*margin-bottom: 10px;*/
    height: 180px;
   overflow: hidden;
   position: relative;
   cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}




.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;

   /* display: flex;
    justify-content: space-evenly;*/
}



.titulo {
    color: #642a73;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}





.imagen-port > img{
   
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;   /*contain*/
    display: block;

    display: flex;
    justify-content: center;
    align-items: center;
    


}

.imagen-port-dentro {
    background-color: aqua;

}


/*
.imagen-port:hover .hover-galeria{
    transform: scale(1);
}*/

/*
.imagen-port{
    width: 44%;
}

.imagen-port{
    width: 95%;
}*/


.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    /*background: hsla(147, 41%, 49%, 0.7);*/
    background: hsla(150, 9%, 96%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 100px;
}

.hover-galeria p{
   /* color: #fff;*/
    color: #30553B;
    font-size: 20px;
}


.imagen-port:hover .hover-galeria{
    transform: scale(1);
}


.mas_especialidad2{
    /*background-color: #929092;
    color: #0b3d13;
    display: flex;
    justify-content: center;
    /*align-items: center;
    justify-content: center;*/
   /* font-size: 20px;    
    margin-bottom: 1px;
    font-weight: 800;
    padding: 20px;
    text-decoration: none;
    /*width: 48%;*/

    /*display: flex;*/
   /* justify-content: space-evenly;
    flex-wrap: wrap;*/


}

.mas_especialidad{
    /*background-color: #750c75;    
    display: flex;
    width: 48%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);*/
    text-align: center;
    margin-bottom: 16px;  
    font-weight: 800;
}
 

.mas_servicios{

    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;

   /* background-color: #929092;
    color: #0b3d13;
    display: flex;
    justify-content: center;
    font-size: 20px;    
    margin-bottom: 1px;
    font-weight: 800;
    padding: 20px;
    text-decoration: none;*/
    /*width: 48%;*/

    /*display: flex;*/
   /* justify-content: space-evenly;
    flex-wrap: wrap;*/


}  

.mas_planes{
    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;
    /*
    background-color: #929092;
    color: #0b3d13;
    display: flex;
    justify-content: center;
    font-size: 20px;    
    margin-bottom: 1px;
    font-weight: 800;
    padding: 20px;
    text-decoration: none;
    /*width: 48%;*/

    /*display: flex;*/
   /* justify-content: space-evenly;
    flex-wrap: wrap;*/

    
}

.mas_planesyprecios{

    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;

    /*
    background-color: #929092;
    color: #0b3d13;
    display: flex;
    justify-content: center;
    font-size: 20px;    
    margin-bottom: 1px;
    font-weight: 800;
    padding: 20px;
    text-decoration: none;
    /*width: 48%;*/

    /*display: flex;*/
   /* justify-content: space-evenly;
    flex-wrap: wrap;*/

    
}

.mas_salud{

    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;

    /*
    background-color: #929092;
    color: #0b3d13;
    display: flex;
    justify-content: center;
    font-size: 20px;    
    margin-bottom: 1px;
    font-weight: 800;
    padding: 20px;
    text-decoration: none;
    /*width: 48%;*/

    /*display: flex;*/
   /* justify-content: space-evenly;
    flex-wrap: wrap;*/

    
}


/* Clients */

.cards{
    display: flex;
    justify-content: space-evenly;
}

.cards .card{
    background: #30553B;
    display: flex;
    width: 46%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card{
    width: 80%;
    color: #fff;
    text-align: center;
    
}

.cards .card > .contenido-texto-card p{
    font-weight: 300;
    padding-top: 5px;
}

/* HORARIO */

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 5px;
    justify-items: center;
    align-items: center;
  }
  
  .grid-item1 {
    background: grey;
    text-align: center;
    border: black 5px solid;
    width: 100px;
    height: 100px;
  }

/* HORARIOS */

@media screen and (max-width:900px){
    .header{
        background-position: center;
    }

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .imagen-about-us{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 44%;
    }

    /* Clientes */

    .cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }

    .cards .card:first-child{
        margin-bottom: 30px;
    }




    /****************/
/*
    @media screen and (min-width: 768px) and (max-width: 991px){
        .movil{display: none !important}
        #main-menu .megamenu-child-container ul.sub-menu > li > ul li.smmarginbottom {
            margin-bottom: 20px;
        }
    }
    @media screen and (min-width: 992px) and (max-width: 1199px){
        .movil{display: none !important}
        #main-menu ul li.menu-item-simple-parent ul {
            top: 90px !important;
        }
        #main-menu .megamenu-child-container {
            top: 100px !important;
        }
        #main-menu .megamenu-child-container ul.sub-menu > li > ul li.smmarginbottom {
            margin-bottom: 20px;
        }
    }
    @media screen and (min-width: 1200px) {
        .movil{display: none !important}
        #main-menu ul li.menu-item-simple-parent ul {
            top: 90px !important;
        }
        #main-menu .megamenu-child-container {
            top: 100px !important;
        }
        #main-menu .megamenu-child-container ul.sub-menu > li > ul li.smmarginbottom {
            margin-bottom: 20px;
        }
    }
*/


    /**************************/


}


