/* Global Classes */
* {
    box-sizing: border-box;
}

.navbar-toggler {
    border: none;
    border-radius: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:focus-within,
.navbar-toggler:visited,
.navbar-toggler:active {
    outline: none !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.carousel-inner {
    height: 265px;
}

.bg-blue {
    background-color: #0E3057;
}

.dark-bg {
    background-color: #001D3E;
}

h1 {
    font-size: 1.5rem !important;
}

h4 {
    font-size: 1.2rem !important;
}

.section-title-blue {
    color: #0E3057;
    font-family: 'Barlow', 'sans-serif';
    font-weight: 700;
    text-align: left;
    font-size: 1.5rem;
}

.section-title-white {
    color: white;
    font-family: 'Barlow', 'sans-serif';
    font-weight: 700;
    font-size: 1.5rem;
}

.section-text-grey {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.8em;
    color: #333;
    text-align: left;
}

.section-text-white {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.8em;
    color: white;
    text-align: left;
}

.white-link {
    color: white;
    font-weight: 600;
}

.white-link:hover,
.white-link:active {
    text-decoration: none;
    color: #70A3CE;
}

.form-control:focus,
.form-control:active, {
    outline:none !important;
    box-shadow: none !important;
    border-color: white;
}



/* Main Navigation */
.top-navigation img {
    width: 130px;
}

.top-navigation li {
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.nav-link {
    color: #ffffffb8;
    font-size: 0.9em;
    font-weight: 500;
}

.nav-link:hover,
.nav-link:active {
    color: white;
    font-size: 0.9em;
}

.navbar-expand-lg
.navbar-nav
.nav-link {
    padding: 0 1rem;
}

.navbar {
    padding: 0.3rem 1rem;
}

/* Evolution Section & Servicio Section */
.evolution-section,
.servicios-section,
.productos-section {
    margin-top: 4%;
}

.evolution-section .evolution-description,
.servicios-section .servicios-description,
.contacto-section .contacto-description {
    margin-top: 8%;
}

.productos-section .productos-description {
    margin-top: 4%;
}

.evolution-section img,
.services-section img {
    padding-top: 60px;
    width: 70%;
}

/* Testimonial Section */
.testimonial-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;
}

.testimonial-height {
    height: 284px;
}

.testimonial{
    text-align: center;
}
.testimonial .description{
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 1.2em;
    color: white;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial .testimonial-title{
    font-family: 'Barlow', 'sans-serif';
    font-size: 1em;
    color: white;
    padding-top: 25px;
    text-align: center;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #8a9aad;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    top: 38%;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -16%;
}
.owl-next{
    position: absolute;
    right: -14%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 3em;
    color: #ffffffb8;
}

.owl-next:after{
    content: "\f105";
}

@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
}
@media screen and (max-width: 480px){
    .owl-theme .owl-controls{ top: 48%; }
}

 /* /Testimonial Section */

/* Territorio Section & Duty Free Section */
.territorio-section-container,
.duty-free-section-container {
    margin-top: 4%;
}

.territorio-section {
    margin-top: 4%;
}

.duty-free-section {
    margin-top: 0;
}

.duty-free-section-container {
    margin-bottom: 5%;
}

.duty-free-img {
    width: 70%;
}

.territorio-section-container img {
    padding-bottom: 12%;
    width: 220px;
    margin: 0 auto;
    text-align: center;
}

/* Product Section */
.product-list-container {
    margin-top: 2%;
    margin-bottom: 2%;
}

.product-icon img {
    width: 74%;
}

.product-list-title {
    color: #0E3057;
    font-family: 'Barlow', 'sans,serif';
    font-weight: 700;
}

.product-list-description {
    color: #001D3E;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 0.9em;
    line-height: 1.6em;
}

.licores,
.tabaco {
    margin-top: 5%;
}

.tabaco {
    margin-bottom: 5%;
}

/* Contact Section */
.contacto-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.contacto-section {
    margin-top: 6%;
}

.contact-form {
    font-family: 'Montserrat', 'sans-serif';
}

.contact-form input,
.contact-form textarea {
    border-radius: 0px;
    background: white;
    margin-bottom: 16px;
}

.contact-form input {
    height: 45px;
    margin-bottom: 16px;
}

.contact-form textarea {
    margin-bottom: 28px;
}

.btn-send {
    color: white;
    border: 2px solid white;
    border-color: white;
    border-radius: 0px;
    background: #0E3057 !important;
    height: 55px !important;
    font-weight: bold;
}

.btn-send:hover {
    color: #0E3057;
    border-radius: 0px;
    background: white !important;
    height: 55px;
    font-weight: bold;
    box-shadow: none;
}

.btn-send:active,
.btn-send:focus {
    outline:none !important;
    box-shadow: none !important;
}

.contact-listing-container {
    padding-top: 190px;
}

.contact-list-email,
.contact-phone-number,
.contact-address {
    display: block;
    text-align: left;
    color: white;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 0.9em;
    line-height: 30px;
}

.contact-list-email {
    font-weight: bold;
}

.contact-list-email:hover {
    text-decoration: none;
    color: #70A3CE;
}

/* Map Section */
.map-container {
    width: 100%;
    margin: 0 auto;
}

.map {
    width: 100%;
    margin: 0 auto;
}






/* Footer */
footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Barlow', 'sans-serif' ;
    color: #7D96AB;
    font-size: 0.8em;
    padding: 2% 0 1% 0;
}

footer p {
    margin-top: 1%;
}
