 /*************************** TITULO ********************************/
#banner_principal {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
}
    
.cont_banner_nosotros {
    width: 50%;
    left: 50%;
    height: 95px;
    padding: 50px 0px 0px 0px;
    background-size: contain;
    background-size: 100%;
    background-position: 100%;
    background-repeat:no-repeat;
    background-size:100vw 100vh;
    background: rgba(255,85,0,1.0);
    border-radius: 0px 0px 20px 0px;
    box-shadow: 2px 2px 10px rgba(50,50,50,0.5);
    justify-content: center;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 5vw;
}
.cont_logo {
    float: left;
    width: 60%;
    height: 120px;
}
.logo_alcaldia {
    float: left;
    margin: 10px 0px 0px 10px;
    width: 180px;
    height: 100px;
    background-image: url(../img/Logo-Alcaldia_1b.png);
}

/*************************** TITULO 2 ********************************/
#titulo {
    margin-top: 50px;
    width: 100%;
    height: 200px;
}
    
.cont_titulo1 {
    margin: auto;
    padding: 20px 0px 0px 0px;
    width: 100%;
    height: 45px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.cont_titulo2 {
    margin: auto;
    width: 100%;
    height: 45px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.cont_titulo3 {
    margin: auto;
    width: 100%;
    height: 45px;
    font-size:25px;
    text-align: center;
    font-weight: bold;
}
.cont_titulo4 {
    margin: auto;
    width: 100%;
    height: 40px;
    font-size:25px;
    text-align: center;
    font-weight: bold;
    color:darkblue;
}



/******************** FORM ***************/
#formulario {
    margin-top: 80px;
    width: 100%;
    height: 220px;
}
    
.usuario_password {
    margin: auto;
    width: 300px;
    height: 220px;
}

form {
    float: left;
    width: 300px;
    height: 220px;
    margin: 0px;
}

input[type="text"] {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 285px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 20px;
    color:black;
    background: rgba(240,240,240,1.0);
}

input[type="password"] {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 285px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
    color:black;
    background: rgba(240,240,240,1.0);
}

input[type="submit"] {
    float: left;
    width: 290px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background: rgba(0,73,255,1.0);
    border: 1px solid #fff;
    border-radius: 20px;
    border: 1px solid #000;
    letter-spacing: 2px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: rgba(255,85,0,1.0);
}

h2 {
    float: left;
    width: 290px;
    height: 20px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
}


/*************************** MISIÓN VISIÓN ********************************/
#mision_vision {
    margin-top: 50px;
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
}
    
.cont_mision {
    width: 50%;
    left: 50%;
    height: 300px;
    padding: 30px 50px 0px 50px;
    background-size: contain;
    background-size: 100%;
    background-position: 100%;
    background-repeat:no-repeat;
    background-size:100vw 100vh;
    background: rgba(240,240,240,1.0);
    border-radius: 0px 40px 180px 0px;
    box-shadow: 1px 1px 5px rgba(80,80,80,0.5);
    justify-content: center;
    color: black;
    text-align:justify;
    font-size: 20px;
}
.cont_vision {
    float: left;
    padding: 30px 50px 0px 50px;
    width: 50%;
    height: 300px;
    color: black;
    text-align:justify;
    font-size: 20px;
}


/*************************** BIENVENIDOS ********************************/
#cont_bienvenidos {
    margin-top: 50px;
    width: 100%;
    height: 620px;
}
    
.contenido_bienvenidos {
    margin: auto;
    padding: 0px;
    width: 100%;
    height:620px;
}
.contenido_bienvenidos_txt2 {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
    font-size: 45px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt3 {
    float: left;
    width: 100%;
    font-size: 20px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt5 {
    float: left;
    width: 320px;
    padding: 20px;
    font-size: 15px;
    color:black;
    text-align:justify;
}
.contenido_bienvenidos_txt6 {
    float: left;
    width: 320px;
    padding: 20px;
    font-size: 12px;
    color:black;
    text-align:justify;
}


/*************************** OTROS BOTONES ********************************/
#botones {
    margin-top: 70px;
    width: 100%;
}
    
.cont_botones {
    margin: auto;
    width: 100%;
    height: 450px;
    align-items: center;
}
.botons {
    float: left;
    margin: 0px 15px;
    padding: 30px 0px 0px 0px;
    width: 330px;
    height: 78px;
    border: 4px solid #fff;
    border-radius: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background: linear-gradient(to bottom, rgb(64,155,255,1.0), rgb(0,68,142,1.0));
    color: white;
    box-shadow: 2px 2px 4px rgba(50,50,50,0.5);
    cursor: pointer;
}
.botons:hover {
    background: rgba(80,80,80,1.0);
    color: white;
}

a{
    text-decoration: none;
    color: white;
}
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/



@media (min-width:1024px) { /*************************** TITULO ********************************/
#banner_principal {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
}
    
.cont_banner_nosotros {
    width: 50%;
    left: 50%;
    height: 125px;
    padding: 15px 0px 0px 0px;
    background-size: contain;
    background-size: 100%;
    background-position: 100%;
    background-repeat:no-repeat;
    background-size:100vw 100vh;
    background: rgba(255,85,0,1.0);
    border-radius: 0px 0px 20px 0px;
    box-shadow: 2px 2px 10px rgba(50,50,50,0.5);
    justify-content: center;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 5vw;
}
.cont_logo {
    float: left;
    width: 50%;
    height: 120px;
}
.logo_alcaldia {
    float: left;
    margin: 10px 0px 0px 200px;
    width: 233px;
    height: 100px;
    background-image: url(../img/Logo-Alcaldia_1.png);
}

/*************************** TITULO 2 ********************************/
#titulo {
    margin-top: 20px;
    width: 100%;
    height: 260px;
}
    
.cont_titulo1 {
    margin: auto;
    padding: 60px 0px 0px 0px;
    width: 1000px;
    height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.cont_titulo2 {
    margin: auto;
    width: 1000px;
    height: 80px;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
}
.cont_titulo3 {
    margin: auto;
    width: 1000px;
    height: 40px;
    font-size:33px;
    text-align: center;
    font-weight: bold;
}
.cont_titulo4 {
    margin: auto;
    width: 1000px;
    height: 40px;
    font-size:25px;
    text-align: center;
    font-weight: bold;
    color:darkblue;
}



/******************** FORM ***************/
#formulario {
    margin-top: 40px;
    width: 100%;
    height: 220px;
}
    
.usuario_password {
    margin: auto;
    width: 300px;
    height: 220px;
}

form {
    float: left;
    width: 300px;
    height: 220px;
    margin: 0px;
}

input[type="text"] {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 285px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 20px;
    color:black;
    background: rgba(240,240,240,1.0);
}

input[type="password"] {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 285px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
    color:black;
    background: rgba(240,240,240,1.0);
}

input[type="submit"] {
    float: left;
    width: 290px;
    height: 45px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background: rgba(0,73,255,1.0);
    border: 1px solid #fff;
    border-radius: 20px;
    border: 1px solid #000;
    letter-spacing: 2px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: rgba(255,85,0,1.0);
}

h2 {
    float: left;
    width: 290px;
    height: 20px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
}


/*************************** MISIÓN VISIÓN ********************************/
#mision_vision {
    margin-top: 50px;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
}
    
.cont_mision {
    width: 50%;
    left: 50%;
    height: 420px;
    padding: 30px 50px 0px 50px;
    background-size: contain;
    background-size: 100%;
    background-position: 100%;
    background-repeat:no-repeat;
    background-size:100vw 100vh;
    background: rgba(240,240,240,1.0);
    border-radius: 0px 40px 180px 0px;
    box-shadow: 1px 1px 5px rgba(80,80,80,0.5);
    justify-content: center;
    color: black;
    text-align:justify;
    font-size: 20px;
}
.cont_vision {
    float: left;
    padding: 30px 50px 0px 50px;
    width: 50%;
    height: 300px;
    color: black;
    text-align:justify;
    font-size: 20px;
}


/*************************** BIENVENIDOS ********************************/
#cont_bienvenidos {
    margin-top: 50px;
    width: 100%;
    height: 530px;
}
    
.contenido_bienvenidos {
    margin: auto;
    padding: 40px;
    width: 900px;
    height: 450px;
}
.contenido_bienvenidos_txt2 {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
    font-size: 45px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt3 {
    float: left;
    width: 100%;
    font-size: 25px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt4 {
    float: left;
    width: 100%;
    font-size: 23px;
    color:orangered;
    font-weight: bold;
    text-align: center;
}
.contenido_bienvenidos_txt5 {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
    font-size: 15px;
    color:black;
    text-align:justify;
}
.contenido_bienvenidos_txt6 {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 0px;
    font-size: 12px;
    color:black;
    text-align:justify;
}


/*************************** OTROS BOTONES ********************************/
#botones {
    margin-top: 70px;
    width: 100%;
    height: 140px;
}
    
.cont_botones {
    margin: auto;
    width: 1200px;
    height: 120px;
    align-items: center;
}
.botons {
    float: left;
    margin: 0px 15px;
    padding: 30px 0px 0px 0px;
    width: 260px;
    height: 78px;
    border: 4px solid #fff;
    border-radius: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    background: linear-gradient(to bottom, rgb(64,155,255,1.0), rgb(0,68,142,1.0));
    box-shadow: 0px 0px 8px rgba(50,50,50,0.5);
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}
.botons:hover {
    background: rgba(80,80,80,1.0);
    color: white;
    transform: rotate(360deg);
}

a{
    text-decoration: none;
    color: white;
}
}
