
/*
.center_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.content_modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#click{
    display: none;    

}

.content_modal{

    display: block;
    opacity: 1;
    visibility: visible;
    width: 400px;
    height: 350px;
    background: white;
    border-radius: 3px;
    transition: .3s ease-in;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
}

.header_modal{
    height: 58px;
    background: #27ae60;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

#click:checked ~ .content_modal {
    opacity: 0;
    visibility: hidden;
}

.header_modal h2{
    padding: 15px;
    color: white;
    padding-left: 22px;
    font-weight: normal;
}

.fa-times{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #e8f7fc;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.fa-check{
    font-size: 35px;
    color: #27ae60;
    font-weight: bold;
    height: 80px;
    width: 80px;
    border: 1px solid #27ae60;
    text-align: center;
    padding-top: 30px;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 30px 0 0 160px;

}

.content_modal p{
    padding-top: 10px;
    font-size: 19px;
    color: #1a1a1a;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.line_modal {
    bottom: 60px;
    width: 100%;
    height: 1px;
    background: silver;
}

.close-btn_modal{
    position: absolute;
    bottom: 12px;
    right: 25px;
    border: 1px solid #27ae60;
    border-radius: 3px;
    color: #27ae60;
    padding: 8px 10px;
    font-size: 18px;
    cursor: pointer;
}

.close-btn_modal:hover{
    background: #27ae60;
    color: white;
    transition: .5s;

}

*/


.container-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    
}


.content_modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

#click{
    display: none;    

}

.content_modal{

    display: block;
    opacity: 1;
    visibility: visible;
    width: 800px;
    height: 650px;
    background: white;
    border-radius: 3px;
    transition: .3s ease-in;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    /*
    background-image: url(../img/preescolar-banner-1.png);
    background-size: cover;
    background-position: center;
    */
}

.header_modal{
    height: 44px;
    background: #000080;
    border-radius: 3px 3px 0 0;
    overflow: hidden;    
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

#click:checked ~ .content_modal {
    opacity: 0;
    visibility: hidden;
}

.header_modal h2{
    padding: 15px;
    padding-left: 22px;
    color: white;    
    font-size: 14px;
    font-weight: normal;

}

.fa-times{
    position: absolute;
    right: 20px;
    top: 12px;
    color: #e8f7fc;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.content_modal p{
    padding-top: 10px;
    font-size: 12px;
    color: #1a1a1a;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.line_modal {
    bottom: 60px;
    width: 100%;
    height: 1px;
    background: silver;
}

.close-btn_modal{
    position: absolute;
    bottom: 9px;
    right: 25px;
    border: 1px solid #000080;
    border-radius: 3px;
    color: #000080;
    padding: 2px 4px;
    padding-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.close-btn_modal:hover{
    background: #000080;
    color: white;
    transition: .5s;

}

@media screen and (min-width: 320px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 450px;
        height: 525px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 9px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 375px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 450px;
        height: 525px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 9px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 414px) {	

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 500px;
        height: 575px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 9px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media screen and (max-width: 576px) {

	.content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 400px;
        height: 600px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 9px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 600px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 580px;
        height: 615px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 10px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 768px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 700px;
        height: 630px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 11px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 1024px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 950px;
        height: 615px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 11px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1920px) {

    .content_modal {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);    

        display: block;
        opacity: 1;
        visibility: visible;
        width: 1050px;
        height: 670px;
        background: white;
        border-radius: 3px;
        transition: .3s ease-in;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    }

    .content_modal p{
        padding-top: 10px;
        font-size: 13px;
        color: #1a1a1a;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
}