/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

p {
  line-height: 1.75;
}

a {
    color: #F8ED31;
}

a:hover {
  color: #fec503;
}

.text-primary {
    color: #F8ED31 !important;
    font-size: 60px;
}

.text-couter {
    color: #fff;
    font-size: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'M PLUS Rounded 1c', !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #1B75BB;
}

.page-section {
  padding: 90px 0!important;
}

.page-section h2.section-heading {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn_whatsapp {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 1000;
}

    .btn_whatsapp img {
        max-width: 90px;
    }

.rowObjetivo{
    margin-left: 10%;
}

.btn-cotizar {
    width: 120px;
    border-radius: 50px 50px 50px 50px;
    color: #1B75BB;
    background-color: #F8ED31;
    border: 0;
}

.carousel-inner {
    margin-top: 5%;
}

/* Asegura que el iframe ocupe todo el modal sin scrolls extra */
#cotizacionModal .modal-body iframe {
    display: block;
    width: 100%;
    height: 430px;
}

/* Contenedor de botones sobre el carousel */
.custom-carousel-buttons {
    position: absolute;
    top: 66%; /* Centrado vertical */
    left: 50%; /* Centrado horizontal */
    transform: translate(-50%, -50%);
    z-index: 10; /* Encima del carousel */
    text-align: center;
}

.btn-action {
    height: 58px; /* Altura fija */
    padding: 0 28px; /* Espaciado horizontal */
    font-size: 1.1rem; /* Texto un poco m�s grande */
    line-height: 58px; /* Alinea el texto verticalmente */
    border-radius: 8px; /* Bordes m�s redondeados (opcional) */

    width: 200px;

}

.btn-outline-light:hover {
    color: #212529;
    background-color: #6c757d;
    border-color: #6c757d;
}

.marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.icon-box {
    width: 150px; /* ancho fijo del contenedor */
    height: 150px; /* alto fijo del contenedor */
    background: #fff; /* fondo blanco */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px; /* separaci�n entre cajas */
    /*  border-radius: 8px; bordes opcionales */
    /*  box-shadow: 0 2px 6px rgba(0,0,0,0.1); sombra sutil */
}

    .icon-box img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain; /* asegura proporci�n */
    }

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* rese�as*/
.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

    .review-card h5 {
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .review-card .stars {
        color: #f4c542;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .review-card p {
        font-size: 0.8rem;
        color: #333;
        margin: 0;
    }

/* Ajustes para pantallas chicas */

@media (min-width: 992px) {
    .modal-Whatssapp {
        max-width: 400px;
    }
}
@media (max-width: 768px) {
    .custom-carousel-buttons {
        top: 80%;
    }

.custom-carousel-buttons .btn {
            font-size: 0.9rem;
 }
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 1600px !important;
        margin-left: 15%
    }
    .container {
	max-width: 1200px !important;
	}
}

@media (min-width: 768px) {
  section {
    padding: 120px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.btn-xl {
  font-size: 15px;
  padding: 10px 35px;
}

.btn-primary {
    background-color: #1B75BB;
    border-color: #1B75BB;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #F8ED31 !important;
        border-color: #F8ED31 !important;
        color: white;
    }

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav1 {
    background-color: #1B75BB !important;
}

#mainNav1 .navbar-toggler {
  border-style: none;
	border-color: inherit;
	border-width: 0;
	font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    background-color: #fed136;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#mainNav1 .navbar-brand {
  color: #fed136;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#mainNav1 .navbar-brand.active, #mainNav1 .navbar-brand:active, #mainNav1 .navbar-brand:focus, #mainNav1 .navbar-brand:hover {
  color: #fec503;
}

#mainNav1 .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#mainNav1 .navbar-nav .nav-item .nav-link.active, #mainNav1 .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

#mainNav1.navbar-shrink .navbar-brand img {
    max-width: 60px;
    filter: grayscale(1) brightness(100);
}

.navbar-brand_img {
    max-width: 60px;
    filter: grayscale(1) brightness(100);
}
@media (min-width: 992px) {
    #mainNav1 {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav1 .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav1 .navbar-brand img{
    max-width: 90px
  }
  #mainNav1 .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav1.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #004aef;
  }
.group textarea.form-control {
    height: 248px;
}
    #mainNav1.navbar-shrink .navbar-brand_img img {
        max-width: 60px;
        filter: grayscale(1) brightness(100);
    }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
  padding:
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}



#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#portfolio * {
  z-index: 2;
}
.portfolio-item{
  height: 450px;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
 background: url(../img/fondos/fondo_section_3.png) no-repeat center;
 background-size: cover
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer {
  padding: 25px 0;
  text-align: center;
  background-color: #212529
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Montserrat Alternates", !important, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}
#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.demo a {
    position: absolute;
    bottom: 180px;
    left: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    right: 10%;
    left: 10%;
    text-align: center;
}
.demo a:hover {
  opacity: .5;
}
.carousel-caption h3{
  /*font-style: italic!important;*/
  font-size: 2.5rem!important;
  font-weight: lighter;
  color: #fff;
}
.carousel-caption h1{
  font-weight: bold!important;
  font-size: 3.5rem!important;
    color: #fff;
}

.carousel-caption h2 {
  font-weight: lighter;
	font-size: 2.5rem !important;
  color: #fff;
}

.carousel-caption h4 {
	font-weight: bold !important;
	font-size: 3rem !important;
}

.carousel-caption {
    position: absolute;
    bottom: 40%!important;
}
.sobre_nosotros{
 background: url(../img/fondos/fondo_section_1.png) no-repeat center;
 background-size: cover
}
.frase{
  background: url(../img/fondos/fondo_section_2_n.jpg) no-repeat bottom;
 background-size: cover;
 color: #fff;
 text-align: center;

}

.titulo{
  font-weight: bold;
  font-size: 2rem
}
.linea_titulo {
    border: #F8ED31 2px solid;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px
}
.icon_about{
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 165px
}

.portfolio-caption {
    max-width: 100%;
    text-align: center;
    padding: 10px;
    color: #333;
    background: transparent;
    transition: all 0.5s;
    background-color: rgb(255 255 255 / 78%);
    border-radius: 10px 10px 0px 0px;
}
.item_categoria {
    height: 500px;
    transition: all 0.5s;
    -webkit-box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
    box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
    cursor: pointer;
    margin-bottom: 20px;
        border-radius: 10px;
}
.item_categoria:hover{
-webkit-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
-moz-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
transition: all 0.5s;

}
.porfolio-caption-text {
    text-align: center;
    bottom: 0;
    color: #fffafa;
    margin: 0 auto;
    padding: 10px 0px;
    width: 100%;
    bottom: 0;
    transition: all 0.5s;
    background-color: rgb(0 0 0 / 20%);
    display: block;

}
.porfolio-caption-text p{
  margin-bottom: 0px;

}
.opacity_0{
 opacity: 0;
 transition: all 0.01s;

}

.buscador {
    background-color: #1B75BB;
}
.buscar {
    height: 70px;
    border: none;
    border-right: 0px;
    color: #61e098;
    border-radius: 50px;
    font-size: 1.5rem;
    padding-left: 33px;
}

.btn-buscar {
    width: 120px;
    border-radius: 0px 50px 50px 0px;
    color: #1B75BB;
    background-color: #F8ED31;
    border: 0;
}

.porfolio-caption-ver_mas {
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    transform: translateY(-60px);
    font-size: 20px;
    font-weight: bold;
        border-radius: 10px;
}

.porfolio-caption-ver_mas a:hover{
text-decoration: none;
}


.i-c-5{
 background: url(../img/categorias/MANGRULLOS.jpg) no-repeat center;
 background-size: 550px 550px;
}

.i-c-2{
 background: url(../img/categorias/GYM.jpg) no-repeat center;
 background-size: 550px 550px;
 ;
}


.i-c-3{
 background: url(../img/categorias/FAMILIAR1.jpg) no-repeat center;
 background-size: 550px 550px;
 
}

.i-c-1{
 background: url(../img/categorias/JUEGOS.jpg) no-repeat center;
 background-size: 550px 550px;
 
}

.i-c-4{
 background: url(../img/categorias/URBANOS.JPEG) no-repeat center;
 background-size: 550px 550px;
 
}

.i-c-6{
 background: url(../img/categorias/PREMIUM.jpg) no-repeat center;
 background-size: 550px 550px;
 
}


.lista_de_colores{
padding:0;
display: inline-flex;
list-style: none;
margin-bottom: 40px
}

.item_color{
 height: 30px;
 width: 30px;
 padding:5px;
 border-radius: 5px;
 margin-right: 2px;
 border:solid 1px #f3f3f3;
 opacity: 0.9;
 transition: all 0.3s;
 cursor: pointer;
}

.item_color:hover{
  opacity: 1;
  transition: all 0.3s
}

.item_color span{
 height: 30px;
 width: 80px;
}
.ic-1{
background-color: #F44336

}
.ic-2{
background-color: #e91e63

}
.ic-3{
background-color: #9c27b0

}
.ic-4{
background-color: #3f51b5

}
.ic-5{
background-color: #00bcd4

}
.ic-6{
background-color: #4caf50

}
.ic-7{
background-color: #cddc39

}
.ic-8{
background-color: #ffeb3b
}

.ic-9{
background-color: #ff9800

}

.ic-10{
background-color: #ff5722

}


.lista_caracteristicas{
  color: #323232;
  padding: 30px 0px;
}

.item_lista_caracteristicas i {
    font-weight: 900;
    color: #f51811;
}

.sombra{
-webkit-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
-moz-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
}
.img-100{
  width: 100%;
}
.crop {
    border-radius: 194px;
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin-bottom: 0px;
    border: solid 7px #dedede;
    opacity: 0.8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.crop:hover {
opacity: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.crop img {
height: 100%;
width: auto;
object-fit: contain;
}
.row{
 margin-left: 10px!important;
 margin-right: 10px!important
}
.contacto{
  background-color: #f9f9f9!important
}
.lista_clientes{
  list-style: circle;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px
}
.datos{
  list-style:none;
  padding-left: none
}
.datos li{
  padding-bottom: 20px
}
.fija{
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #1FC25B!important;
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
-moz-box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
}
.container_fija{
  padding: 20px;
  text-align: center;
  margin:0 auto;
}
.fija_link{
  color: #fff!important;
}
.fija_link:hover{
  color: #fff!important;
  text-decoration: none;
  opacity: 0.9
}
.visible-xs{
 display: none
}
.visible-md{
 display: block;
}

.banner{
  padding: 10% 0% 5% 0%;
  text-align: center;
  color: #fff;
}
.banner h1{
  font-weight: bold;
  text-align: center;
  color:#e9ecef
}
.banner_nosotros{
   background: url(../img/banners/banner_nosotros.jpg) no-repeat bottom;
 background-size: cover;
 color: #fff;
 text-align: center;
}
.banner_productos{
   background: url(../img/banners/banner_productos.jpg) no-repeat bottom;
 background-size: cover;
 color: #fff;
 text-align: center;
}
.equipos {
    padding: 10% 0px;
    background-color: #304E65
}
.categorias{
  list-style: none;
}
.categorias li{
  padding: 6px 0px!important;
  list-style:none;
  font-size: 14px
}
.categorias li a{
 color: #f51811;
 font-weight: bolder;
}
.categorias li a:hover{
 color: #ff3a34;
 text-decoration: none;
}
.sub-categoria{
  padding: 0px
}
.crop_producto {
    position: relative;
    width: 100%;
    height: 333.33px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
}
.crop_producto img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 363.33px;
    width: 363.33px;
}
.crop_detalle_producto {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 15px;
}
.crop_detalle_producto img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    height: auto;
    width: 465px;
}
.ajuste_padding{
  padding: 30px!important
}
.producto_lista{
 cursor: pointer;
}
.item_producto {
    padding: 0;
    background-color: rgba(255,255,255);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 360px!important;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 20px;
    border: solid 2px #F3F3F2;
    cursor: pointer;
    padding-bottom: 10px;
}
.item_producto:hover {
   transform: translateY(-10px);
    -webkit-box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
    box-shadow: -1px 20px 18px -20px rgba(0,0,0,0.44);
}
.item_producto h2 {
    font-size: 19px;
    /* font-weight: bold; */
    text-align: center;
    color: #004aef;
}
.item_producto p {
    text-align: center;
    font-weight: bold;
}
.btn-producto {
    background-color: #004aef;
    color: #fff;
    display: block;
    width: 83%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 10px;
    position: absolute;
    left: -100px;
    right: -100px;
    margin: 0 auto;
}
.btn-producto:hover {
    background-color: #FFCC29!important;
    color: #fff!important;
}
.btn-producto2 {
    background-color: #004aef;
    color: #fff;
    padding: 20px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin:8px;
}
.btn-producto2:hover {
    background-color: #FFCC29!important;
    color: #fff!important;
}
.galeria{
  margin-top: 25px;
  display: inline-block;
  padding: 0;
}
.galeria li{
  margin-right: 5px;
  display: inline-block;
}
.galeria li a>img{
  width: auto;
  max-height: 100px;
}
.section{
  padding: 80px 0px
}

.circulo img {
    max-width: 120px;
}


.visible-xs {
	display: none !important;
}
.item {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.circulo{
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}

.ecomundoprod {
    margin-left: 50%;
    transform: translateX(-50%);
}

.mundoeco {
    background: url(../img/fondos/fondo-mundo-eco.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.contador {
    background: url(../img/fondos/fondo_section_contador_2.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.counter-box {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

    .counter-box.visible {
        opacity: 1;
        transform: translateY(0);
    }


@media screen and (max-width: 991px) {

    .rowObjetivo {
        margin-left: 0;
    }

.navbar-brand_img{
    width: 60px;
    filter: grayscale(1) brightness(100);
}

    .navbar-brand_img2 {
        width: 80px;
       
    }

    .btn_whatsapp img {
        max-width: 80px;
    }

    .titulo {
        font-size: 1.5rem;
    }

    .carousel-caption h1 {
        font-size: 2.1rem !important;
    }

  .carousel-caption h2 {
		font-size: 2rem !important;
	}

  .carousel-caption h3 {
		font-size: 2rem !important;
	}
	.carousel-caption h4 {
		font-size: 2rem !important;
	}
.slide, .carousel-inner{
 height: 100vh;
}
.carousel-item>img{
  width: auto!important;
  height: 100vh;
  margin: 0 auto
}
.fija {
    position: inherit;
    background-color: #1FC25B!important;
    color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
    -moz-box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
    box-shadow: -9px 21px 38px -20px rgba(0,0,0,0.55);
}
    

}
@media screen and (max-width: 432px){

    
	
	.visible-md {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}

	.carousel-item > img {
		width: 100%;
		margin: 0 auto;
	}

.demo a{
      bottom: 20px;
}
#mainNav1 .navbar-toggler {
    margin-right: 16px;
}
.hidden-xs{
  display: none!important;
}

    .mundoeco {
        background: url(../img/fondos/fondo-mundo-eco-m.jpg) no-repeat;
        background-size: auto;
    }

    .frase {
        background: url(../img/fondos/fondo_section_2v.jpg) no-repeat;
        background-size: auto;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }

    .buscar {
        height: 50px;
        border: none;
        border-right: 0px;
        color: #61e098;
        border-radius: 50px;
        font-size: 1rem;
    }

    .buscador {
        background-color: #1B75BB;
        padding: 20px 0 20px 0;
    }

.page-section h2.section-heading {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 14px;
}
.crop {
    border-radius: 194px;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0px;
    border: solid 7px #dedede;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
}
.banner {
    padding: 32% 20px 15% 20px;
    text-align: center;
    color: #fff;
}


}

@media screen and (min-width: 1920px) {
	.dropdown-menu {
		min-width: 19rem !important;
		font-size: 1.1rem;
	}

	.dropdown-item {
		font-size: 25px !important;
	}

}

.bgy {
	background-color: #ffe770 !important;
}

.bgr {
	background-color: #fd7e14;
}
.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		min-width: 15rem;
		margin-top: -6px;
		margin-right: -1px;
		-webkit-border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: inherit; /* right: inherit; */
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: left;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-right-color: #999;
		margin-top: 5px;
		margin-right: 10px;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			left: -100%;
			margin-left: 10px;
			-webkit-border-radius: 6px 6px 6px 6px;
			-moz-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
		}

.dropdown-menu-right {
	margin-left: 0;
}

.dropdown-menu-right {
	right: inherit !important;
	left: auto;
}

.dropdown-item {

	text-transform: none !important;
	font-size: 18px;

}
