/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

@font-face {
     font-family: 'Poppins-R';
     src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
     font-family: 'Poppins-EB';
     src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}


@font-face {
     font-family: 'Gilroy-R';
     src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
     font-family: 'Gilroy-B';
     src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
}



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Gilroy-R';
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

:root {
     --scroll-size: 5px;
     --scroll-radius: 10px;
     --scroll-track: #d7ced7;
     /* --scroll-thumb: linear-gradient(45deg, #791E2E, #791E2E); */
     --scroll-thumb: black;
}

body::-webkit-scrollbar {
     width: var(--scroll-size, 10px);
     height: var(--scroll-size, 10px);
}

body::-webkit-scrollbar-track {
     background-color: var(--scroll-track, transparent);
     border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

body::-webkit-scrollbar-thumb {
     background-color: var(--scroll-thumb-color, grey);
     background-image: var(--scroll-thumb, none);
     border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.upper {
     text-transform: uppercase !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     text-align: justify;
     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: 18px;
}

h3 {
     font-size: 18px;
     padding: 0 0 0 0;
     color: #636268;
}

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: 0px;
     font-weight: 500;
     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 .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.inv {
     display: none;
}

img {
     max-width: 100%;
     height: auto;
}

video {
     max-width: 100%;
     height: auto;
     border: 1px solid #767676;
}

:focus {
     outline: 0;
}

.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 .2rem rgba(255, 255, 255, .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%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.label-form {
     color: #5f5f63;
     font-size: 20px;
}

.descarga-icon {
     position: relative;
     cursor: pointer;
     color: #636268;
     font-size: 20px;
     text-align: center;
}




.navigation.navbar {
     float: right;
     /* background: #F1F1EC; */
     clear: both;
     padding: 15px 20px !important;
     border-radius: 54px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 20px;
     color: #ffffff;
     font-size: 18px;
     line-height: 20px;
     font-weight: 550;
     text-align: center;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #cdcdcd;
}

.nav-link::selection {
     color: #cdcdcd;
}

.dropdown-item:hover {
     color: #cdcdcd;
}

.dropdown-item.active,
.dropdown-item:active {
     color: #fff;
     text-decoration: none;
     background-color: #cdcdcd;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #cdcdcd;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
     align-items: center;
}

.login_btn a {
     background: #58102c;
     padding: 10px 20px !important;
     display: inline-table;
     border-radius: 20px;
     color: #fff !important;
     margin: 0 10px;
}

.login_btn a:hover {
     background: #000 !important;
}

.sea_icon a {
     color: #8c8c8c !important;
}

.header {
     width: 100%;
     padding: 5px 30px;
    /*  background: transparent; */
     background-color: #58102c;
   /*   background: url('../images/tlaloc.png') center/cover no-repeat;  */
     background-blend-mode: overlay;
     position: absolute;
     z-index: 999;
     padding-top: 40px;
     padding-bottom: 20px;
}

.logo {
     width: 100%;
}

.dropdown-item {
     display: block;
     width: 100%;
     padding: 0.1rem 1.5rem;
     clear: both;
     font-weight: 400;
     color: #616265;
     text-align: inherit;
     background-color: transparent;
     border: 0;
     font-size: 16px;
     white-space: nowrap;
     line-height: 1.5;
}

.dropdown-divider {
     height: 0;
     margin: 0rem 0;
     overflow: hidden;
     border-top: 1px solid #791E2E;
     margin-left: 1.5rem;
     margin-right: 1.5rem;
}

.dropdown-toggle::after {

     content: none;
}


.banner_main {
     background: #FFFFFF;
     padding: 17vh 0px 0px 0px; 
     background-size: 90%;
}

.banner_sec {
     /* background: url(../SVG/FONDO\ LOGO_2.png) center top no-repeat; */
     background-position: bottom;
     background-size: 100% auto;

}

.banner_us {
     background: url(../SVG/FONDO\ LOGO_2.png) top right no-repeat;
     padding: 100px 0px 0px 0px;
     background-size: cover;
     min-height: 80vh;
}

.text-bg {
     text-align: center;
     background-position: 50% -10%;
}

.text-bg h1 {
     color: #070404;
     font-size: 60px;
     line-height: 76px;
     padding-bottom: 0px;
     font-weight: bold;
     text-transform: uppercase;
}

.text-bg .read_more {
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}

 .border-carousel {
     border-top: #54142c 20px solid;
     box-shadow: 0px 0px 30px 2px rgba(99, 98, 104, 0.78);
} 

.border-footer {
     border-top: #616265 20px solid;
     box-shadow: 0px 0px 30px 1px rgba(99, 98, 104, 0.78);
}

#banner1 .carousel-caption {
     position: absolute;
     padding: 20px;
     top: 100px;
     left: 20px;
     right: 0;
     margin: 0px 0px 0px 0;
     width: 200px;
     height: 100px;
}

#banner1 .carousel-logo {
     background-size: 400px;
     width: 400px;
     height: 350px;
     position: absolute;
     right: 6%;
     bottom: 150px;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #fff;
}

#banner1 .carousel-caption h1 {
     font-size: 60px;
     color: white;
     font-style: oblique;
     font-weight: bold;
     text-shadow: black 0.01em 0.03em 0.09em;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 62px;
     height: 60px;
     background: transparent;
     border: white solid 2px;
     opacity: 1;
     font-size: 30px;
     color: white;
     border-radius: 60px;
     top: 43%;
     box-shadow: 0px 0px 5px 0px rgba(99, 98, 104, 0.78);
     text-shadow: black 0.1em 0.1em 0.2em
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     background: transparent;
     border: #58102c solid 2px;
     color: #58102c;
}

#banner1 a.carousel-control-prev {
     position: absolute;
     left: 20px;
     bottom: 10px;
}

#banner1 a.carousel-control-next {
     position: absolute;
     right: 20px;
     bottom: 10px;
}



.titlepage h2 {
     padding: 20px 20px;
     font-size: 45px;
     color: #3f4044;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     text-align: center;
     font-family: 'Gilroy-B';
      margin-top: 30px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.button {
     text-align: center;
     padding-top: 50px;
}

.card-header {
     background-color: #ededed;
     border-radius: 20px;
     border-bottom: 0px;
}

.card {

     border-radius: 20px;
}

.table thead th {
     border-bottom: 1px solid #636268;
     font-size: 20px;
}

.table td,
.table th {
     border-top: 1px solid #636268;
}

.btn {
     font-size: 18px;
     background-color: #54142c;
     color: white;
     width: 100%;
     max-width: 222px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 40px;
     border-color: transparent;
}

.read_more {
     font-size: xx-large;
     background-color: #54142c;
     color: white;
     padding: 7px 0px;
     width: 100%;
     max-width: 222px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 40px;
     font-weight:bolder;
}

.read_more:hover {
     background: #791E2E;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

.card-header:first-child {
     border-radius: 20px;
}



.about .about_img figure embed {
     width: 100%;
     height: 450px;
     border: 2px solid #323639;
}


.about .titlepage p {
     color: #636268;
     font-size: 22px;
     line-height: 35px;
     padding-left: 20px;
     padding-right: 20px;
     text-align: justify;
}

.about .button {
     z-index: 10018;
     background: transparent;
     text-align: center;
}

.about .read_more {
     border: #54142c solid 1px;
     color: white;
     margin-top: 44px;
     background-color: #54142c;

}



.control {
     background: url(../SVG/FONDO\ DEGRADADO.png) center;
     background-size: cover;
     background-repeat: no-repeat;
     border-top: #F2F1EE 20px solid;
}


.control .button {
     padding: 40px 40px;
     z-index: 10018;
     background: transparent;
     text-align: center;
}

.control .titlepage p {
     color: #636268;
     font-size: 22px;
     line-height: 35px;
     padding-left: 20px;
     padding-right: 20px;
     text-align: justify;
}

.control .read_more {
     border: #58102c solid 1px;
     color: WHITE;
     margin-top: 44px;
     background-color: #58102c;
}


.glasses .titlepage {
     text-align: center;
    
}

.glasses .titlepage p {
     color: #FFFFFF;
     font-size: 22px;
     line-height: 30px;
     padding-top: 10px;
     text-align: justify;
}

.blu {
     color: #58102c;
     text-transform: initial;
}

.glasses .glasses_box {
     text-align: center;
     border-radius: 2px;
     margin: 20px;
     background: #54142c;
     height: 340px;
     align-items: center;
     display: grid;
     padding: 10px;
}

.glasses .glasses_box figure {
     margin: 0;
}

.glasses .glasses_box h3 {
     color: #FFFFFF;
     font-size: 22px;
     line-height: 28px;
     font-weight: bold;
}

.glasses .glasses_box p {
     color: #FFFFFF;
     font-size: 20px;
     line-height: 28px;
}

.glasses .read_more {
     border: #1a1a1a solid 2px;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}

.glasses .container-fluid {
     width: 100%;
     padding-right: 150px;
     padding-left: 150px;
     margin-right: auto;
     margin-left: auto;
   
}

.certificado {
     background: transparent;
     margin-top: 50px;
     padding: 20px 0 100px 0;
}

.certificado .titlepage {
     text-align: center;
     padding-bottom: 30px;
}

.certificado .titlepage p {
     font-size: 22px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 40px;
     text-align: justify;
}


.shop {
     padding: 20px 0 100px 0;
     background: transparent;
}

.shop .shop_img figure {
     margin: 0;
}

.shop .shop_img figure img {
     width: 100%;
}

.padding_right0 {
     padding-right: 0;
}

.shop .max_width {
     text-align: left;
     background: #030404;
     height: 100%;
     padding-top: 86px;
     padding-left: 50px;
     padding-bottom: 90px;
     display: flex;
     flex-wrap: wrap;
}

.shop .titlepage {
     text-align: center;
     padding-bottom: 20px;
}

.shop_box h3 {
     color: #2a2a2c;
     font-size: 26px;
     line-height: 30px;
     padding-top: 23px;
}

.shop .titlepage p {
     color: #2a2a2c;
     font-size: 22px;
     line-height: 29px;
     padding-top: 10px;
     text-align: justify;

}

.shop .titlepage .read_more {
     color: #fff !important
}

.clients {
     padding: 20px 0 0px 0;
     background-size: cover;
     background-repeat: no-repeat;
}


.clients .titlepage {
     text-align: center;
     padding-bottom: 20px;
}

.clients .img3 {

     max-width: 100%;
     height: auto;
     width: 750px;
     padding-bottom: 60px;
}

.clients .titlepage p {
     color: #2a2a2c;
     font-size: 22px;
     line-height: 29px;
     padding-top: 10px;
     text-align: justify;
}

.clients_box h3 {
     color: #2a2a2c;
     font-size: 26px;
     line-height: 30px;
     padding-top: 23px;
}

.clients_box p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 30px;
}

.clients_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.clients_box {
     border: #606060 solid 1px;
     padding: 40px 32px 40px 0px;
     float: left;
     text-align: left;
     margin-left: 89px;
}

.clients_box figure {
     margin: 0;
     float: left;
     margin-left: -102px;
     padding-right: 30px;
}

#myCarousel .carousel-indicators {
     bottom: -70px;
}

#myCarousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #111;
}

#myCarousel .carousel-indicators .active {
     background: #8c8a8a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}


.contact {
     background: url(../SVG/FONDO\ LOGO.png) center;
     background-size: cover;
     background-repeat: no-repeat;
}

.clients {

     background: url(../SVG/FONDO\ LOGO.png) center;
     background-size: cover;
     background-repeat: no-repeat;

}

.contact .main_form h3 {
     color: #4b4b4c;
     font-size: 27px;
     line-height: 30px;
     text-align: center;
     display: block;
     padding: 0;
}

.main_form {
     z-index: 999;
     background: transparent;

     border-radius: 30px;
}

.main_form iframe {
     width: 100%;
     border-radius: 20px;
     height: 450px;
}

.main_form .contactus {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #4b4b4c;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.main_form .contactusmess {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     padding-top: 40px;
     padding-bottom: 14px;
     background: transparent;
     color: #4b4b4c;

     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.send_btn {
     background: #b32138;
     font-size: 18px;
     width: 100%;
     color: #fff;
     height: 50px;
     border-radius: 30px;
     margin-top: 20px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.send_btn:hover {
     background: #4b4b4c;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #4b4b4c;
     opacity: 1;
}

.contact .titlepage {
     z-index: 10018;
     background: transparent;
     margin-left: -120px;
}

.contact .button {
     padding: 40px 40px;
     z-index: 10018;
     background: transparent;
     margin-right: 100px;
     margin-left: -120px;
     text-align: center;
}

.contact .titlepage p {
     color: #636268;
     font-size: 22px;
     line-height: 30px;
     padding-top: 20px;
     text-align: justify;
}

.contact .titlepage h2 {
     color: #3f4044;
     font-size: 39px;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     text-align: center;
     font-family: 'Gilroy-B';
}

.contact .read_more {
     border: #58102c solid 1px;
     color: WHITE;
     margin-top: 20px;
     background-color: #58102c;

}

.contact .inv-logo {
     width: 100%;
}

.contact .titlepage img {
     width: 70%;
}

.itemsM {
     font-size: 18px;
}

.form-control {
     border: 1px solid #636268;
}


.footer {
     background: url(../SVG/pleca-al-pie-grande.png) center no-repeat;
     /* filter: grayscale(100%); */
     /* background-image: url(../svg/veda_base.svg); */
     padding-top: 90px;
     text-align: center;
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 90vh;
}

.slogan_gob {
     text-align: right !important;
     width: calc(100% * 1.5 / 3.001);

     max-width: 100%;
}

.slogan_gob img {
     padding-top: 40px;
     width: 300px;
}

.logo_gob img {
     width: 400px;
}

/* ul.location_icon {
     margin-top: 10px;
     margin-right: -100px;
} */

ul.location_icon li a {
     font-size: 40px;
     color: #fff;
     line-height: 30px;
     display: block;
}

.copyright {
     margin-top: 155px;
     padding-bottom: 20px;
     background: transparent;
}

.copyright p {
     color: white;
     font-size: 25px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: white;
}

.copyright a:hover {
     color: #791E2E;
}

.position_head .header {
     position: inherit;
     background: #b32138;
}

.position_head .glasses {
     margin-bottom: 90px;
}

.app-main {
     flex: 1;
     display: flex;
     z-index: 8;
     position: relative;
}


.carousel-control-prev,
.carousel-control-next {
     background-color: transparent;
     border: white 2px solid;
     width: 6vh;
     height: 6vh;
     border-radius: 50%;
     top: 50%;
     transform: translateY(-50%);
     box-shadow: 0px 0px 5px 0px rgba(99, 98, 104, 0.78);
     text-shadow: black 0.1em 0.1em 0.2em;
     font-size: 25px;
     text-align: center;
}

.carousel-control-prev span,
.carousel-control-next span {
     width: 1.5rem;
     height: 1.5rem;

}

.carousel-control-prev {
     left: -5vh;
}

.carousel-control-next {
     right: -5vh;
}