@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: "Open Sans";
}

body {
    font-family: "Open Sans" !important;
}

.buttonCorporativo {
    background-color: #ff0099 !important;
    border-color: #ff0099 !important;
    color: white;
}

.buttonSizeGestion{
    height: 80px;
    width: 250px;
}

.colorCorporativo {
    color: #ff0099;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 60px 15px 0;
}

.footer {
    /*  background-color: #f5f5f5;*/
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}




.backgroundBienvenidaMovil {
    background: url("img/iconos/fondo-bienvenida1-mv.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    opacity: 0.8;
}

.white {
    color: white;
}

.inputLogin {
    color: black;
    font-weight: bold;
    z-index: 999999;
    border: 1px solid white;
}

/*Button login*/
.btnLogin {
    background: transparent;
    height: 38px;
    line-height: 40px;
    border: 1px solid white;
    display: inline-block;
    float: none;
    text-align: center;
    width: 120px;
    padding: 0px !important;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.btnLogin:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

/*Pantalla registro*/

.inputRegistro {
    border: 0;
    padding: 10px;
    color: #ff0099;
    border: solid 1px #ff0099;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
}

.inputRegistro:focus {
    outline: none !important;
    color: #ff0099;
    border-color: #ff0099;
    box-shadow: 0 0 10px #ff0099;
}

.inputRegistro::placeholder {
    color: #ff0099;
    font-weight: normal;
}

.danger {
    color: #B22222;
}

.bg-progresoCorporativo {
    background-color: #ff0099;
}

.fixedBottom {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.imageCenter {
    margin: 0 auto;
    display: block
}

.link-footer {
    color: black;
    text-decoration: unset;
}

.link-footer:hover {
    text-decoration: unset;
    color: #ff0099;
}

.borderImagenes {
    border: 2px solid #ff0099;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.tituloImagenes {
    background-color: #ff0099;
    color: white;
    width: 100%;
    margin-bottom: 15px;
}

.navbar-custom {
    background-color: #ff0099;
}

#login {
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    width: 430px;
    padding: 30px 45px;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh;
}

.imagenPostTratamientoOtros {
    width: 540px;
    height: 200px;
}
.imagenPostTratamientoCara {
    width: 540px;
    height: 100%;
}

@media (max-width: 767px) {
    #login {
        width: 100%;
        padding: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .imagenPostTratamientoOtros {
        width: 385px;
        height: 140px;
    }

    .imagenPostTratamientoCara {
        width: 100%;
        height: 95.5%;
    }

    .footer-aviso {
       position: unset!important;
        left: 0!important;
        bottom: 0!important;
        width: 100%;
        text-align: center;
    }
    .backgroundLogin {
        /*background-color: #ff0099;
        opacity: 0.4;
        height: 100%;*/
        background: #ff0099 url("../assets/img/portada.jpg") center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: unset!important;
        width: 100%;
        opacity: 0.8;
    }
}

.backgroundLogin {
    /*background-color: #ff0099;
    opacity: 0.4;
    height: 100%;*/
    background: #ff0099 url("../assets/img/portada.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    opacity: 0.8;
}

.footer-aviso{
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

/*Apartado informacion imagenes tratamientos adultos*/
.backgroundImageOrtodoncia {
    background-image: url("../assets/img/imagenes-informacion/ortodoncia-adultos.jpg");
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding-top: 110px;
    padding-left: 15px;
}

.backgroundImageOrtodonciaInvisible {
    background-image: url("../assets/img/imagenes-informacion/ortodoncia-invisible.jpg");
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding-top: 110px;
    padding-left: 15px;
}

.logoIconCenter {
    margin: 0 auto;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #ff0099;
}

.colorLineSeparacion {
    border-top: 1px solid #ff0099 !important;
}

.hide{
    display: none;
}

