body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.blanco {
    color: white;
}


a {
    color: #F2F335;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus,
a:hover {
    color: #2EE3DC;
}

html {
    scroll-behavior: smooth;
}

strong {
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-dp {
    background: #FFEC00;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-dp:focus,
.btn-dp:hover {
    background: #DCCD0F;
    color: #000;
}

/* Header CSS */

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar-dp {
    position: relative;
    z-index: 999;
}

.navbar-dp:before {
    content: '';
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-brand {
    width: 60px;
    z-index: 999;
}

.navbar-toggler {
    font-size: 30px;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    z-index: 999;
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a {
    color: #FCDD05;
    display: inline-block;
    padding: 10px 15px !important;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #fff;
}

/* Welcome CSS */

#welcome {
    background-color: transparent;
    background-image: url('../images/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 280px;
    padding-bottom: 300px;
    text-align: center;
    color: #fff;
}

.azulito {
    color: blue;
}

.eterno {
    padding-top: 80px;
}

#welcome2 {
    background-color: transparent;
    background-image: url('../images/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
}

.welcome-text h2 {
    font-size: 92px;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 2.6px;
    margin-bottom: 0;
}

.welcome-text p {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: #5FF2D9;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    margin-bottom: 40px;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #FFEC00 !important;
    color: #000 !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 26px !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

/* Wrapper CSS */

.bg-gray {
    background: #f7f7f7;
}

.sv-bg {
    background-color: transparent;
    background-image: url('../images/banner2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    position: relative;
}

.sv-bg:before {
    content: '';
    background: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sv-bg .container {
    position: relative;
    z-index: 9;
}

.content-box {
    padding: 80px 0;
}

.sec-title {
    margin-bottom: 20px;
}

.sec-title h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sec-title .space {
    display: inline-block;
    height: 3px;
    width: 80px;
    background: #F34E3A;
}

.about-text p {
    line-height: 1.8;
}

.service-item {
    text-align: center;
}

.service-item i {
    font-size: 50px;
    margin-bottom: 20px;
}

.service-item h2 {
    color: #FFEC00;
    text-transform: uppercase;
    font-size: 24px;
}

.list-box {
    background: #FF4848;
    padding: 20px 20px;
    padding-top: 30px;
    height: 100%;
}

.list-box h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px 5px;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: 20px;
}

.list-box h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.list-box p {
    font-weight: 500;
    margin-bottom: 30px;
}

.list-box .btn-dp {
    display: block;
    text-align: center;
}

.list-box ul {
    margin-bottom: 25px;
}

.list-box ul li {
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
}

.list-box ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: 8px;
    left: 0;
    color: #E31212;
    font-size: 14px;
}

.list1 ul li {
    padding: 10px 0;
    padding-left: 25px;
}

.list2 {
    background: #72F4E2;
}

.list3 {
    background: #CAF14C;
}

.bg-black2 {
    background: #0E0E0E;
    color: #fff;
}

.bg-black2 {
    background: #0E0E0E;
    color: #fff;
}

.contact-box h3 {
    font-size: 32px;
    text-transform: uppercase;
}

.contact-box p {
    color: #7A7A7A;
}

.contact-box ul li {
    padding: 5px 0;
    color: #7A7A7A;
}

.contact-box ul li i {
    color: #F2F335;
    margin-right: 10px;
}

.contact-box .social {
    margin-bottom: 20px;
    text-align: center;
}

.contact-box .social li {
    display: inline-block;
}

.contact-box .social li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 34px;
}

/* Footer CSS */

#footer {
    background: #020202;
    padding: 15px 0;
}

#footer p {
    color: #FFFFFF4A;
    margin: 0;
}

/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {

    #welcome {
        padding-top: 180px;
        padding-bottom: 120px;
    }

    .welcome-text h2 {
        font-size: 70px;
    }

    .welcome-text p {
        font-size: 32px;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .sec-title h2 {
        font-size: 44px;
    }

    .contact-box h3 {
        font-size: 28px;
    }

    .contact-box ul {
        margin-bottom: 30px;
    }

    .about-text,
    .service-item {
        margin-bottom: 40px;
    }

    .content-box {
        padding: 60px 0;
    }

    .bg-black2 {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {

    #welcome {
        padding-top: 180px;
        padding-bottom: 120px;
    }

    .welcome-text h2 {
        font-size: 72px;
    }

    .welcome-text p {
        font-size: 32px;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .sec-title h2 {
        font-size: 44px;
    }

    .contact-box h3 {
        font-size: 28px;
    }

    .contact-box ul {
        margin-bottom: 30px;
    }

    .about-text,
    .service-item {
        margin-bottom: 40px;
    }

    .content-box {
        padding: 40px 0;
    }

    .bg-black2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
