/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Sen", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_section::after {
    content: "";
    position: absolute;
    width: 730px;
    height: 900px;
    background-color: #e0fdf9;
    left: -40px;
    top: -70px;
    z-index: -1;
    border-bottom-right-radius: 100%;
}

.header_bg {
    background-color: #e0fdf9 !important;
}

.header_bg::after {
    display: none;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #2a2a2a;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #2a2a2a;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2a2a2a;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
}

.login_bt {
    width: 250px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 17px;
    color: #252525;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: transparent;
    margin: 0px 5px;
    border-radius: 5px;
}

.login_bt li a:hover {
    color: #252525;
    background-color: #e0fdf9;
}

.login_bt li.active a {
    color: #252525;
    background-color: #e0fdf9;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}
.banner_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* opcional para estética */
}
.banner_taital {
    width: 90%;
    font-size: 60px;
    color: #28454e;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_text {
    width: 80%;
    font-size: 16px;
    color: #28454e;
    float: left;
    margin-left: 0px;
}

#banner_slider a.carousel-control-prev {
    left: -15px;
    top: 263px;
    color: #252525;
}

#banner_slider a.carousel-control-next {
    right: -15px;
    top: 263px;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 40px;
    color: #00c8ac;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #252525;
}

/* banner section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #232323;
    margin-left: 0px;
    padding-top: 20px;
}

.services_box {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.fashion_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #232323;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.services_box_left {
    width: 220px;
    height: auto;
    padding: 50px 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px;
    top: 50px;
    position: relative;
    border-radius: 5px;
}

.services_box_right {
    width: 220px;
    height: auto;
    padding: 50px 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px;
    margin-left: 20px;
    border-radius: 5px;
}

.services_box_2 {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-left: 240px;
    position: relative;
    top: -50px;
}

/* about_section section start */

.about_section {
    width: 100%;
    float: left;
}
/* Fondo principal turquesa */
.about_background {
    background-color: #e0fdf9;
    padding: 100px 0;
}

/* Contenedor blanco encima del fondo */
.about_card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}

/* Contenido centrado */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.about_taital_main {
    padding: 0 30px;
}

.about_taital {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    font-size: 20px;
    color: #4c4c4b;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.about_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 0 auto; /* centrado + espaciado superior */
}

.padding_left0 {
    padding-left: 0px;
}

/* about section end */

/* customer section start */

.customer_section {
    width: 100%;
    float: left;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.customer_section_2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 60px;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 0px 50px 40px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_main {
    width: 100%;
    margin-top: 50px;
}

.customer_left {
    width: 23%;
    float: left;
}

.customer_right {
    width: 70%;
    float: left;
    margin-top: 40px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232323;
    margin: 0px;
    padding-bottom: 30px;
}

.web_text {
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0px;
    color: #02bfa4;
}

.box_main::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 430px;
    background-color: #defbf7;
    left: -40px;
    top: -40px;
    z-index: -1;
}

#my_slider a.carousel-control-prev {
    left: initial;
    top: 410px;
    right: 280px;
    background-color: #28454e;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    right: 220px;
    top: 410px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #e0fdf9;
    opacity: 1;
    font-size: 40px;
    color: #252525;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #28454e;
}

/* customer section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.contact_section .map_form_container .map_container {
    display: none;
}

.contact_section .map_form_container.map_show form {
    display: none;
}

.contact_section .map_form_container.map_show .map_container {
    display: block;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: transparent;
    padding: 14px 15px;
    margin-top: 40px;
    border-radius: 8px;
}

input.mail_text::placeholder {
    color: #4f4e4e;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    margin-top: 40px;
    border-radius: 8px;
}

textarea#comment::placeholder {
    color: #4f4e4e;
}

.contact_btn_main {
    width: 51%;
    margin: 0 auto;
    text-align: center;
}

.send_bt {
    width: 100%;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #e0fdf9;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    font-family: "poppins", sans-serif;
}

.send_bt a:hover {
    color: #fff;
    background-color: #00c6aa;
}

.send_bt.active a {
    color: #ffffff;
    background-color: #00c6aa;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #28454e;
    height: auto;
    padding-bottom: 65px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
}

.input_main {
    width: 100%;
    display: flex;
    padding-top: 40px;
}

.email_text {
    width: 90%;
    font-size: 16px;
    color: #363636;
    background-color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 0px !important;
    padding: 10px 20px;
    margin-right: 30px;
}

input.email_text::placeholder {
    color: #363636;
}

.subscribe_bt {
    width: 300px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    background-color: #ec5121;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 18px;
}

.subscribe_bt a:hover {
    background-color: #ffffff;
    color: #363636;
}

.footer_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.useful_text {
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #00c6aa;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffcfc;
    padding-top: 10px;
}

.useful_text {
    padding-top: 30px;
}

.footer_section_2 {
    padding-top: 20px;
}

.location_text a {
    color: #fffcfc;
}

.location_text a:hover {
    color: #f4d739;
}

.padding_left_15 {
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #28454e;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 5px;
    width: 43px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #e0fdf9;
    color: #252525;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #28454e;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #00c6aa;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
