@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: rgb(240, 243, 245);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: none;
}

/*MENÙ*/
header {
    background-color: #c1c1c1;
    color: #c1c1c1;
    padding-bottom: 4px;
    padding-top: 5px;
    padding-right: 2%;
    padding-left: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: none;
}

#logo {
    max-width: 90%;
}

#celunav {
    display: none
}

#compunav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-size: 17px;
}

#compunav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

#compunav li {
    display: inline;
    padding: 8px;
}

#compunav ul li a {
    display: inline;
    color: #204c73;
    text-decoration: none;
    font-family: sans-serif;

}

/*SLIDERS LANDING*/
#KEE {
    display: none;

}

#KE {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 20px;

}


main {
    text-align: center;
    margin-top: 1em;

}

a {
    text-decoration: none;
}

#un {
    font-size: 20px;
}

#fotosgaleria {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
}

#asociate {
    margin-top: 6em;
    margin-bottom: 6em;
}

#formulario {

    margin-top: 4.2em;
    margin-bottom: 4.2em;
}

form {
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
    background-color: white;
}

form div + div {
    margin-top: 1em;
}

label {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin: 0.5em;
    color: rgb(54, 75, 104);
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-weight: 700;
}

input,
textarea {
    font-family: 'Roboto Condensed', sans-serif;
    width: 280px;
    box-sizing: border-box;
    border: 1px solid #999;
}

textarea {
    vertical-align: top;
    height: 5em;
    resize: vertical;
}

#contacto {
    margin: 2em;
}

.ph {
    width: 30%;
    margin: 0.2rem;
}

footer {
    margin-top: 10%;
    padding-right: 2%;
    padding-left: 2%;
    color: #f0f0f0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    width: 100%;
}

#menu {
    display: none;
    z-index: 10;
}


rgb(54, 75, 104) #un {
    font-size: 20px;
}


.content-box-white {
    background-color: white;
    border: 1px solid #afcde3;
    border-radius: 10px;
    margin: 1em
}

.notis {

    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 0.5em;
    border-radius: 1em;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 0.6em;
    padding-left: 12px;
    margin-top: 1em;

    text-decoration: none;
}


.notis img {
    margin-right: 10px;
}

.notis p {
    font-family: 'Roboto';
    color: darkgray;
    font-size: 16px;
    margin-top: 0px;

}

.notis h4 {
    margin-top: -5px;

}

/*DEPORTES*/

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin: 0;
    margin-top: 2em;


}

.row img {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.miti {

    flex: 50%;
    width: 100%;
    flex-wrap: column;
    margin: auto;
    padding: 0em;
    padding-right: 0.3em;
}

.boto1 {
    width: 100%;
    height: 5em;
    background: white;
    -webkit-border-radius: 0 0 36px 36px;
    border-radius: 0 0 36px 36px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    border: 1px solid #c1c1c1;

    align-items: center;


}

.boto2 {
    width: 100%;
    height: 5em;
    background: white;
    -webkit-border-radius: 36px 36px 0 0;
    border-radius: 36px 36px 0 0;
    border: 1px solid #c1c1c1;

    margin-top: 0.4em;
    margin-bottom: 0.4em;

    align-items: center;
}

/*NOSOTROS*/

.nosotros article {
    display: flex;
    border-radius: 2rem;
    background-color: white;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.nosotros article h4 {
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    margin-right: 1rem;
    color: rgb(54, 75, 104);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
}

.nosotros article p {
    text-align: right;
    margin-top: 0.5rem;
    margin-right: 1rem;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
}




/*FOOTER*/

#footerr {
    margin-top: 1em;
    color: darkgray;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;

}

#redes {
    margin-left: 5%;
    padding-right: 1%;
}

#foot {
    margin-top: 1em;
}


.red {
    width: 40px;

}

[00:59,
4/7/2019] + 54 9 11 5615-5634: h1 {
    text-align: center;
    color: #dd5b36;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}


h2 {
    text-align: center;
    color: rgb(54, 75, 104);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

h3 {
    text-align: center;
    color: #dd5b36;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2em;
    text-transform: uppercase;
}

h4 {
    text-align: left;
    color: rgb(54, 75, 104);
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.1em;
    text-decoration: none;
}

h5 {
    text-align: center;
    color: darkgray;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 1em;
}

p {
    text-align: left;
    color: darkgray;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0.1em;
}

/*CALENDARIO*/

ul {
    list-style-type: none;
}

body {
    font-family: Verdana, sans-serif;
}

/* Month header */
.month {
    padding: 70px 25px;
    width: 100%;
    background: #31496e;
    text-align: center;
    color: rgb(54, 75, 104);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 35px;

}

/* Month list */
.month ul {
    margin: 0;
    padding: 0;

}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
    float: left;
    padding-top: 10px;
}

/* Next button */
.month .next {
    float: right;
    padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

/* Days (1-31) */
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

/* Highlight the "current" day */
.days li .active {
    padding: 5px;
    background: #31496e;
    color: white !important
}

/*FUTSAL, GIMNASIA*/
.grande {
    position: relative;
    margin: auto;
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
    z-index: -1;
}


.grande img {
    width: 100%;
    height: auto;
    margin: auto;
}

.titulo {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em;
    margin: auto;
}

.titulo h5 {
    color: white;
}

.ser {
    width: 100%;
    margin: auto;
    margin-top: 2em;
    text-align: left;
}

/* EVENTOS */

.eventos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    padding: 1em;
    margin: 1em;
}

/* DEPENDENCIAS */


.pequedipi {
    border-radius: 1em;
    background: #ffffff;
    text-align: center;
    margin-bottom: 1em;
    padding-top: 1em;
    width: 100%;
}

.pequedipi p {
    padding: 1em;
}

.titu {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 1em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
    background-image: url("../imagenes/futnot2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.5em;
}

/* Plantel */

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin: 0;
    margin-top: 1em;


}

.auno {
    width: 48%;
    height: auto;
    resize: both;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 0.4em;
    background-color: #a9d0d1;
}

.ados {
    width: 48%;
    height: auto;
    resize: both;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 0.4em;
    background-color: #f1a848;
}



/*NOTAS*/



.prime {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    max-width: 100%;
    margin: 0;
    padding: 1em;
    text-align: left;
    border-radius: 1em;
}

.prime img {
    max-width: 100%;
    height: auto;
    resize: both;
    position: relative;
    padding: 0;
    padding-top: 1em;
    margin: auto;
}







h1 {
    text-align: center;
    color: #dd5b36;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}


h2 {
    text-align: center;
    color: rgb(54, 75, 104);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 0.2em;
    text-transform: uppercase;

}

h3 {
    text-align: center;
    color: #dd5b36;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2em;
    text-transform: uppercase;
}

h4 {
    text-align: left;
    color: rgb(54, 75, 104);
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.1em;
    text-decoration: none;


}

h5 {
    text-align: center;
    color: darkgray;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0.4em;
    margin-top: 1em;
}

h6 {
    text-align: center;
    color: rgb(54, 75, 104);
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.1em;
    text-decoration: none;

}

p {
    text-align: left;
    color: darkgray;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0.1em;
}


@media (max-width: 970px) {

    #compunav {
        display: none
    }




    #llamamenu {
        background-color: Transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;

    }



    #celunav {

        padding-bottom: 1px;
        padding-top: 1px;
        background-color: #c1c1c1;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        border: none;

    }

    nav ul {
        list-style: none;
        padding: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: right;
        position: absolute;
        top: 10%;
        z-index: 10;
        background-color: #c1c1c1;
        display: flex;
    }

    nav ul li {
        padding-bottom: 10px;
        padding-top: 10px;
        background: #c1c1c1;
        border-bottom-style: solid;
        border-bottom-color: #52697a;
        border-bottom-width: thin;
    }

    nav ul li a {
        color: #204c73;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 18px;

    }

    #menu {
        display: none
    }
}

@media (max-width: 500px) {

    #KE {
        display: none;

    }

    #KEE {
        display: block;
        margin-left: none;
        margin-right: none;
        margin-top: 20px;

    }

}
