﻿@import "font-awesome.css";

@font-face {
    font-family: 'BerlinSansFB';
    src: url('libreria/Berlin Sans FB Regular.ttf') format('truetype');
    
}

body {
    background: #FFF;
    font-family: 'BerlinSansFB';
}
h1, h2, h3, h4, p, span {
    font-family: 'BerlinSansFB';
}
.contenedor {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
    .contenedor .row{
        margin:auto;
    }
.contenido {
    margin: 20px 0px;
    max-width: 1200px;
    position: relative;
    margin-bottom: 20px;
    transition: all 2s ease 0s;
}


@media only screen and (min-width: 1200px) {
    .contenido {
        width: 1210px;
    }
}

.logo_san_isidro {
    width: auto;
    height: 150px;
    margin: 5px;
}

.naranjado {
    background: #EEC24A;
    color:#000;
}
.verde {
    background: #154D00;
    color: #000;
}
.cabecera_verde {
    text-align: right;
    width: 100%;
    height: 140px;
    border-right: 0px solid #154D00;
    border-top: 0px solid transparent;
    border-left: 140px solid transparent;
    border-bottom: 140px solid #154D00;
}
.cabecera_naranja {
    text-align:right;
    width: 100%;
    height: 140px;
    border-right: 0px solid #EEC24A;
    border-top: 0px solid transparent;
    border-left: 140px solid transparent;
    border-bottom: 140px solid #EEC24A;
}
.texto-cabecera, .texto-registrar {
    font-size: 38px;
    color: #000;
    padding: 50px 10px;
    margin-left: -40px;
    line-height: 20pt;
}

.texto-cabecera-grac {
    font-size: 38px;
    color: #000;
    padding: 45px 10px;
    margin-left: -40px;
    line-height: 20pt;
}
.texto-plomo {
    font-size: 42px;
    color: #bdb5b5;
    padding: 15px 10px;
    margin-left:-30px;
}


.rotate360cw {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.tiempo {
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

.texto_div {
    margin: 10px 20px;
    padding: 10px;
}

.texto_principal {
    font-size: 40px;
    color: #154D00;
    text-align: left;
}
.texto_div_2 {
    margin: 10px;
    padding: 5px 80px 0px 80px;
}
.texto_principal_2 {
    font-size: 40px;
    color: #000;
    text-align: center;    
}
.img_escoger{
    width:220px;
    height:auto;
}
.btn_escoger {
    background: #EEC24A;
    color: #FFF;
    font-size: 28px;
    width: 180px;
    border-radius: 12px;
    border: 0px solid #FFF;
    line-height: 20pt;
    padding: 10px;
    cursor: pointer;
    margin-top: -20px;   
    transition: all 1s ease 0s;
}
    .btn_escoger:hover {
        background: #154D00;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
    }
.btn_div_llenar{
    margin-top:20px;
    margin-bottom:10px;
}
    .btn_div_llenar button {
        background: #EEC24A;
        color: #FFF;
        font-size: 20px;
        width: 250px;
        height: 60px;
        border-radius: 12px;
        border: 3px solid #FFF;
        line-height: 20pt;
        padding: 5px 10px;
        cursor: pointer;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);
        transition: all 1s ease 0s;
    }
        .btn_div_llenar button:hover {
            background: #FFF;
            color: #EEC24A;
            border: 3px solid #EEC24A;
        }

        .img_contenido img {
            width: 100%;
            height: auto;
            margin:auto;        }

.text-empezar {
    border: 3px solid #154D00;
    border-radius: 10px;
    width: 230px;
    font-size: 22px;
    margin: auto;
}

.btn_empezar {
    background: #154D00;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    font-family: BerlinSansFB;
    font-size: 28px;
    width: 210px;
    cursor: pointer;
    border: 1px solid rgba(21, 77, 0, 0.88);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(21, 77, 0, 0.70);
    -moz-box-shadow: 3px 3px 5px 0px rgba(21, 77, 0, 0.70);
    box-shadow: 3px 3px 5px 0px rgba(21, 77, 0, 0.70);
    transition: all 1s ease 0s;
}

    .btn_empezar:hover {
        border: 1px solid rgba(21, 77, 0, 0.88);
        background: #fff;
        color: #154D00;
    }

.img_coolmena {
    text-align: right;
    
}
    .img_coolmena img {
        width: 140px;
        height: auto;
        bottom: 20px;
        right: 20px;
        position: fixed;
        z-index: 1200;
        cursor: pointer;
        -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
        background: #FFF;
        border-radius: 8px;
    }





.div_muestra {
    display: block;
}

.div_oculta {
    display: none;
}

.texto_naranja {
    font-size: 28px;
    color: #EEC24A;
    text-align:center;
}



/* asistencia hogar*/
.div_registro {
    border: 4px solid #EEC24A;
    border-radius: 10px;
    margin: 5px;
    padding: 20px;
}
    .div_registro .text-caja {
        background: #EEC24A;
        color:#000;
        border-radius:8px;
        font-size:24px;
        width:100%;
    }
.cabecera_asist_hogar {
    text-align: right;
    width: 100%;
    height: 140px;
    border-right: 0px solid #EEC24A;
    border-top: 0px solid transparent;
    border-left: 140px solid transparent;
    border-bottom: 140px solid #EEC24A;
}
.info_hogar {
    font-size: 28px;
}
.btn-buscar {
    color: #EEC24A;
    background: #FFF;
    font-size:22px;
    border: 2px solid #EEC24A;
    border-radius:4px;
    padding:7px 15px;
}
.left-centrar{
    text-align:right;
}
.mi-input::-webkit-input-placeholder {
    color: #FFF;
}

    .mi-input::-webkit-input-placeholder:before {
        color: #FFF;
    }

    .mi-input::-webkit-input-placeholder:after {
        color: #FFF;
    }
.texto_gracias {
    color: #EEC24A;
    font-size: 32px;
    text-align: center;
}
.img_gracias{
    width:350px;
    height:auto;
    text-align:center;
}
@media only screen and (max-width: 1100px) {
    .texto-cabecera-grac {
        font-size: 32px;
        padding: 50px 10px;
        margin-left: -50px;
    }
    .texto-plomo {
        font-size: 32px;
        padding: 30px 10px;
        margin-left: -30px;
    }
}

    @media only screen and (max-width: 940px) {
        .texto-plomo {
            font-size: 28px;
            padding: 30px 10px;
            margin-left: -30px;
        }

        .texto-cabecera {
            font-size: 32px;
        }

        texto-cabecera-grac {            
            padding: 30px 10px;
        }

        .cabecera_naranja {
            font-size: 30px;
        }

        .texto_naranja {
            font-size: 20px;
            line-height: 20pt;
        }

        .texto_principal_2 {
            font-size: 28px;
        }
    }

    @media only screen and (max-width: 667px) {
        .logo_san_isidro {
            width: auto;
            height: 100px;
            margin: 30px 0px 10px 0px;
        }
        .texto-registrar {
            font-size: 24px;
            color: #000;
            padding: 25px 10px;
            margin-left: -40px;
        }
        .texto-plomo {
            font-size: 24px;
            padding: 35px 10px;
            margin-left: -30px;
        }
        .img_contenido {
            width: 80%;
            margin: 10px;
            padding: 5px;
            margin: auto;
        }

        .texto_principal {
            padding: 5px;
            margin: 5px;
            text-align: center;
            font-size: 30px;
        }

        .texto-cabecera-grac {
            font-size: 22px;            
            padding: 25px 5px;
        }


        .texto-cabecera {
            font-size: 22px;
            padding: 50px 10px;
            margin-left: -40px;
        }


        .cabecera_verde {
            text-align: right;
            width: 90%;
            height: 140px;
            border-right: 0px solid #154D00;
            border-top: 0px solid transparent;
            border-left: 90px solid transparent;
            border-bottom: 140px solid #154D00;
        }

        .cabecera_naranja {
            width: 90%;
            border-right: 0px solid #EEC24A;
            border-top: 0px solid transparent;
            border-left: 85px solid transparent;
            border-bottom: 140px solid #EEC24A;
        }

        .texto_naranja {
            font-size: 20px;
            line-height: 20pt;
        }

        .img_escoger {
            width: 180px;
            height: auto;
        }
        

        .cabecera_asist_hogar {
            text-align: center;
            width: 90%;
            height: 80px;
            border-right: 0px solid #EEC24A;
            border-top: 0px solid transparent;
            border-left: 70px solid transparent;
            border-bottom: 80px solid #EEC24A;
        }

        .info_hogar {
            font-size: 20px;
        }

        .div_registro {
            padding: 2px;
        }

        .left-centrar {
            text-align: center;
        }

        .texto_div_2 {
            padding: 5px 10px 0px 10px;
        }

        .img_gracias {
            width: 200px;
        }

        .texto_gracias {
            font-size: 22px;
        }
        .texto_principal_2 {
            font-size: 28px;
            line-height: 20pt;
        }
        .img_coolmena img {
            width: 110px;
            height: auto;
            bottom: 10px;
            right: 10px;
            position: fixed;
            z-index: 1200;
            cursor: pointer;
            -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
            background: #FFF;
            border-radius: 8px;
        }

    }
@media only screen and (max-width: 468px) {
    .texto-plomo {
        font-size: 26px;
        padding: 30px 10px;
        margin-left: -30px;
        line-height: 15pt;
    }
}
    @media only screen and (max-width: 367px) {
        .texto-cabecera-grac {
            font-size: 16px;
            padding: 25px 5px;
            line-height: 15pt;
        }

        .texto-plomo {
            font-size: 18px;
            padding: 35px 10px;
            margin-left: -30px;
            line-height: 15pt;
        }

        .text-empezar {
            width: 160px;
        }

        .texto-cabecera {
            font-size: 18px;
            padding: 40px 10px;
            margin-left: -40px;
        }

        .texto-registrar {
            font-size: 17px;
            color: #000;
            padding: 25px 10px;
            margin-left: -40px;
            line-height: 15pt;
        }
    }

