body {
    font-family: 'Roboto',"Open Sans",sans-serif;
    margin: 0;
    background: url(../img/IPN.jpg);
    background-size: cover;
    background-attachment: fixed;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto',"Open Sans",sans-serif;
}

.contenedor{
    width: 100%;
    padding: 15px;
}

.contform{
    background-color: #acacac;
    /* background-color: rgb(124, 83, 89); */
}

.formulario{
    background: #fff;
    margin-top: 150px;
    padding: 3px;
}


h1{
    text-align: center;
    color: #1a2537;
    font-size: 30px;
    padding: 10px;
}

h2{
    text-align: center;
    color: #1a2537;
    font-size: 20px;
    padding: 10px;
}

h3{
    font-family: 'Roboto',"Open Sans",sans-serif;
    text-align: center;
    padding: 2%;
    color: white;
    font-size: 19.2px;
}


input[type="text"],
input[type="password"]{
    font-size: 20px;
    width: 88%;
    padding: 10px;
    border: none;
}
.input-contenedor{
    margin-bottom: 15px;
    border: 1px solid #aaa;
}
.icon{
    min-width: 50px;
    text-align: center;
    color: #999;
}
.buttonIni{
    border: none;
    width: 100%;
    color: white;
    font-size: 20px;
    background:  #800040;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.buttonIni:hover{
    background: rgb(224, 104, 130);
}

.buttonEnt{
    border: none;
    width: 80%;
    color: #fff;
    font-size: 20px;
    background:  #800040;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.buttonEnt:hover{
    background: rgb(224, 104, 130);
}


.buttonReg{
    border: none;
    width: 95%;
    color: #fff;
    font-size: 20px;
    background:  #800040;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2.5%;
}
.buttonReg:hover{
    background: rgb(224, 104, 130);
}



.p1{
    text-align: right;
}

.p2{
    text-align: center;
}

.p3{
    text-align: center;
}

.linkIni{
    text-decoration: none;
    padding: 8px;
    font-weight: 600;
}

.linkIni:hover{
    color: rgb(224, 104, 130);
}

.linkOlv{
    
    color: rgba(54, 42, 212, 0.795);
}


.linkReg{
    text-decoration: none;
      color: #1a2537;
    font-weight: 600;
}
.linkReg:hover{
     color: rgb(224, 104, 130);
}


.contenedor2{
    width: 100%;
    max-width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.contenedor2 .card{
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenedor2 .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenedor2 .card img{
    width: 330px;
    height: 220px;
}


.contenedor2 .card h4{
    font-weight: 600;
}

.contenedor2 .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.contenedor2 .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}



/*  */

.contenedor3{
    width: 100%;
    max-width: 1200px;
    height: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.contenedor3 .card{
    width: 330px;
    height: 530px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenedor3 .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenedor3 .card img{
    width: 330px;
    height: 320px;
}


.contenedor3 .card h4{
    font-weight: 600;
}

.contenedor3 .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.contenedor3 .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

/*  */

.sem{
    font-family: 'Roboto', "Open Sans", sans-serif;
    font-weight: lighter;
    padding: 1000px;
    font-size: 10px;
}

.formulario2{
    background: #fff;
    margin-top: 150px;
    padding: 80px;
    width: 90%;
    border-radius: 20px;
}

.malum{
    display: flex;
    justify-content: center;
}


.mytabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 50px auto;
    padding: 25px;
}
.mytabs input[type="radio"] {
    display: none;
    justify-content: center;
}
.mytabs label {
    padding: 25px;
    background: #0C231E;
    font-weight: bold;
    color: #fff;
}

.mytabs .tab {
    width: 100%;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
}

.mytabs .tab h2 {
    font-size: 3em;
}

.mytabs input[type='radio']:checked + label + .tab {
    display: block;
}

.mytabs input[type="radio"]:checked + label {
    background: #5a1236;
    cursor: pointer;
}


footer{
    margin-top: auto;
 }
 
.pieguinda{
     color: #fff;
     width: 70%;
     margin-left: 15%;
     margin-right: 15%;
     text-align: justify;
     font-size: 17.6px;
     font-family: 'Roboto',"Open Sans",sans-serif;
 }

 h1.titure{
    text-align: center; 
    font-family: 'Roboto',"Open Sans",sans-serif;
    font-weight: bold; 
    font-size: 40px; 
    color: #800040;
    text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 
    0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}

h2.instru{
    text-align: center;
    font-family: 'Roboto',"Open Sans",sans-serif;
    font-size: 20px; 
}

h2.aspiper{
    text-align: center; 
    font-family: 'Roboto',"Open Sans",sans-serif;
    font-weight: bold; 
    font-size: 25px; 
    color: #800040;
    text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 
    0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}

h2.aspidoc{
    text-align: center; 
    font-family: 'Roboto',"Open Sans",sans-serif;
    font-weight: bold; 
    font-size: 25px; 
    color: #800040;
    text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 
    0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}

h2.altaas{
    text-align: left;
    font-family: 'Roboto',"Open Sans",sans-serif;
    font-size: 20px; 
} 


.mins{
    display: flex;
    justify-content: center;
}


iframe{
    width: 120%;
    height: 150vh;
}

.aspireg{
    font-family: 'Roboto',"Open Sans",sans-serif;
    display: inline-block;
    padding: 25px;
}

.sip10{
    font-family: 'Roboto',"Open Sans",sans-serif;
    padding: 10px;
    margin: 10px 300px;
}

@media(min-width:768px)
{
    .formulario{
        margin: auto;
        width: 500px;
        margin-top: 150px;
        border-radius: 2%;
    }
}

































