@charset "UTF-8";

.borde-izquierda {
    border-left: 2px #fff solid;
    margin-left: 5%;
}

.borde-centro {
    border-right: 2px solid #fff;
}

.ir-arriba {
    padding: 20px;
    position: fixed;
    cursor: pointer;
    bottom: 50px;
    right: 20px;
    display: none;
    font-size: 3em;
    color: #555555;
}

.ir-arriba:hover {
    color: #313030;
}

body {
    margin: 0px;
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.centrado {
    width: 80%;
    margin: auto;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

header {
    background-color: #000;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    z-index: 10000;

}

#telefono-header {
    width: 30%;
    font-size: 1em;
    color: #fff;
    margin: 0px;
    padding-left: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-style: normal;
    float: left;
}

#correo-header {
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: right;
    width: 70%;
    padding-top: 1%;
}

#logo {
    width: 10%;
    height: 100%;
    float: left;
}

#logo img {
    min-width: 110px;
    min-height: 8px;
    display: block;
}

#menu-pegajoso {

    width: 100%;
    height: auto;
    box-shadow: 2px 0px 2px #5a5656;
}

nav {
    background-color: #114089;
    width: 100%;
}

#menu {
    width: 70%;
    height: auto;
    padding-top: 2%;
    margin-left: 20%;
    float: left
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.despleglable {
    width: 18%;
    height: 30px;
    overflow: hidden;
    float: left;
    transition: all ease 0.5s;
    border-right: 2px #fff solid;

}

.despleglable a {
    width: 100% !important;
    border: 0px !important;
}

.despleglable:hover {
    height: 190px;

}

#menu ul li a {
    text-decoration: none;
    color: #fff;
    float: left;
    width: 18%;
    height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    font-style: bold;
    border-right: 2px #fff solid;
    padding-left: 0.7%;
    display: block;
    text-align: center;
    line-height: 30px;
}

#menu ul li a:hover {
    color: #fff;
    font-size: 1em;
}

#contacto {
    background-color: #000;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
}

#formulario {
    width: 70%;
    float: left;
}

#mapa-contacto {
    width: 30%;
    float: left;
}

#form1 label a {
    color: #000;
}

.textform {
    width: 15%;
    display: block;
    float: left;
    text-align: left;
    padding-right: 2%;
    font-size: 1em;
    margin-right: 4%;
    margin-top: 0.5%;
    color: #fff;
}

.texto-blanco {
    color: #fff;
}

.texto-negro {
    color: #000;
}

.campo {
    width: 20%;
    padding-left: 1.3%;
    margin-bottom: 2%;
    padding-right: 2%;
    margin-top: 0.5%;
    background-color: rgba(200, 200, 200, 1.00);
    color: rgba(0, 0, 0, 1.00);
    height: 20%;
    color: #fff;
}

#politica-privacidad {
    color: #fff;
}

.boton {
    width: 20%;
    height: 30px;
    font-size: 1em;
    margin-top: 4%;
    margin-left: 0.5%;
    border-color: rgba(255, 255, 255, 1.00);
}

.boton:hover {
    color: #fff;
    background-color: #868686;
    border-color: #000;
}

#mensaje {
    resize: none;
    margin-bottom: 2%;
    width: 20%;
}

#h3-footer {
    color: #fff;
    text-align: center;
    margin-top: 0%;
}

#h3-footer-izquierda {
    color: #fff;
    text-align: left;
    margin-top: 0%;
    padding-bottom: 1%;
    padding-left: 5%;
}

h5 {
    color: #fff;
    text-align: center;
    margin-top: 8%;
}

#correo-footer {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding-top: 0%;
    text-align: center;

}

#copy {
    width: 100%;
    height: 50px;
    background-color: #114089;
}

h6 {
    margin: 0px;
    text-align: center;
    padding-top: 1.6%;
    font-size: 0.8em;
    color: #fff;
}

#menu-bars {
    height: 50px;
    display: none;
    z-index: 1000;
    width: 90%;
    float: left;
    transition: all ease 0.5s;
}

#menu-bars ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu-bars ul li a {
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 15px;
    font-style: bold;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

#menu-bars ul .despleglable {
    width: 100%;
    overflow: hidden;
    transition: all ease 0.5s;
}

#menu-bars ul .despleglable a {
    color: #fff !important;
    display: block;
}

#menu-bars ul .despleglable:hover {
    height: 150px;
}

#barras {
    margin-top: 25px;
    width: 80%;
}

@media only screen and (max-width:768px) {
    #conoceme {
       padding: 0px;
        margin: 0px;
      
    }

    nav {
        overflow: hidden;
    }

    header {
        height: auto;
    }

    #menu-bars {
        display: block;
        transition: all ease 0.5s;
    }

    #menu {
        display: none;
    }

    #menu-pegajoso {
        height: 8%;
    }

    main {
        padding-top: 25%
    }

}

@media only screen and (max-width:480px) {
    .fas fa-bars {
        color: #fff;
    }

    nav {
        overflow: hidden;
        transition: all ease 0.5s;
    }

    #menu-bars {
        display: block;
        transition: all ease 0.5s;
    }

    #menu {
        display: none;
    }

    #menu-pegajoso {
        height: 10%;
    }

    main {
        padding-top: 25%;
    }
}
