/* ESTILOS DE LETRAS */
body,
ul,
li,
p,
a,
label,
input,
/* font-family: "Otomanopee One", sans-serif;*/
div {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: "Otomanopee One", sans-serif;
  font-size: 40px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: "Otomanopee One", sans-serif;
  font-size: 30px !important;
  font-weight: 100;
}
.h3 {
  font-family: "Otomanopee One", sans-serif;
  font-size: 20px !important;
}

.logo {
  font-weight: 500 !important;
}
.text-warning {
  color: #ede861 !important;
}
.text-muted {
  color: #bcbcbc !important;
}
.text-success {
  color: #59ab6e !important;
}
.text-light {
  color: #cfd6e1 !important;
}
.bg-dark {
  background-color: #212934 !important;
}
.bg-light {
  background-color: #e9eef5 !important;
}
.bg-black {
  background-color: #292929 !important;
}
.bg-success {
  background-color: #59ab6e !important;
}
.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}
.pagination .page-link:hover {
  color: #000;
}
.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #69bb7e;
  color: #fff;
}
/* BARRA DE NAVEGACION */
#templatemo_nav_top {
  min-height: 40px;
}
#templatemo_nav_top * {
  font-size: 1em !important;
}
#templatemo_main_nav a {
  color: #212934;
}
#templatemo_main_nav a:hover {
  color: #009ee3;
}
#templatemo_main_nav .navbar .nav-icon {
  margin-right: 20px;
}

/* Hero Carousel */
#template-mo-zay-hero-carousel {
  background: #efefef !important;
}
/* Accordion */
.templatemo-accordion a {
  color: #000;
}
.templatemo-accordion a:hover {
  color: #333d4a;
}
/* Shop */
.shop-top-menu a:hover {
  color: #69bb7e !important;
}
/* Product */
.product-wap {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-wap .product-color-dot.color-dot-red {
  background: #f71515;
}
.product-wap .product-color-dot.color-dot-blue {
  background: #6db4fe;
}
.product-wap .product-color-dot.color-dot-black {
  background: #000000;
}
.product-wap .product-color-dot.color-dot-light {
  background: #e0e0e0;
}
.product-wap .product-color-dot.color-dot-green {
  background: #0bff7e;
}
.card.product-wap .card .product-overlay {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a {
  color: #000;
}
#carousel-related-product .slick-slide:focus {
  outline: none !important;
}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: 0.5em !important;
  color: #000 !important;
}
/* SERVICIOS */
.services-icon-wap {
  background-color: #fff;
}
.services-icon-wap {
  transition: 0.3s;
}
.services-icon-wap:hover {
  background-color: #e3f3f8;
}
.services-icon-wap:hover,
.services-icon-wap:hover i {
  color: blue;
}
/* MAPA */
.leaflet-control a,
.leaflet-control {
  font-size: 10px !important;
}
.form-control {
  border: 1px solid #e8e8e8;
}
/* Footer */
#tempaltemo_footer a {
  color: #dcdde1;
}
#tempaltemo_footer a:hover {
  color: #b2babb;
}
#tempaltemo_footer ul.footer-link-list li {
  padding-top: 10px;
}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: 0.5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: 0.5s;
}
#tempaltemo_footer .border-light {
  border-color: #2d343f !important;
}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 {
    font-size: 1em !important;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {
    max-width: 450px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {
    max-width: 800px;
  }
  #template-mo-zay-hero-carousel .carousel-item {
    min-height: 30rem !important;
  }
  .product-wap .h3,
  .product-wap li,
  .product-wap i,
  .product-wap p {
    font-size: 18px !important;
  }
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.round-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5aa8bd;
  color: #fff;
  font-size: 42px;
  text-align: center;
  padding-top: 18px;
}

@media screen and (max-width: 640px) {
  .container-fluid .caja .card {
    width: 50%;
  }

  .container-fluid h2 {
    font-size: 10px;
  }
}

.padre a {
  text-align: center;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.caja {
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  margin: auto;
  text-align: center;
}

.caja:hover {
  background-color: rgba(13, 244, 254, 0.2);
  transition: all 1s;
  box-shadow: 5px 10px #888888;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  
}

.uno:hover {
  background-color: rgba(13, 244, 254, 0.2);
  transition: all 1s;
  box-shadow: 5px 10px #888888;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.dos img{
  filter: grayscale(1);
}

.dos:hover {
  background-color: rgba(13, 244, 254, 0.2);
  transition: all 1s;
  box-shadow: 5px 10px #888888;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  
}
.zom{
  border: solid black 1px;
}

.zom:hover {
  transform: scale(1.02);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  box-shadow: 10px 5px 5px rgb(0, 0, 0);
}

/* POPUP DE INDEX */
#dos{
        display:none;
    }

.botonpop {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;        
}

.pop-up{
    position: fixed;
    z-index: 100;
    top: 100;
    bottom: 0;
    left: 100;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.pop-up-wrap{
    display: flex;
    align-items: center;
    width: 80%;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}

.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.pop-up-title h2,
.pop-up-title p{
    color: #fff;
}

.pop-up-title h2{
    font-size: 40px;
}


.pop-up-title p{
    font-size: 10px;
    font-weight: 100;
}

.subcription{
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content{
    width: 75%;
}

.sub-content h2{
    font-weight: 200;
    font-size: 25px;
    color: #1F4068;
    margin-bottom: 15px;
}

.sub-content p{
    font-weight: 500;
    color: #6db4fe;
    margin-bottom: 30px;
}

.subs-email{
    width:  100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 45%;
    padding: 15px;
    border: none;
    background: #009ee3;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #6db4fe;
}

.line{
    width: 100%;
    height: 10px;
    background: #009ee3;
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 25px;
    color: #6db4fe;
    cursor: pointer;
}

.pop-up.show{
    visibility: visible;
}

.pop-up-wrap.show{
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 480px){
    .pop-up-title{
        display: none;
    }

}

@media only screen and (max-width: 220px){
    .sub-content h2{
        font-size: 30px;
    }

/* MEDIA QUERY DE CLIENTES */
@media screen and (max-width: 640px) {
        .sep-clientes {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1px;
            grid-auto-rows: minmax(150px, auto);
            padding: 10px;
        }

        .sep-clientes .uno {
            width: 99%;
            margin: 0px;
            padding: 0px;

        }
    }

/* MEDIA QUERY DE SERVICIOS */
@media screen and (max-width: 640px) {

        .sep-uno {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1px;
            grid-auto-rows: minmax(150px, auto);
            padding: 5px;
        }

        .sep-uno .xd {
            width: 95%;
            margin: 0px;
            padding: 0px;

        }


    }

/* ESTILOS DE CONTACT EN FAQ */
#contact {
    height:auto;
    background-image: url('assets/img/header-faq.jpg');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-attachment: ;
  }

/* MEDIA QUERY DE REFERENCIAS */
  @media screen and (max-width: 640px) {

        .sep-cli {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1px;
            grid-auto-rows: minmax(150px, auto);
            padding: 10px;
        }

        .sep-cli .uno {
            width: 99%;
            margin: 0px;
            padding: 0px;

        }


    }

/* MEDIA QUERY DE FORMULARIO */
.ver {
        position: relative;

    }

    .ver span {
        position: absolute;
        left: 80%;
        top: 35px;
        padding: 9px 8px;
        color: rgb(125, 125, 141);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .ver input[type=text]:focus {
        color: blue;

    }

/* MEDIA QUERY DE NAVBAR */
@media screen and (max-width: 640px) {
            .aviso {
                width: 100%;
            }

            .aviso h1 {
                font-size: 20px !important;

            }

            .aviso p {
                font-size: 15px !important;
            }
        }