/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents

    01. Navbar
    02. Slider
    03. About us
    04. Services
    05. Clientes
    06. Footer
*/

body {
    font-family: 'Muli', sans-serif;
    height: auto;
}

/* ==========================
   [01]. Navbar
========================== */
.navbar {
    background: #2b2c2c !important;
    padding: 25px 0;
}

.navbar .nav-item {
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px;
}

.navbar .nav-item .nav-link {
    color: #7d8792;
}

.nav-log{
    width: 150px;
}

.navbar .nav-item .nav-link:hover {
    color: #ffffff;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background:#212222;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #3E84F0;
}


/* ==========================
   [02]. Slider
========================== */
.slider {
    background: url('../img/bg/slider-bg.png') center center no-repeat;
    height: calc(100vh - 92px);
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.slider .particels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animated-headlines .cd-headline span {
    font-size: 50px;
    font-family: 'Muli', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #3E84F0;
}


.slider .left-content .hello {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.slider .left-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    margin: 5px 0 20px 0;
}

.slider .left-content .paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    padding-right: 20px;
}

.slider .left-content .btn {
    border: 2px solid #e0a80d;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    z-index: 200;
}

.f-response{
    font-size: calc(2.1rem + 1vw);
} 

/* ==========================
   [03]. About Me
========================== */

.about-me {
    padding: 130px 0;
    background: #2d2e2e;
}

.about-me img {
    padding-right: 50px;
    width: 500px;
    height: 250px;
}

.about-me h2 {
    font-size: 30px;
    font-weight: 800;
    /* color: #e0a80d; */
    color: #3E84F0;
}

.about-me p {
    font-size: 15px;
    font-weight: 400;
    color: #bac8d3;
    line-height: 28px;
    margin: 20px 0 40px 0;
}

.about-me .btn-1 {
    background: #3E84F0;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
    text-decoration: none;
}

.about-me .btn-2 {
    border: 2px solid #e0a80d;
    border-radius: 35px;
    padding: 10px 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.about-me h3{
    color: #3E84F0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.about-me video{
    width: 100%;
}


/* ==========================
   [04]. Services
========================== */
.services {
    padding-bottom: 90px;
    background: #2d2e2e;
}

.services h2 {
    font-size: 30px;
    font-weight: 800;
    color: #3E84F0;
    margin-bottom: 60px;
}

.services .box {
    padding: 40px;
    margin-bottom: 30px;
    background: #212222;
}
.services .box span {
    font-size: 30px;
    /* color: #e0a80d; */
    color: #3E84F0;
}

.services .box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #eee;
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.services .box p {
    font-size: 14px;
    color: #bac8d3;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    margin: 0;
}


/* ==========================
   [05]. Clientes
========================== */

.portfolio {
    padding: 50px 0 95px 0;
    background: #2d2e2e;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 800;
    color: #3E84F0;
    margin-bottom: 60px;
}

.portfolio .button-group {
    margin-bottom: 30px;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    color: #bac8d3;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all .2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #3E84F0;
}

.portfolio .button-group button.active {
    color: #ffffff;
    background: #3E84F0;
}

.portfolio .single-portfolio-item {
    position: relative;
    /* margin-bottom: 30px; */ 
    margin-bottom: 10px;
}
/* Añadido */
.icon-port {
    font-size: 30px;
    color: #3E84F0;
    margin: 0;
    padding: 0;
}


.img-bx {
    padding: 20px;
    margin: auto;
    background: #212222;
    width: 150px;
}

.img-bx img{
    width: 300px;
}


/* ==========================
   [06]. Footer
========================== */
.footer {
    padding: 30px 0 5px;
    background: #242527;
}

 .footer .social-icons span{
    color: #3E84F0;
    padding: 2px 0;
}

.footer p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 2px;
}

/* Añadido */
.footer h2 {
    font-size: 30px;
    font-weight: 800;
    color: #3E84F0;
    margin-bottom: 25px;
}

.icons2{
    margin-top: 25px;
}
.footer-p p{
    margin: 1px;
    font-size: 13px;
}

/* ==========================
   [11]. Media
========================== */
/*Small devices (landscape phones, 576px and up) */
@media (max-width: 575.99px) {
    /* Slider*/
    .slider {
        height: calc(100vh - 80px);
        margin-top: 80px;
    }

    .slider img {
        display: none;
    }

    .navbar {
        padding: 20px;
    }

    .animated-headlines .cd-headline span {
        font-size: 30px;
    }

    /* About Me */
    .about-me {
        padding: 130px 25px;
    }
    .about-me img {
        margin-bottom: 30px;
    }
    .about-me .btn-1 {
        margin-bottom: 30px;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .contact .info {
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

     /* Slider*/
     .slider {
        height: calc(100vh - 80px);
        margin-top: 80px;
     }

    .slider .left-content {
        padding: 0;
        margin: 0;
    }

    .animated-headlines .cd-headline span {
        font-size: 30px;
    }

    /* About Me */
    .about-me img {
        padding: 0;
        margin-bottom: 30px;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .contact .info {
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .animated-headlines .cd-headline span {
        font-size: 30px;
    }

    .slider .left-content {
        padding: 140px 0;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .blog {
        padding-bottom: 90px;
    }

    .about-me img {
        display: none;
    }
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}