body {
    background: linear-gradient(to right,rgba(255, 255, 255, .8),rgba(255, 255, 255, 0.8)), url(https://www.urosario.edu.co/App_Themes/Padres/img/home/slide-2.jpg) top center fixed no-repeat;
    /* background: #efefef; */
    background-size: cover;
}

p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.1em;
}

.sinRelleno {
    padding: 0;
}

.contenedorInfo a {
    color: #333;
    text-decoration: none;
}



/*flecha*/

a.desplazar {
    text-decoration: none;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}


#inicio-Padres .cajaBarra i {
    font-size: 3rem;
    display: table;
    margin: 0 auto;
    width: 5%;
    margin-top: 30px;
    cursor: pointer;
    background: linear-gradient(to right, #cc1b00, #bb1a02, #941400);
    -webkit-background-clip: text;
    color: transparent;
}


#inicio-Padres .cajaBarra {
    width: 100%;
    display: table;
}




/*flecha*/

#inicio-Padres .recuadroTextoIntro2 p {
    text-align: justify;
}

#inicio-Padres .btnFlotante {
    background: #cd1b00;
    padding: 6px 17px;
    width: 220px;
    position: fixed;
    color: #fff;
    left: 9%;
    z-index: 1;
    border-radius: 10px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 23px;
    box-shadow: 0px 0px 4px #3c3c3c;
    text-align: center;
}




#inicio-Padres .tituloSeccion h3 {
    /* color: #fff; */
    font-weight: 600;
    font-size: 4em;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    font-family: 'Yanone Kaffeesatz',sans-serif;
}

    #inicio-Padres .tituloSeccion h3 strong {
        color: #cb1f05;
    }

#inicio-Padres .tituloSeccion hr {
    border: none;
    border-top: solid 2px #c90200;
    margin: 15px auto;
    width: 80px;
}

#inicio-Padres .intro .recuadroTextoIntro {
    text-align: center;
    position: initial;
    display: table;
    width: 33.33333333%;
    margin-top: 5%;
    padding: 10px;
    transition: .5s;
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
}

#inicio-Padres .posicionFlexible {
    top: 0px !important;
    transition: .5s;
    left: 0;
    position: fixed !important;
    padding: 10px !important;
    border-radius: 0 10px 10px 0 !important;
}

.recuadroTextoIntro2 {
    padding: 5% 6%;
}

#inicio-Padres .intro .recuadroTextoIntro p {
    /* color: #ffffff; */
    font-weight: 600;
    /* text-shadow: 2px 2px 5px rgba(0,0,0,.5); */
}

#inicio-Padres .contenedorBotones {
    padding: 0;
    display: table;
    /* background: rgba(255,255,255,.6); */
}

/* accesos directos */
/* accesos directos */
/* accesos directos */
#inicio-Padres .contenedorRecuadroInfo-1,
#inicio-Padres .contenedorRecuadroInfo-2,
#inicio-Padres .contenedorRecuadroInfo-3,
#inicio-Padres .contenedorRecuadroInfo-4,
#inicio-Padres .contenedorRecuadroInfo-5,
#inicio-Padres .contenedorRecuadroInfo-6,
#inicio-Padres .contenedorRecuadroInfo-7,
#inicio-Padres .contenedorRecuadroInfo-8 {
    cursor: pointer;
    width: 100%;
    background: rgba(24, 25, 27, 1);
    border: solid 2px rgba(0,0,0,.3);
    min-height: 270px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    /* border-bottom: solid 4px rgba(120, 16, 140, 0.5); */
    transition: .5s;
}

    #inicio-Padres .contenedorRecuadroInfo-1:hover, #inicio-Padres .contenedorRecuadroInfo-2:hover, #inicio-Padres .contenedorRecuadroInfo-3:hover, #inicio-Padres .contenedorRecuadroInfo-4:hover, #inicio-Padres .contenedorRecuadroInfo-5:hover, #inicio-Padres .contenedorRecuadroInfo-6:hover, #inicio-Padres .contenedorRecuadroInfo-7:hover, #inicio-Padres .contenedorRecuadroInfo-8:hover {
        background: rgba(242,12,64,.2);
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-1 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-2 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-3 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-4 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-5 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-6 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-7 .numero h3,
    #inicio-Padres .contenedorRecuadroInfo-8 .numero h3 {
        display: none;
        position: absolute;
        width: 34px;
        height: 30px;
        text-align: center;
        z-index: 5;
        margin: 0;
        color: #ffffff;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 900;
        /* margin-top: -15px; */
        /* margin-left: -15px; */
        background: rgba(156, 13, 118, 0.8);
        box-shadow: 2px 2px 5px rgba(0,0,0,.1);
        -ms-transform: rotate(-18deg);
        /* -webkit-transform: rotate(-18deg); */
        /* transform: rotate(-18deg); */
    }

    #inicio-Padres .contenedorRecuadroInfo-1 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-1 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-1:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }




    #inicio-Padres .contenedorRecuadroInfo-2 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-2 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-2:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-3 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-3 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-3:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-4 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-4 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-4:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-5 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-5 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-5:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-6 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-6 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-6:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-7 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 15px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-7 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-7:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-8 .masInformacion {
        position: absolute;
        top: 15%;
        height: auto;
        right: 30px;
        left: auto;
        background: rgba(185, 26, 26, 0.75);
        border: solid 5px rgba(0,0,0,.5);
        font-size: 11px;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        z-index: 7;
        padding: 5px 10px;
        text-align: center;
        font-weight: 600;
        box-shadow: -15px 10px 19px rgba(0,0,0,.5);
        opacity: 0;
        transition: .5s;
    }

        #inicio-Padres .contenedorRecuadroInfo-8 .masInformacion p {
            margin: 0;
        }

    #inicio-Padres .contenedorRecuadroInfo-8:hover .masInformacion {
        top: 35%;
        opacity: 1;
        transition: .5s;
    }



    #inicio-Padres .contenedorRecuadroInfo-1 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-2 .imagen {
        background: #dce6e1;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-3 .imagen {
        background: #D1D2DB;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-4 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-5 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-6 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-7 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-8 .imagen {
        background: #cad0ef;
        text-align: center;
        transition: .8s;
    }

    #inicio-Padres .contenedorRecuadroInfo-1:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-2:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-3:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-4:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-5:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-6:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-7:hover .imagen,
    #inicio-Padres .contenedorRecuadroInfo-8:hover .imagen {
        background: none !important;
        transform: scale(.7,.7) translatey(-5px);
        background: #cad0ef;
        transition: .8s;
    }

    /*
#inicio-Padres .contenedorRecuadroInfo-2 .imagen,
#inicio-Padres .contenedorRecuadroInfo-3 .imagen,
#inicio-Padres .contenedorRecuadroInfo-4 .imagen,
#inicio-Padres .contenedorRecuadroInfo-5 .imagen,
#inicio-Padres .contenedorRecuadroInfo-6 .imagen,
#inicio-Padres .contenedorRecuadroInfo-7 .imagen,
#inicio-Padres .contenedorRecuadroInfo-8 .imagen {  
  text-align:center;
}
*/
    #inicio-Padres .contenedorRecuadroInfo-1 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-2 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-3 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-4 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-5 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-6 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-7 .imagen img,
    #inicio-Padres .contenedorRecuadroInfo-8 .imagen img {
        width: 100%;
        margin: auto;
        opacity: 1;
        transition: .5s;
    }
    /*
#inicio-Padres .contenedorRecuadroInfo-1:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-2:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-3:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-4:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-5:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-6:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-7:hover .imagen img,
#inicio-Padres .contenedorRecuadroInfo-8:hover .imagen img {
  opacity:1;  
  transition:.2s;
}
*/



    #inicio-Padres .contenedorRecuadroInfo-1 .descripcion h3,
    #inicio-Padres .contenedorRecuadroInfo-2 .descripcion h3,
    #inicio-Padres .contenedorRecuadroInfo-3 .descripcion h3 {
        padding: 0 5%;
        min-height: 95px;
        margin: 10px 0 5px 0;
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.3em;
        font-family: 'Yanone Kaffeesatz',sans-serif;
        padding-bottom: 10px;
        /* border-left: solid 2px #a20f2699; */
    }

    #inicio-Padres .contenedorRecuadroInfo-4 .descripcion h3,
    #inicio-Padres .contenedorRecuadroInfo-5 .descripcion h3,
    #inicio-Padres .contenedorRecuadroInfo-6 .descripcion h3 {
        padding: 0 5%;
        min-height: 60px;
        margin: 10px 0 5px 0;
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.3em;
        padding-bottom: 10px;
        /* border-left: solid 2px #2a3f6d; */
    }

    #inicio-Padres .contenedorRecuadroInfo-7 .descripcion h3,
    #inicio-Padres .contenedorRecuadroInfo-8 .descripcion h3 {
        padding: 0 5%;
        min-height: 45px;
        margin: 10px 0 5px 0;
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.3em;
        padding-bottom: 10px;
        /* border-left: solid 2px #2a3f6d; */
    }

    #inicio-Padres .contenedorRecuadroInfo-1 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-2 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-3 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-4 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-5 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-6 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-7 .descripcion p,
    #inicio-Padres .contenedorRecuadroInfo-8 .descripcion p {
        padding: 0 5%;
    }

/*nueva*/

#inicio-Padres .CajaInfo.internacional .titulo {
    left: 67px !important;
}

#inicio-Padres .CajaInfo.internacional {
    padding-left: 25%;
}


#inicio-Padres .CajaInfo img:hover {
    transition: 0.3s;
    filter: grayscale(0);
}

.CajaInfo .titulo strong {
    color: #cb0000;
}

#inicio-Padres .CajaInfo .Img {
    padding-top: 40px;
}

#inicio-Padres .titulo {
    position: absolute;
    top: 206px;
    left: -9px;
    background: #fff;
    padding: 2px 21px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 3rem;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(62, 62, 62, 0.11);
}

#inicio-Padres .CajaInfo img {
    width: 240px;
    border: solid #fff 9px;
    border-radius: 100%;
    filter: grayscale(60%);
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(62, 62, 62, 0.11);
}

#inicio-Padres .videoInfo h3 {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    text-align: right;
}

#inicio-Padres .videoInfo h5 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 18px;
    text-align: right;
}


#inicio-Padres .videoInfo hr {
    margin: 0;
    border: solid 1px #ca0000;
    margin-top: 10px;
    margin-bottom: 18px;
    width: 55px;
    text-align: right;
    float: right;
    position: relative;
    top: 10px;
    margin-left: 10px;
}

#inicio-Padres .CajaInfo.becas {
    min-height: 340px;
    border-right: dashed 2px #ccc;
}


#inicio-Padres .titulo hr {
    margin-top: -4px;
    margin-bottom: 10px;
    border-bottom: solid 1px #cb0000;
    background: #cb0000;
}
/*nueva*/

/*redes*/


#inicio-Padres .redesSociales {
    background: linear-gradient(to right,rgba(0, 0, 0, 0.5),rgba(37, 44, 45, 0.76), rgba(0, 0, 0, 0.7)), url(https://www.urosario.edu.co/App_Themes/ProgramasAcademicos2018/css/Escuela-de-Ciencias_Humanas/maestria/img/maestria-en-periodismo/bg-redes-sociales.jpg) top fixed no-repeat;
    background-size: cover;
    padding: 2% 0% 3%;
    text-align: center;
}


    #inicio-Padres .redesSociales .facebook .tituloRedSocial h3 {
        text-align: center
    }

        #inicio-Padres .redesSociales .facebook .tituloRedSocial h3 i {
            color: #3f61b5;
            font-size: 1.5em;
            margin-bottom: 15px;
            /* text-shadow: 1px 1px 10px #ffffff45; */
        }

    #inicio-Padres .redesSociales .twitter .tituloRedSocial h3 {
        text-align: center
    }

        #inicio-Padres .redesSociales .twitter .tituloRedSocial h3 i {
            color: #03A9F4;
            font-size: 1.5em;
            margin-bottom: 15px;
        }


    #inicio-Padres .redesSociales .instagram .tituloRedSocial h3 {
        text-align: center
    }

        #inicio-Padres .redesSociales .instagram .tituloRedSocial h3 i {
            color: #b0278a;
            font-size: 1.5em;
            margin-bottom: 15px;
        }

#inicio-Padres .videoInfo h5 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 18px;
}

#inicio-Padres section.informacion {
    display: table;
    width: 100%;
    padding: 2% 2% 3%;
    background: rgba(255, 255, 255, 0.75);
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}

.redesSociales h3 {
    color: #fff;
}

/*redes*/



/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px;
    /* min-width: 100%; */
    /* max-width: 100%; */
    max-height: 210px;
    width: 97%;
    background: #e89211;
    text-align: center;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 1em;
        color: #fff;
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 {
        padding-top: 28%;
        word-spacing: -0.15em;
        font-weight: 300;
        font-size: 1.1em;
        text-shadow: 2px 2px 10px rgba(0,0,0.5);
    }

        .grid figure h2 span {
            font-weight: 800;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

figure.effect-ruby {
    background-color: #000000;
}

    figure.effect-ruby img {
        opacity: .7;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        width: 100%;
    }

    figure.effect-ruby:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

figure.effect-ruby h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-17px,0);
    transform: translate3d(0,-25px,0);
    text-transform: initial;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 400;
}

    figure.effect-ruby p {
        margin: 1em 0 0;
        padding: 1em;
        border: 1px solid #fff;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0) scale(1.1);
        transform: translate3d(0,20px,0) scale(1.1);
        display:table;
        margin:0 auto;
        margin-top:10px;
    }

    figure.effect-ruby:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-ruby:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

section.informacion {
    display: table;
    width: 100%;
    padding: 2%;
    background: rgba(255, 255, 255, 0.61);
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}

/*formulario*/


#inicio-Padres .modal-dialog .modal-footer {
    display: none;
}

#inicio-Padres .modal-body {
    padding: 5%;
}


#inicio-Padres .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #cd1b00;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
}

#inicio-Padres h4.modal-title {
    font-size: 3rem;
}

#inicio-Padres .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

#inicio-Padres td.FieldLabel {
    width: 40%;
}


#inicio-Padres .btn-primary {
    color: #fff;
    background-color: #ce1800;
    border-color: #ce1800;
    padding: 2% 5%;
    margin-top: 20px;
    font-size: 1.6rem;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}

#inicio-Padres td.form-table-label-cell {
    width: 37%;
}

#inicio-Padres button.close {
    background: #fff;
    padding: 0px 7px;
    font-size: 5rem;
    margin: 0;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}



/*formulario*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

@media (max-width:1024px) {

    #inicio-Padres .CajaInfo.internacional {
        padding-left: 5%;
    }

        #inicio-Padres .CajaInfo.internacional .titulo {
            left: 17px !important;
        }
}

@media (max-width:768px) {
    #inicio-Padres .CajaInfo.internacional {
        padding-left: 22%;
    }
}



@media (max-width: 650px) {

    #inicio-Padres .CajaInfo.becas {
        border-bottom: dashed 2px #ccc;
        margin-bottom: 30px;
    }

    #inicio-Padres .titulo {
        left: 41px;
    }


    #inicio-Padres .CajaInfo.becas {
        padding-left: 20%;
    }


    #inicio-Padres .intro .recuadroTextoIntro {
        position: initial;
        display: table;
        width: 100%;
        padding: 2%;
        transition: .5s;
        margin-bottom: 30px;
    }

    #inicio-Padres .tituloSeccion h3 {
        margin-bottom: 0;
    }

    .grid figure {
        float: none;
        width: 80%;
        margin: 5px auto;
    }
}

@media (max-width:320px) {

    #inicio-Padres .CajaInfo.internacional {
        padding-left: 6%;
    }

    #inicio-Padres .CajaInfo.becas {
        padding-left: 8%;
    }
}
