body{
    font-family: 'Lato',sans-serif;
    margin-left: 10%;
    margin-right: 10%;
}

.Barra-inicio{
    display: flex;
    padding: 5px;
    /*justify-content: flex-start;*/
    
}

.img_logo{
    margin-left: 7%;
    width: 200px;
}

h1{
    color: rgb(0, 174, 255);
    padding: 5px;
    margin-left: 15%;
    margin-right: 5%;
    font-size: 40px;
}

/*nav*/

nav {
    background-color:rgb(0, 174, 255);
    padding: 5px;
    display: flex;
    justify-content: flex-start;

}

.nav-boton{
    background-color:rgb(0, 174, 255);
    color: #ffff;
    padding: 10px,0;
    border: 3px solid black;
    display: none;
}

.margen{
    margin-left: 7%;
}
.nav-enlace-1{
    background-color: blue;
    display: inline-block;
    color: #ffff;
    padding: 10px 30px;
    text-decoration: none;
}

.nav-enlace-1:hover{
    background-color:blue;
}
.nav-enlace-1:active{
    background-color:rgb(0, 174, 255);
}

.nav-enlace{
    /*background-color: blue;*/
    display: inline-block;
    color: #ffff;
    padding: 10px 30px;
    text-decoration: none;
}

.nav-enlace:hover{
    background-color: blue;
}
.nav-enlace:active{
    background-color:rgb(0, 174, 255);
}

/*termina nav */



/*section*/

.container{
    margin: 20px auto;
    width: 90%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}

.text-center{
    text-align: center;
}

.columna3{
    background-color: rgb(228, 228, 228);
    color: #333;
    border: 10px splid #333;
    margin-top: 0;
    margin-left:  2%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 10px 10px 5px #888;
    width: 45%;
    box-sizing: border-box;
}

p{
    display: block;
    color:black;
    text-align: left;
    margin-left: 50px;
    padding-right: 10%;
}

.parrafo_pagina{
    color:  black;
    text-align: left;
    margin-left: 8%;
    margin-right: 0%;
}

.numeracion{
    margin: 5% 5%;
    text-align: left;
    /*padding-left: 10px;*/
}

.btn-consulta-2{
    background-color: blue;
    display: block;
    padding: 10px;
    color: #ffff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 150px;
    margin-bottom: 10px;
    margin-left: 200px;
    margin-right: 200px;
}

.btn-consulta-2:hover{
    background-color: rgb(0, 174, 255);
    color:white;
}

.btn-consulta-2:active{
    background-color: blue;
}
/*termina seccion*/

/*seccion imagenes*/

.contenedor_imagenes{
    background-color: white;
    color: #333;
    border: 10px splid #333;
    margin-top: 0;
    margin-left:  70px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 30px;
    width: 80%;
    box-sizing: border-box;  
}
.img_web{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 250px;
    height: 250px;
}

/*termina seccion imagenes*/

/*fin*/

.separador-seccion{
    margin: 30px;
}
.pie-pagina{
    text-align: center;
    color: blue;
    margin: 10px;
}

/*fin*/


/*tablet*/ 

@media (min-width:700px) and (max-width:1000px) {

    nav{
        background-color: rgb(0, 174, 255);
        flex-direction: column;
    }

    .nav-enlace{
        margin: 10px 0px;
    }

    .nav-boton{
        display: inline-block;
        font-size: 20px;
    }
    .desaparece{
        display: none;
    }

    .columna3{
        width: 100%;
    }

    .btn-consulta-2{
        margin: auto;
    }

    .container{
        display: block;
    }

    .contenedor_imagenes{
        width: 100;
        margin: auto;
    }
    .img_web{
        width: 400px;
        height: 400px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    h1{
        font-size: 35px;
        margin-left: 20%;
        /*margin-right: 0%;*/
    }
    h2{
        font-size: 20px;
    }

    .contenedor_imagenes{
        display: block;
    }

    .contenedor_imagenes{
        width: 100;
    }
}

/*phone*/ 

@media (min-width:350px) and (max-width:700px) {
    nav{
        background-color: rgb(0, 174, 255);
        flex-direction: column;
    }

    .nav-enlace{
        margin: 10px 0px;
    }

    .nav-boton{
        display: inline-block;
        font-size: 20px;
    }
    .desaparece{
        display: none;
    }

    .columna3{
        width: 100%;
    }

    .btn-consulta-2{
        margin: auto;
    }

    .container{
        display: block;
    }

    .contenedor_imagenes{
        width: 100;
        /*margin-left:0px;*/
        margin: auto;
    }
    .img_web{
        width: 250px;
        height: 250px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    h1{
        font-size: 25px;
        margin: auto;
    }
    h2{
        font-size: 20px;
    }
}









