/* ===================================
    Reset
====================================== */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
html { font-size: 95% !important;}
body {
     font-family: 'Open Sans'; 
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased; 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    color:#4B4B4B; 
    overflow-x: hidden;
    /* background-color: #2B2B2B; */
}
img {max-width:100%; height:auto; }
a{color: #FFFFFF;}
a:hover{color: #FFFFFF; text-decoration: none; }

/* ===================================
    Typography
====================================== */
/* heading */
h1, h2, h3, h4, h6 {font-family: 'Poppins', sans-serif; color: #272727; letter-spacing: 0; margin-bottom: .75em;}
h1 {font-size:40px; line-height:60px; font-weight: 600;}
h2 {font-size:34px; line-height:51px; font-weight: 600;}
h3 {font-size:18px; line-height:30px; font-weight: 500;}
h4 {font-size:16px; line-height:24px; font-weight: 500;}
h5 {font-size:14px; line-height:21px; font-weight: 500;}
h6 {font-size:12px; line-height:18px; font-weight: 500;}
p {font-size: 14px;}
span {font-size: 14px;}
a{text-decoration: none;}
body{
  overflow-x: hidden !important;
}


.btn-black{
    background: #23262D;
    border-radius: 43px;
    padding:5px 10px;
    color:white;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.btn-black:hover{
    background: #00AFDC;
}

    
.bg-gray-primary{
    background: #F8F8FA;
}

.bg-gradient-gray{
    background: linear-gradient(180deg, rgba(248,248,250,1) 86%, rgba(255,255,255,1) 96%);
}

.body{
    position: relative;
}

.text-blue{
    color: rgba(0, 175, 220, 1);
}


.animation{
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.animation:hover{
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}




.form-msj-error {
    border-radius: 0.25rem;
    color: #2f3a3b;
    background-color: #f0cc01;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #00AFDC;
}


/* lg */ @media (max-width: 1199px) {}
/* md */ @media (max-width: 991px) {}
/* sm */ @media (max-width: 767px) {}
/* xs */ @media (max-width: 575px) {
    .body{
        position: relative;
        left: 0px;
    }
}


/* xxs */ @media (max-width: 430px) {}
/*MENÚ*/

    #menu-inner, .menu-is-open{
    	background: #23262D;
    }


    #header{
        background: #23262D;
    }


    .bg-gray-base{
        background: #F7F7F9;
    }

    #main-nav{
        position: relative;
        left: 60px;
        width: auto;
    }

    nav#main-nav > ul > li ul.sub-menu{
        padding: 7px 0px 7px 25px !important;
    }

    #main-nav ul li a h3{
        color: white;
        text-align: start;
    }

    .texto-vertical {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        color: white;
        position: fixed;
        left: 30px;
        top: 60%;
    }


    #main-nav h3:hover{
        color: #00AFDC;
    }

/*Footer*/

    footer{
        background: rgba(247, 247, 249, 1);
        position: relative;
        left: 0px;
    }


    .img-footer img{
        position: relative;
        left: 0px;
        width: 35px;
    }

     footer span{
        font-size: 10px;
     }

    .text-hover{
        color: #000;
     }


    .text-hover:hover{
        color: #000 !important;
        text-decoration: underline;
     }

/* lg */ @media (max-width: 1199px) {
}
/* md */ @media (max-width: 991px) {

}
/* sm */ @media (max-width: 767px) {
    .texto-vertical{
        display: none !important;
    }

    .bg-footer{
        left:0px !important;
    }

    .img-footer img{
        left: 0px !important;
    }
    #dark-logo{
        filter: brightness(72%) hue-rotate(181deg) saturate(124%) invert(100%);
    }
}
/* xs */ @media (max-width: 575px) {
    .img-footer{
        margin-right: 15px;
    }

    .date-contacto{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    h1, h2, h3, h4, h6 {font-family: 'Poppins', sans-serif; color: #272727; letter-spacing: 0; margin-bottom: .75em;}
    h1 {font-size:34px; line-height:40px; font-weight: 600;}
    h2 {font-size:28px; line-height:31px; font-weight: 600;}
    h3 {font-size:16px; line-height:25px; font-weight: 500;}
    h4 {font-size:15px; line-height:20px; font-weight: 500;}
    h5 {font-size:13px; line-height:21px; font-weight: 500;}
    h6 {font-size:12px; line-height:18px; font-weight: 500;}


}