*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: white;
}


/* *****************************
HEADER
****************************** */


header{
    width: 100%;
    background-color: brown;
    margin: auto;
    position: fixed;
    z-index: 1000;
}

header nav{
    width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    z-index: 1000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.menu_bar{
    display: none;
}

header nav ul{
    overflow: hidden;
    list-style: none;
    position: relative;
}

header nav ul li{
    display: inline-block;
    position: relative;
    transition: all ease .5s;
}

header nav ul li img{
    max-width: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

header nav ul li a{
    color: antiquewhite;
    display: block;
    text-decoration: none;
    padding: 20px;
}

header nav ul .derecha{
    display: inline-block;
    float: left;
    position: relative;
    top: 5px;
}

header nav ul .logo{
    display: inline-block;
    float: left;
    position: relative;
   
}

header nav ul .derecha:hover{
    background-color: #9e9e9e;
    transition: all ease .5s;
}

header nav ul .izquierda a{
    color:gold;
    display: inline-block;
    float: left;
    position: relative;
    top: 5px;
}

header nav ul .izquierda:hover{
    background-color: #9e9e9e;
    transition: all ease .5s;
}



/* *****************************
CONTENT-CABECERA
****************************** */

.content-cabecera{
    width: 100%;     
    margin-top: 10px;
    text-align: center;
}

.content-logo{
    width: 250px;
    height: auto; 
    /*border-radius: 50%; */
    /* border: 3px solid antiquewhite; */
    margin: auto;
}

.content-logo img{
    margin-top: 70px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.content-cabecera h1{
    font-weight: 100;
    color: brown;
    font-size: 50PX
    margin-top: 10px;
    
}

.content-cabecera p{
    margin-top: 40px;
    color: brown;
    font-size: 25PX;
    padding: 100px;
}

.content-cabecera hr{
    width: 300px;
    height: 3px;
    margin: auto; 
    border-style: none;
    background: brown;
    background: -webkit-linear-gradient(left, brown, orange, grey); 
    margin-top: 20px;
    }

.content-cabecera p1{
    margin: 40px;
    color: #636378;
    letter-spacing: 1px;
}

/* *****************************
CONTENT
****************************** */

.content1{
    width: 100%;
    margin-top: 20px;
}

.text-content1{
    width: 100%;
    text-align: center
} 

.text-content1 h1{
   /*  margin-top: 30px; */
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    padding-top: 30px
}

.text-content1 hr{
    width: 300px;
    height: 3px;
    margin: auto; 
    border-style: none;
    background: brown;
    background: -webkit-linear-gradient(left, brown, orange, grey); 
    margin-top: 10px;
    }

.text-content1 p{
    margin: 40px;
    /* color: #636378; */
    color: black;
    letter-spacing: 1px; 
    font-size: 20px;
    line-height: 1.5;
}


.text-content1 h4{
    /*margin-left: 300px; */
    font-weight: 100;
    fontsize: 18px;
    margin-top: 40px;
}


/* *****************************
CONTACTO
****************************** */

.contactos{
    width: 100%;
    background: antiquewhite;
    margin: auto;
    border: 5px solid brown;
    border-radius: 10px;
    padding: 16px;
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 100px;
    font-family: Arial, sans-serif, helvetica;
    font-size: 1em;
}

.contactos .email{
    width: 90%;
    max-width: 1000px;
    margin: 0px auto; 
    padding: 30px 0px;
}


.contactos .email h1{
    width: 100%;
    margin: auto;
    /* font-family: 'montserrat', sans-serif; */
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: brown;
    text-align: center;
}

.contactos .email h2{
    width: 100%;
    margin: 10px auto;
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: black;
    text-align: center;
}

.contactos .text-content2{
    width: 80%;
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
}

.contactos .text-content2 p{
    width: 100%;
    padding: 25px 0; 
    margin: auto;
    font-size: 22px;
    text-align: center;
}

.contactos .text-content2 h4{
    width: 100%;
    padding: 50px 0; 
    margin: auto;
    font-size: 22px;
    text-align: center;
}



/* *****************************
FORMULARIO 
****************************** */


/*

.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="password"],
.formulario textarea:focus {
    border: 1px solid brown;
    border-radius: 10px;
    padding: 16px;
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    font-family: Arial, sans-serif, helvetica;
    font-size: 1em;
    color: #141938;
}

.formulario input[type="text"]:focus,
.formulario input[type="email"]:focus,
.formulario input[type="password"]:focus,
.formulario textarea:focus {
    border: 2px solid #595959;
    padding: 15px;
}

.formulario textarea {
    max-width: 80%;
    min-width: 80%;
    min-height: 80px;
    max-height: 110px;
    
}

.formulario input[type="submit"]{
    padding: 15px;
    background: brown;
    color: white;
    font-size: 1em;
    font-family: Arial, sans-serif, helvetica;
    border-radius: 2px;
    border: none;
    float: right;
    position: relative;
    right: 100px;
    cursor:  pointer;
    transition: all ease .5s;
}

.formulario input[type="submit"]:hover{
    background: #BB1f35;
    transition: all ease .5s;
} /*