#header .logo img {
    max-height: 60px;
}

#header {
    padding: 5px 0;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    font-weight: 600;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #0e0141;
}

#hero {
    background: url(../img/hero-bg.jpg) top center;
}

#hero:before {
    background: transparent;
}

#hero h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 72px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

#hero p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    padding: 0 50px 0 0px;
}

.bg-gray-home {
    background-color: #2806a5;
    padding: 15px 25px 30px 25px;
}

.bg-gray-form {
    background-color: #2806a5;
    padding: 15px 25px 30px 25px;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
}

.bg-gray-form h3{
    color: #ffffff;
    padding: 10px 0;
}

.section-title p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4d4d4d;
}

.phone-style-bottom2 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.7rem 2.75rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 30px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-color: #ffffff;
}

.phone-style-bottom2:hover {
    background-color: #dbdbdb;
    border-color: #aaaaaa;
}

.about-video .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #2806a5;
}

.about-video .content h3>strong {
    font-weight: 700;
    font-size: 32px;
    color: #d68300;
}

.about-video .content {
    font-size: 15px;
}

.section-title h2{
    color: #2806a5;
}


.section-title h2>strong{
    color: #d68300;
}

.services .icon-box {
    text-align: center;
    padding: 10px 20px 50px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 5%);
}

.services .icon-box .icon i {
    color: #2806a5;
}

.services .icon-box {
    text-align: center;
    padding: 10px 20px 50px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    width: 100%;
}

.vidrio {
    width: 500px;
    height: auto;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 25px;
}
  
  .vidrio:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
  }

  .box-color {
    border-radius: 10px;
    padding: 25px;
    color: white;
    font-size: 14px;
}   

  .bgamarillo{
   background-color:#d68300;
  }

  .bgazul{
    background-color:#2806a5;
  }

  .services .icon-box p {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 0;
}

.logo-footer{
    width: 200px;
}



@media (max-width: 1200px) {
.vidrio {
    width: 340px;
    height: auto;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 25px;
}

}



@media (max-width: 800px) {
    .navbar .getstarted, .navbar .getstarted:focus {
        background: #2806a5;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
        width: 140px;
    }
    
    #hero h1 {
        margin: 0;
        font-size: 23px;
        font-weight: 700;
        line-height: 72px;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        text-align: center;
    }
    
    #hero p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        line-height: 23px;
        font-family: "Poppins", sans-serif;
        padding: 0 50px 0 0px;
        text-align: center;
    }
    
    .vidrio {
        width: auto;
        height: auto;
        box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
        border-radius: 5px;
        position: relative;
        z-index: 1;
        background: inherit;
        overflow: hidden;
        padding: 27px;
    }
    
    #hero p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        line-height: 23px;
        font-family: "Poppins", sans-serif;
        padding: 0;
    }
    
    
    .bg-gray-form {
        background-color: #2806a5;
        padding: 21px;
        border-radius: 18px;
        box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
        margin: 38px 0 0 0;
    }
    
    .about-video .content h3 {
        font-weight: 700;
        font-size: 23px;
        color: #2806a5;
        text-align: center;
    }
    
    .about-video .content h3>strong {
        font-weight: 700;
        font-size: 23px;
        color: #d68300;
    }
    
    .about-video .content p:last-child {
        margin-bottom: 0;
        text-align: justify;
        padding: 13px;
    }
    
    section {
        padding: 40px 0;
        overflow: hidden;
    }
    
    .section-title h2 {
        font-size: 23px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #124265;
    }
    
    .services .icon-box p {
        line-height: 26px;
        font-size: 15px;
        margin-bottom: 0;
    }
    
    .services .icon-box {
        text-align: center;
        padding: 10px 20px 50px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
        border-radius: 12px;
        box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
        width: 100%;
        margin: 0 20px;
    }
    
    .box-color {
        border-radius: 10px;
        padding: 25px;
        color: white;
        font-size: 14px;
        margin: 10px 0;
    }
    
    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
        text-align: center;
    }
    
    #footer .footer-top .footer-links {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 29px;
    }
    
    #hero {
        background: url(../img/hero-bg-response.jpg) center top;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 99% 0;
    }
    
    }


.whatsapp img {
    width: 63px;
    position: fixed;
    right: 30px;
    bottom: 8vh;
    z-index: 999999;
}