/* ESTILO DE LETRA */

@font-face {
    font-family: "Downlink";
    src: url(../webfonts/Downlink.otf);
}


/* --===============
----> Header
    ================ ----*/

html,
body {
    height: 100%;
}

.n1 {
    background-color: rgba(0, 0, 0, 0.63);
}

.navbar-brand {
    color: #ffffff !important;
    font: 700 35px "Downlink", arial;
}

.navbar-nav li a {
    color: #ffffff !important;
    font-family: "Downlink";
}

.navbar-nav li>a.active {
    color: #39b9ef !important;
    border-bottom: 1px solid #39b9ef;
}

.navbar-nav li>a:hover {
    color: #39b9ef !important;
    border-bottom: 1px solid #39b9ef;
}

header {
    background: url(../img/Portada.jpg) center no-repeat;
    /* height: 500px; */
    background-size: cover;
    background-position: 50% 100%;
    margin: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heaven {
    height: 100px;
    position: relative;
    top: -125px;
    left: center;
}

header h1 {
    color: #0b0902;
    font-weight: 900;
    font-family: "Downlink";
}

header h2 {
    color: #4b4b4b;
    font-family: "Downlink";
}

header h2 span {
    color: #0b0902;
    font-family: "Downlink";
}

.col-centrar {
    margin: 0 auto;
    float: none;
}

.boton {
    background-color: #2ebaee;
    color: #ffffff;
    font: 700 18px "Downlink", arial;
}


/* --===============
----> Nosotros
    ================ ----*/

#nosotros h1 {
    padding: 90px;
    color: #0b0902;
    font: 400 48px "Downlink", arial;
    padding-bottom: 10px;
}

#nosotros h3 {
    color: #0b0902;
    font: 400 40px "Downlink", arial;
}

.esp-150 {
    height: 85px;
}

.panel1,
.panel2,
.panel3 {
    padding: 32px;
}

.panel5,
.panel6 {
    padding-bottom: 5px;
}

.panel1 p,
.panel2 p {
    font-family: "Downlink";
}

#nosotros .panel3 p {
    font-family: "Downlink";
}

#nosotros .panel3 p span {
    font-weight: 900;
}

#nosotros .panel3 h4 span {
    font-weight: 900;
    font-family: "Downlink";
}


/* --===============
----> Principal
    ================ ----*/

#servicio h1 {
    padding: 90px;
    color: #0b0902;
    font: 400 48px "Downlink", arial;
    padding-bottom: 15px;
}

.paneles {
    padding: 40px 0;
}

.paneles .panel .img {
    padding-bottom: 30px;
}

.paneles .panel {
    padding: 35px;
}

.paneles .panel .text-center .fas {
    color: #4b4b4b;
}

.paneles .panel .titulo {
    color: #0b0902;
    font-family: "Downlink";
}

.paneles .panel .contenido {
    color: #0b0902;
    font-family: "Downlink";
}

.paneles .panel h4 {
    margin-bottom: 15px;
}


/* --===============
----> zona-contacto
    ================ ----*/

section#contacto {
    background: url(../img/Contacto.jpg) center no-repeat;
    /* height: 500px; */
    background-size: cover;
    background-position: 50% 100%;
    margin: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-contacto .p-titulo h1 {
    color: #0b0902;
    font-weight: 900;
    font-family: "Downlink";
}

.panel-contacto .contenido .fas {
    color: #b90000;
}

.panel-contacto .contenido p,
.panel-contacto .contenido h3 {
    color: #0b0902;
    font-family: "Downlink";
}

.panel-contacto .contenido h3 span {
    color: #4b4b4b;
    font-family: "Downlink";
}

.panel-contacto .contenido {
    padding: 40px 0;
}

.panel-contacto .p-redes {
    display: flex;
    flex-wrap: wrap;
}

.heaven_contacto {
    height: 100px;
    position: relative;
    top: 80px;
    left: center;
}


/* --===============
----> Formulario
    ================ ----*/

form input.form-control,
textarea.form-control {
    background: transparent !important;
    border-color: #777777;
}


/* color letras dentro del input */

::-webkit-input-placeholder {
    color: white !important;
}

::-moz-input-placeholder {
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}


/* --===============
----> Footer
    ================ ----*/

footer {
    background-color: #000000;
    padding: 40px;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer a,
footer p {
    color: white;
    font-family: "Downlink";
}


/* --===============
----> MEDIA QUERIES
    ================ ----*/

@media screen and (max-width: 1200px) {
    .panel4 h1 {
        font-size: 2.5rem;
    }
    .panel4 p {
        padding-right: 40px;
    }
}

@media screen and (max-width: 992px) {
    section#servicio {
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    section#servicio {
        background-position: center bottom;
    }
    .panel-img img {
        width: 100%;
    }
    footer {
        padding: 40px;
    }
    footer ul {
        padding-left: 0;
    }
    footer ul li {
        display: block;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 554px) {
    .display-3 {
        font-size: 3.5rem !important;
    }
    .navbar-nav .nav-item+.nav-item {
        margin-left: 0;
    }
    ul.navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}
