html, section, h1, h2, h3, h4, p, img, ul, ol, li, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
}

section {
    padding: 110px 20px;
}

img {
    max-width: 100%;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.whats img {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1111;
    max-width: 60px;
}

/*NAVBAR*/

.navbar-brand img {
    max-width: 170px;
}

.navbar-nav .nav-link.active {
    font-weight: 600;
}

.bg-light {
    background-color: rgb(255 255 255 / 90%) !important;
}

/*INICIO*/

#inicio {
    padding: 0;
}

#inicio .owl-carousel0 .item1 {
    background: linear-gradient(transparent 70%,rgb(0 0 0 / 53%)), url("img/slide1.jpeg");
    background-size: cover;
    min-height: 100vh;
    padding-top: 520px;
}

#inicio .owl-carousel0 .item2 {
    background: linear-gradient(transparent 70%,rgb(0 0 0 / 53%)), url("img/slide2.jpeg");
    background-size: cover;
    min-height: 100vh;
    padding-top: 520px;
}

#inicio h1 {
    background: #14B2B0;
    color: black;
    width: fit-content;
    margin: 0 auto;
    font-size: 33px;
    padding: 8px 50px;
    font-weight: 600;
}

#inicio p {
    color: white;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    max-width: 886px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 5px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(2,2); color: #ccc;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/*NOSOTROS*/

#nosotros {
    background: #AFC84A;
    color: black;
    padding: 50px 20px;
}

/*CERTIFICACIONES*/

#certificaciones {
    background: #FFFFFF;
    color: black;
}

/*SERVICIOS*/

#servicios {
    background: linear-gradient(rgb(28 122 126 / 58%),rgb(28 122 126 / 58%)), url(img/servicios-bg.jpeg);
    background-size: cover;
    background-position: center center;
    color: white;
}

#servicios .icon {
    background: #AFC84A;
    border: 4px solid #98B61E;
    max-width: 120px;
    padding: 22px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: -120px;
    display: table;
    margin-bottom: 10px;
}

#servicios .icon img {
    filter: invert(1);
}

#servicios .accordion-flush .accordion-item {
    background: rgb(0 0 0 / 40%);
    border-radius: 10px;
    padding-top: 60px;
    margin-top: 80px;
}

#servicios .accordion-flush .accordion-item .accordion-button {
    background: transparent;
    color: white;
    box-shadow: 0 0 0 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

#servicios .accordion-body {
    color: white;
    padding-top: 0;
}

#servicios .accordion-button::after {
    margin: 0 auto;
    display: block;
    filter: invert(1);
    margin-top: 10px;
}

/*CLIENTES*/

/*CONTACTO*/

#contacto {
    background: #AFC84A;
    color: #56670F;
}

#contacto ul li {
    list-style: none;
    margin-bottom: 10px;
}

#contacto .icon {
    max-width: 27px;
    background: #4F5E0D;
    border-radius: 20px;
    padding: 5px;
}

#contacto input,
#contacto textarea {
    margin-bottom: 10px;
    border: 2px solid #9FB640;
}

#contacto input[type="submit"] {
    float: right;
    background: #8EA727;
    color: #576912;
    border: 2px solid #7E9520;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 3px 20px;
}

/*FOOTER*/

footer {
    background: #2C2C2C;
    color: #F6F6F6;
    padding: 40px 20px;
}

footer p {
    font-size: 14px;
}

footer .social a {
    text-decoration: none;
    padding: 0 2px;
}

footer .social img {
    max-width: 40px;
}

@media screen and (max-width: 800px) {
    #inicio .owl-carousel0 .item1,
    #inicio .owl-carousel0 .item2 {
        padding-top: 140px;
    }
}