/* Tipografia */
body{
    font-family: 'Raleway', sans-serif;
}

/* Boton Regresar */
.rtntop{
    background-color: rgba(103,103,103,0.5);
    position: fixed;
    top:90%;
    left:92%;
    width: 50px;
    height: 50px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    z-index: 500;
    cursor: pointer;
    transition: 500ms;
}
.rtntop a{
    color:white;
    font-size: 40px;
}
.rtntop:hover{
    background-color: rgba(103,103,103,1);
}
@media screen and (max-width: 610px){
    .rtntop{
        top:90%;
        left: 82%;
    }
}

/* Modales */
.modal-content{
    background-color: rgba(26,26,26,0.85);
    box-shadow: 0 0 0;
    border-radius: 0;
}
.modal-title{
    color:white;
    font-weight: bold;
    text-align: center;
}
.modal-header{
    border-bottom: 2px solid white;
}
.modal-footer{
    border-top: 2px solid white;
}
.pensum1 h4{
    color: white;
    text-align: center;
}
.pensum1 summary{
    color: azure;
    font-weight: bold;
    padding: 8px;
    cursor: pointer;
}
.pensum1 li{
    color:white;
    list-style-position: inside;
    text-align: left;
}
.pensum1 details{
    transition: 500ms ease;
}
.pensum1 details[open]{
    background-color: rgba(0,113,187,0.5);
}
.pensum1 details[open] ol{
    background-color: rgba(41,170,225,0.5);
    padding:  10px 40px;
}
.BtnModalClose{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: rgba(41,170,225,0.5);
    line-height: 15px;
    color: rgba(255,255,255,0.5);
    border: none;
    outline: none;
    display: block;
    margin: 0 auto;
    transition: 500ms ease;
}
.BtnModalClose:hover{
    background-color: rgba(41,170,225,1);
    color: rgba(255,255,255,1);
}
.UlMobileMenu{
    padding: 15px 0;
    margin: 10px 0;
}
.UlMobileMenu li{
    list-style-type: none;
    padding: 6px;
    transition: 500ms ease;
}
.UlMobileMenu li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.UlMobileMenu li:hover{
    background-color: rgba(41,170,225,0.5);
}

/* Header */
#menu{
    background-color: #676767;
	width: 100%;
    z-index:100;
    position: fixed;
}
#menu li{
    display: inline-block;
    padding: 3px 10px;
    margin: 15px 0 0 0;
}
#menu a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 500ms ease;
}
#menu a:hover{
    color: #989898;
}
#mobilemenu{
    background-color: #676767;
    height: 60px;
    padding: 10px;
    width: 100%;
    z-index:100;
    position: fixed;
}
.BtnMobileMenu{
    color:white;
    font-size: 30px;
    padding: 5px 10px;
    cursor: pointer;
}
@media screen and (max-width:610px){
    #menu{
        display: none;
    }
    #mobilemenu{
        display: block;
    }
}
@media screen and (min-width:610px){
    #menu{
        display: block;
    }
    #mobilemenu{
        display: none;
    }
}
.grande{
    background: url('../img/xsg-fondo-top.jpg') no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 110px 0 80px 0;
	background-attachment: fixed;
}
@media screen and (max-width: 610px){
    .grande{
        padding: 100px 0 45px 0;
    }
}
.grande h1{
    color: black;
    font-weight: bold;
}
.grande p{
    color: black;
    font-size: 18px;
    margin-top: -15px;
}

/* Descripcion */
.descripcion{
    padding: 100px 0 100px 0;
}
.icono1{
    /* background-color: #676767; */
    height: 175px;
    width: 175px;
    line-height: 175px;
    border-radius: 50%;
    color:white;
    font-size: 110px;
    text-align: center;
    max-width: 100%;
    display:inline-block;
}
.Mision{
    padding-top: 45px;
    color:black;
    font-weight: bold;
}
.targetpar{
    text-align: justify;
    font-size: 17px;
    border-top: 4px solid #676767;
    padding-top: 10px;
    margin-bottom: 45px;
}
.icono2{
    background-color: #676767;
	color: white;
    height: 175px;
    width: 175px;
    line-height: 175px;
    border-radius: 50%;
    font-size: 110px;
    text-align: center;
    max-width: 100%;
    display:inline-block;
}
.Vision{
    padding-top: 45px;
    color:black;
    font-weight: bold;
}
.visionpar{
    text-align: justify;
    font-size: 17px;
    border-top: 4px solid #676767;
    padding-top: 10px;
    margin-bottom: 45px;
}

/* Pensum */
.pensum{
    background: url('../img/xsg-fondo-top-dark.jpg') no-repeat center center;
    background-size: cover;
    padding:120px 0;
    background-attachment: fixed;
}
.btnpensum{
    color: black;
    font-size: 22px;
    display: inline-block;
    padding: 20px;
    border:3px solid black;
    border-radius: 15px;
    cursor: pointer;
    transition: 500ms ease;
}
.btnpensum:hover{
    background-color: rgba(41,170,225,0.5);
    border-color: #29AAE1;
}
/* main */
.aprender{
    padding: 100px 0;
}
.aprender h3{
    color:#29AAE1;
    font-weight: bold;
}
.aprender p{
    text-align: justify;
    font-size: 18px;
    padding: 10px;
}
.btnbegin a{
    display: inline-block;
    background-color: #29AAE1;
    padding: 20px 30px;
    font-size: 22px;
    color: white;
    margin:35px 0;
    border-radius: 15px;
    cursor: pointer;
    transition: 1s ease;
    text-decoration: none;
}
.btnbegin a:hover{
    border-radius: 25px;
    background-color: #0071BB;
    box-shadow: 2px 2px 5px grey;
}

/* Contactos */
.contactos{
    padding: 100px 0 150px 0;
    background-color: #1a1a1a;
}
.hcontact{
    color: white;
    border-bottom: 5px solid white;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.contactoform input[type=text]{
    outline: none;
    border:1px solid white;
    background-color: #1a1a1a;
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    color: white;
    margin: 6px 0;
    transition: 500ms ease;
}
.contactoform input[type=text]:focus{
    background-color: #666666;
}
.contactoform input[type=email]{
    outline: none;
    border:1px solid white;
    background-color: #1a1a1a;
    width: 100%;
    padding: 10px 15px;
    font-size: 17px;
    color: white;
    margin: 6px 0;
    transition: 500ms ease;
}
.contactoform input[type=email]:focus{
    background-color: #666666;
}
.contactoform fieldset{
    border:1px solid white;
}
.contactoform legend{
    color:#b2b2b2;
    font-size: 17px;
    text-align: left;
    border:none;
    margin:0 10px;
    width: 335px;
    display: inline-block;
    padding: 0 8px;
}
@media screen and (max-width:400px){
    .contactoform legend{
        width: 100%;
    }
}
.contactoform label{
    display: block;
    text-align: left;
    color: white;
    margin-left: 10px;
    margin: 10px 0;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}
.contactoform input[type=checkbox]{
    margin-left: 18px;
    margin-right: 15px;
    width: 18px;
    height: 18px;
}
.contactoform textarea{
    margin: 20px 0;
    width: 100%;
    height: 130px;
    resize: none;
    outline: none;
    border:1px solid white;
    background-color: #1a1a1a;
    padding: 10px 15px;
    font-size: 17px;
    color: white;
    transition: 500ms ease;
}
.contactoform textarea:focus{
    background-color: #666666;
}
.contactoform input[type=submit]{
    outline: none;
    border: none;
    padding: 10px 65px;
    background-color: #666666;
    color: white;
    font-size: 17px;
    border-radius: 15px;
    transition: 500ms ease;
}
.contactoform input[type=submit]:hover{
    background-color: #989898;
}