@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap');

:root{
    --medico-color: hsl(0, 100%, 50%);
    --convenio-color: hsl(56, 94%, 42%);
    --facturacion-color: hsl(209, 100%, 50%);
    --liquidacion-color: rgb(125, 51, 7);
    --informes-color: hsl(300, 100%, 50%);
    --contable-color: hsl(100, 94%, 43%);
    --nimbusazul-color:hsl(180, 62%, 80%);
    --parrafo-color:hsl(34, 92%, 20%);
    --footer-color:hsl(210, 29%, 24%);
}

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

body {
    font-family: 'open sans';
    font-size: 16px;
    overflow-y: visible;
    background-color: #fcfcfc;
}



/*  ***HEADER***  */



header {
    width: 100%;
    height: 600px;
    background-image: url(../imagenes/stockvault-cloudy-sky99037.jpg);
    /*background-image: url(../imagenes/gifs/BlueSky006.gif);*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color:#ffffff;
    text-align: center;
}

header .textos {
    margin-top: 152px;
}

header .titulo {
    font-size: 85px;
    color: var(--nimbusazul-color);
    font-family: roboto, sans-serif;
    font-weight: 100;
    display:flexbox;
}

header .titulo span {
    font-size: 85px;
    font-family: roboto, sans-serif;
    font-weight: 100;
    color:#ffffff;
    font:bold;
    display:flexbox;
}

header .subtitulo {
    font-size: 42px;
    font-weight: 350;
    margin-bottom: 32px;
    font-family: roboto, sans-serif;
}

header .boton {
    display: flexbox;
    padding: 10px ;
    width: 200px;
    border: 1px solid #ffffff;
    color:#ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    outline: none;
    cursor: pointer;
    font-weight: 200;
    margin-bottom: 2rem;
}

.n_s{
    display: none;
}
.ns{
    display: block;
}

.btn_ing{
    align-items: center;
}


@media only screen and (max-width: 873px) {
    div.sesgoabajo{
        border-width: 0px;
    }

    #ingresar_s{
        display: none;
    }
    .ns{
        display: none;
    }
    .n_s{
        display:block;
        margin-bottom: 2rem;
    }
    .n_s .titulo{
        margin-left: 0 ;
        margin-right: 0;
        font-size: 50px;
        display:block;
    }
    .n_s .titulo span{
        font-size: 50px;

    }
    .subtitulo{
        display: none;

    }


}


/*  ***MAIN***  */



#ingresar_inf{
    width: 250px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    margin-right: 20px;
    padding-top: 8px;
} 
#ingresar_s{
    width: 250px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    padding-top: 8px;
} 


#ingresar_s:hover,
#ingresar_s:focus,
#ingresar_s:active {
    color: white;
    text-decoration: none;
    border-color: #0c6b66cc;
    border-width: 1px;
    color: #032c2acc;
}
#ingresar_inf:hover,
#ingresar_inf:focus,
#ingresar_inf:active {
    color: white;
    text-decoration: none;
    border-color: #0c6b66cc;
    border-width: 1px;
    color: #032c2acc;
}


/* display: inline-block;
padding: 6px;
width: 128px;
font-weight: 300;
border: 1px solid var(--parrafo-color);
color: var(--parrafo-color);
font-size: 16px;
text-align: center;
text-decoration: none;
border-radius: 16px;
margin-top: 5px;
border-width: 1px;
font-family: Arial, Helvetica, sans-serif;
 */

















.sesgoabajo {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fcfcfc transparent;
}

.sesgoarriba {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20vh 100vw 0 0;
    border-style: solid;
    border-color: #fcfcfc transparent transparent transparent;
}

.contenedor,
.contenedor-cont {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
}

.este-sitio_servicios {
    font-size: 56px;
    margin-top: 0;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: #ffff;
}

.subtitulo-servicios {
    font-size: 35px;
    margin-top: 30px;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: #ffff;
}
.este-sitio_clientes {
    font-size: 56px;
    margin-top: 2rem;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: #ffff;
}


.columna{
    width: 80%;
    height: 50%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.columna h6{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--parrafo);
    font-weight: 400;
    font-size: 21px;
}

.parrafo {
    text-align: justify;
    font-weight: 350;
    line-height: 24px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /*font-weight: lighter;*/
    color: var(--parrafo-color);
    font-size: 20px;
}

.parrafo span{
    font-weight: 500;
}
/* 
.blockq{
    border-left: 2px solid #ccc;
    padding: 1rem;

} */

.contac{
    text-align: center;

}




.acerca-de .contenedor h3 {
    text-align: center;
    font-size: 46px;
    margin-bottom: 5px;
    font-weight: 200;
    color: #643a04;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.acerca-de .boton {
    display: inline-block;
    padding: 6px;
    width: 128px;
    font-weight: 300;
    border: 1px solid var(--parrafo-color);
    color: var(--parrafo-color);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 5px;
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.acerca-de .boton:hover,
.acerca-de .boton:focus,
.acerca-de .boton:active {
    color: teal;
    text-decoration: none;
    border-color:teal;
    border-width: 1px;
}


.fondo {
    height: 50%;
    position: relative;
    /*background-image: url(../imagenes/gifs/BlueSky006.gif);*/
    background-image: url(../imagenes/stockvault-cloudy-sky99037.jpg);



    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    padding-top: 130px;
}

.sesgoabajo-unico {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #2c3e50 transparent;
}

.fondo-fino {
    width: 100%;
    height: 300px;
    margin-top: 3.5rem;
    position: relative;
    /*background-image: url(../imagenes/gifs/BlueSky006.gif);*/
    background-image: url(../imagenes/stockvault-cloudy-sky99037.jpg);
    margin-bottom: 3rem;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 5%;
}

.fondo-fino2 {
    width: 100%;
    height: 350px;
    margin-top: 4rem;
    position: relative;
    /*background-image: url(../imagenes/gifs/BlueSky006.gif);*/
    background-image: url(../imagenes/stockvault-cloudy-sky99037.jpg);



    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
}



/*  ***FOOTER***  */



footer {
    background-color:var(--footer-color) ;
    height: auto;
}

.titulo-footer,
.subtitulo-footer {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 56px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.subtitulo-footer {
    font-size: 16px;
    margin-bottom: 64px;
    font-family: roboto, sans-serif;
}

form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 1rem;
}


input[type="text"],
input[type="email"],
textarea {
    display: inline-block;
    width: 46%;
    padding: 13px;
    border: none;
    color: #ffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
    background: rgba(37, 37, 33, .7);
    margin-bottom: 16px;
    font-size: medium;
    /*border-top: 3px solid rgba(37, 37, 33, .7);*/
}
#nombre{
    margin-left: 3px;

}


#email{
    margin-right: 3px;
}
#mensaje{
    margin-left: 3;
    margin-right: 3;

}

textarea {
    display: block;
    /* width: 100%; */
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    min-height: 200px;
    background: rgba(37, 37, 33, .7);
    padding: 13px;
}



#enviar {
    margin-top: 5px;
    display: inline-block;
    padding: 13px;
    border: none;
    color: #fff;
    background: rgba(37, 37, 33, .7);
    width: 96px;
    font-family: Arial, Helvetica, sans-serif;
}


.copyright{
    margin-left:0;
    margin-right:0;
    align-items: center;
    color:#ffffff;
    text-align: center;
    background-color:var(--footer-color) ;

}
.copyright p{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display:inline-block;
    font-style: 40px;
}
.copyright .azul{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* cursor: pointer; */
    color:var(--nimbusazul-color);
    text-decoration: none;
    display:inline-block;
    font-style: 40px;
    padding-left: 5px;
}


/*
.herramientas{
    width: 100%;
    height: 50px;    
    align-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    background-color: var(--footer);
}
.herramientas h3{
    text-align: center;    
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}


.powerby{
    width: 100%;
    height: 100px; 
    align-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    background-color:white;
    margin-bottom: 3rem;
    padding: 10px 25px ;
}

.powerby .logos{
    display:inline-block;
    width: 50%;    
    align-content:center;
    align-items: center;
}

.powerby .logo_html .logo_css{
    width: 30%;    
    height: 30%;
}

.powerby .logo_mysql{
    width: 100%;    
    height: 120%;
}
.powerby .logo_php{
    padding-top: 25px;
    width: 60%;    
    height: 60%;
}


.logo_jquery{
    width: 120%;    
    height: 150%;
}
.logo_matrial{
    width: 120%;    
    height: 120%;

}
*/



/*  ***BOTON TOP***  */



#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #9cccec;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}


#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #3498db;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#btnscroll {
    float: right;
    margin-right: 5px;

}



/*  ***CARDS***  */



.cards1{
    background-color: #fcfcfc;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.cards2{
    background-color: #fcfcfc;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.cards3{
    background-color: #fcfcfc;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.tarjeta{
    display: inline-flex;
    width: 375px;
    height: 400px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px hsl(0, 0%, 50%);
}

.tarjeta--medicos,
.tarjeta--convenios,
.tarjeta--facturacion{
   /* margin-top: 100px;*/
    margin-bottom: 100px;
}

.tarjeta--liquidacion,
.tarjeta--informes,
.tarjeta--contable{
    margin-bottom: 100px;
}

.tarjeta--red{
    border-top: 6px solid var(--medico-color);
}

.tarjeta--yellow{
    border-top: 6px solid var(--convenio-color);
}

.tarjeta--blue{
    border-top: 6px solid var(--facturacion-color);
}

.tarjeta--orange{
    border-top: 6px solid var(--liquidacion-color);
}

.tarjeta--purple{
    border-top: 6px solid var(--informes-color);
}

.tarjeta--green{
    border-top: 6px solid var(--contable-color);
}

.head-card{
    width: 100%;   
    height: 10%;
    border-top: 5px solid white;
}

.card__title{
    /* font-family: 'Poppins', sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-flex;
    color:#000 ;
    float: left;
    width: 230px;
    margin-top: 16px;
    margin-left: 2rem;
    font-weight: 400;
}

.icono{
    position: absolute;
    float: right;
    width: 45px;
    height: 45px;
    margin-top: 1rem;
    margin-right: 3rem;
}

.listas{
    display :inline-flex;
    position: absolute;
    margin-top: 5rem;
    margin-left: 2rem;
    width: 350px;
}

.listas ul{
    width: 85%;
}
.listas ul li{
    font-family: 'Poppins', sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-weight: 400;
    font-size: 15px;
    color: #6b6666;
    /* color: #643a04; */
    text-align: left;
}
.lista2 ul{
    margin-left: 0px;
}
.clientes .contenedor{
    max-width: 1200px;
    overflow: hidden;
    padding: 52px 0;
    position: relative;
    width: 90%;
    align-items: center;
    text-align: center;
    margin: auto;
    
}

.fondo-cliente{
    margin-bottom: 2rem;
}

.lista-clientes{
    font-family: 'Poppins', sans-serif;
    font-weight: 550;
    font-size: large;
    display:inline-flex;
    width: 500px;
    height: 400px;
    color: var(--parrafo-color);
    background-color: white;
    /*border-radius: 5px;
    box-shadow: 10px 15px 15px hsl(0, 0%, 50%);
    */
    padding: 1rem;
    text-align:left ;
    margin-left: 3rem;
    margin-top: 0;
}



/*  ***RESPONSIVE***  */



@media screen and (max-width: 790px){
    .cards1, .cards2, .cards3{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
}