/*Creado por Carlos Ventura Ventura*/

:root {

    --blanco: #ffffff;

    --negro: #212121;

    --primario: #28A0D8;

    --secundario: #09587E;

    --gris: #757575;

}



html {

    font-size: 62.5%;

    box-sizing: border-box;

}



*, *:before, *:after {

    box-sizing: inherit;

}



body {

    font-size: 16px;

    font-family: 'Palanquin', sans-serif;

    background-image: linear-gradient(to top, var(--blanco) 0%, #C7EAFF 100%);

}



h1 {

    font-size: 2.8rem;

    color: var(--secundario);

}



h2 {

    font-size: 4.8rem;

}



h3 {

    font-size: 3.8rem;

    color: var(--secundario);

}



h1, h2, h3 {

    text-align: center;

}



p1 {

    font-weight: bold;

    font-size: 1.8rem;

}



.contenedor {

    max-width: 135rem;

    margin: 0 auto;

}



.navegacion-principal {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



@media (min-width: 768px) {

    .navegacion-principal {

        flex-direction: row;

    }

}



.navegacion-principal a {

    display: block;

    text-align: center;

    color: var(--blanco);

    text-decoration: none;

    font-weight: bold;

    font-size: 2rem;

    padding: 1rem;

}



.navegacion-principal a:hover {

    background-color: var(--secundario);

    color: cornflowerblue;

}



.nav-bg {

    background-color: var(--primario);

}



/*Termina navegacion incio el Head*/



.fondoimg {

    background-image: url(img/pasillo2.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 650px;

    position: relative;

    margin-bottom: 2rem;

}



.fondoimg-1 {

    position: absolute;

    background-color: rgba(255, 255, 255, .7);

    height: 100%;

    width: 100%;

}



.fondoimg-2 {

    display: flex;

    flex-direction: column;

    text-align: center;

    color: var(--secundario);

}


@media (min-width: 768px) {


    .iner {

        display: grid;

        grid-template-columns: 1fr 1fr;

        column-gap: 2rem;

    }

}



.iner2 {

    display: flex;

    flex-direction: center;

    justify-content: space-evenly;

    align-items: center;

    padding: 2rem;

    

}



/*Termina head*/



/* Aqui empieza CV*/



.sombra {

    -webkit-box-shadow: -33px 25px 54px -20px rgba(127, 192, 224, 1);

    -moz-box-shadow: -33px 25px 54px -20px rgba(127, 192, 224, 1);

    box-shadow: -33px 25px 54px -20px rgba(127, 192, 224, 1);

    background-color: var(--blanco);

    padding: 1rem;

    border-radius: 1rem;

}



@media (min-width: 768px) {

    .cvagh {

        display: grid;

        grid-template-columns: 1fr 1fr 1fr;

        column-gap: .5rem;

        background-size: cover;

        align-items: top;

        margin: 0 auto;

        border-radius: 2rem;

        background-image: url(img/lineas\ azules3.jpeg)

    }
    
    
    .cvag {

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;

        padding: 2rem;

    }


    .cvag p {

        color: var(--blanco);

        text-align: center;

    }

    .cvag h3 {

        font-size: 2.8rem;

        color: white;

    }
}

    .sombra h2 {

        font-size: 2.8;

        color: var(--secundario);

        margin: auto auto;

        padding: .5rem;

    }





/* Termina Media */



.foto {

    background-image: url(img/Andres.png);

    background-size: cover;

    max-width: 100%;

    height: 550px;

    border-radius: 2rem;

    margin-left: 2rem;

    margin-top: 2rem;

}



/* Empieza Hospitales*/



@media (min-width: 768px) {

    .hospitales1 {

        display: grid;

        grid-template-columns: 1fr 1fr 1fr;

        column-gap: 2rem;

        align-items: center;

    }

}



.hospitales2 {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    height: 100%;

}



.borde1 {

    -webkit-box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    background-color: var(--blanco);

    padding: 1rem;

    border-radius: 0px 36px 0px 69px;

    -moz-border-radius: 0px 36px 0px 69px;

    -webkit-border-radius: 0px 36px 0px 69px;

    border: 2px solid #71aef0;

}



.hospitales1 img {

    height: 150px;

    max-width: 100%;

}



.boton {

    background-color: var(--secundario);

    color: white;

    padding: 1rem 3rem;

    margin-top: 2rem;

    font-size: 1.5rem;

    text-decoration: none;

    text-transform: uppercase;

    font-weight: bold;

    border-radius: .5rem;

    width: 70%;

    text-align: center;

    border: none;

}



/*Aqui empieza sociedades*/



@media (min-width: 768px) {

    .sociedades1 {

        display: grid;

        grid-template-columns: 1fr 1fr 1fr;

        column-gap: 2rem;

        align-items: center;

        margin-top: 1rem;

    }

}



.sociedades2 {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    height: 100%;

    padding: .5rem;

    background: linear-gradient(to bottom, rgba(168, 205, 240, 1) 0%, rgba(62, 142, 231, 0.06) 78%, rgba(32, 124, 229, 0.06) 100%);

    border-radius: 1rem;

}



.sociedades1 img {

    height: 150px;

    max-width: 100%;

}



.sociedades1 p {

    font-size: 1.8rem;

    font-weight: bold;

    color: #005589;

}



.boton2 {

    background-color: #AEB6BF;

    color: white;

    padding: 1rem 3rem;

    margin-top: 2rem;

    font-size: 1.3rem;

    text-decoration: none;

    text-transform: uppercase;

    font-weight: bold;

    border-radius: .5rem;

    width: 35%;

    text-align: center;

    border: none;

}



.borde2 {

    -webkit-box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    box-shadow: 1px -1px 28px -12px rgba(0, 0, 0, 0.75);

    background-color: var(--blanco);

    padding: 1rem;

    margin-top: 4rem;

    border-radius: .2rem;

}



/*Aqui empieza el footer*/



.foot {

    width: 100%;

    float: left;

    clear: both;

    text-align: center;

    background-image: url(img/lineas\ azules1.png);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center top;

    height: auto;

    margin-top: 5rem;

}



@media (min-width: 768px) {

    .foot2 {

        display: grid;

        grid-template-columns: 1fr 1fr 1fr 1fr;

        column-gap: 1rem;

        align-items: center;

        justify-content: space-evenly;

        max-width: 100%;

    }





.foot2 p {

    font-size: 15px;

    color: white;

    text-align: center;

}



.foot3 {

    display: flex;

    flex-direction: row;

    justify-content: space-evenly;

    width: 80%;

    height: 150px;

    align-items: center;

    margin: 0 auto;

}
	}



.font1 {

    font-size: 14px;

    color: white;

    font-weight: bold;

    text-align: right;

}



.font2 {

    font-size: 14px;

    color: white;

    font-weight: bold;

    text-align: center;

    padding: 2rem;

    text-transform: uppercase;

}



/*aqui Termina Footer*/



/*aqui empeieza Video*/



.linea {

    border-top: 4px;

    background-image: url(img/lineas\ azules3.jpeg);

    background-size: cover;

    height: 5px;

    max-width: 100%;

    padding: 0;

    margin: 0;

    margin-bottom: 3rem;

    border-radius: 0px 0px 3px 3px;

}

@media (min-width: 768px ) {

    .titu1 {

        text-align: left;

        margin: 0;

        padding: 3px;

        margin-top: 7rem;

        background-image: url(img/lineas\ azules3.jpeg);

        background-size: cover;

        color: white;

        width: 35%;

        border-radius: 27px 5px 0px 0px;

        border-radius: 19px 0px 0px 0px;

        -moz-border-radius: 19px 0px 0px 0px;

        -webkit-border-radius: 19px 0px 0px 0px;

        border: 0px solid #09587E;; 
        
        font-size: 2.8rem;
        
        text-align: center;

}

   

}

    .titu2{

        display: flex;
        
        flex-direction: center;

        width: 60%;

        height: 450px;

        margin: 0 auto;

                

}

/*aqui termina Video*/











