/*
 Theme Name:   Colec
 Theme URI:    https://cliniccaletasperuacedron.com/
 Description:  Colec Theme
 Author:       Javier Enrique León 
 Author URI:   https://jeimage.com/
 Version:      1
*/
/* Body */

/* Azul: #292c7e */

  
:focus {
  outline: none;
}
button.navbar-toggler:focus {
  outline: none;
}
:focus {
  outline: none;
}
body {
  font-family: 'Ubuntu', sans-serif;
  color: #292c7e;
  letter-spacing: 1px;
  font-size: 19px !important;
  line-height: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
input, a, img {
  -webkit-transition: .4s;
  transition: .4s;
}
.bg-blue {
  background-color: #292c7e;
}
.bg-gris {
  background-color: #ececf4;
}
.bg-naranja {
  background-color: #e2b801;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
}
h1 b {
  font-weight: 700;
  color: #e2b801;
}
h2 {
  font-size: 34px;
  font-family: 'Montserrat', sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
ul {
  padding: 0;
  margin: 0;
}
.boton {
  color: #292c7e;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  width: 200px;
  margin-right: 24px;
  text-decoration: none;
}
.boton-naranja {
  background-color: #e2b801;
}
.boton-blanco {
  background-color: #fff;
}
.boton-azul {
  background-color: #292c7e;
  color: #fff;
}
.boton-azul:hover {
  background-color: #e2b801;
  color: #292c7e;
}
.boton-naranja:hover, .boton-blanco:hover {
  background-color: #292c7e;
  color: #fff;
}
p {
  margin-bottom: 30px;
}
blockquote {
  font-size: 16px;
  padding: 10px 0 1px 15px;
  border-left: solid 3px #e2b801;
  font-family: 'Montserrat', sans-serif;
}
blockquote p {
margin-bottom: 10px;
}
.inner {
padding: 0 12px;
}
.redondeado {
border-radius: 180px;
}


/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */

.navbar-light .navbar-nav .nav-link {
color: #292c7e !important;
padding-left: 30px;
padding-right: 30px;
font-size: 18px;
font-weight: bold;
}
.navbar-light .navbar-nav a.nav-link.active {
    color: #e2b801 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #e2b801 !important;
}
a.navbar-brand {
max-width: 50%;
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
footer {
font-size: 14px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.div-suscrib input[type=email] {
background: transparent;
border: none;
font-size: 14px;
width: 100%;
padding: 0 15px;
height: 46px;
}
.div-suscrib input.wpcf7-form-control.wpcf7-submit {
background: #e2b801;
border-radius: 180px;
border: none;
font-size: 14px;
padding: 0 33px;
color: #666;
font-weight: bold;
}
footer ul {
list-style: none;
}
footer li {
margin-bottom: 15px;
}
footer a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
footer a:hover {
color: #e2b801;
}
footer .linea {
margin-bottom: 15px;
transition: .3s;
}
footer a img:hover {
opacity: .5;
}
.bottom-footer {
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
.bottom-footer a {
text-decoration: none;
color: #292c7e;
}
.bottom-footer a:hover {
color: #e2b801;
}
span.wpcf7-spinner {
display: none !important;
}

/* -------------------------------------------------------------------------- */
/*                                 Formulario                                 */
/* -------------------------------------------------------------------------- */
.formulario input[type=text], .formulario input[type=tel], .formulario input[type=email] {
width: 100%;
height: 36px;
border-radius: 5px;
border: solid 1px #a8a9ca;
padding: 0 16px;
margin-bottom: 20px;
font-size: 16px;
}

textarea {
width: 100%;
height: 150px;
border-radius: 5px;
border: solid 1px #a8a9ca;
padding: 10px 16px;
margin-bottom: 20px;
font-size: 16px;
}
.formulario input.wpcf7-form-control.has-spinner.wpcf7-submit {
background: #e2b801;
border: none;
color: #292c7e;
font-weight: bold;
padding: 10px 50px;
font-size: 16px;
}
.formulario input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
background: #292c7e;
color: #e2b801;
}

/* -------------------------------------------------------------------------- */
/*                                  Productos                                 */
/* -------------------------------------------------------------------------- */
#menu-productos li a.nav-link {
background: #292c7e;
padding: 24px 30px;
text-align: center;
border-bottom: solid 2px #e2b801;
font-size: 13px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
line-height: 14px;
}
#menu-productos li a.nav-link:hover, #menu-productos li a.nav-link.active {
background: #e2b801;
color: #292c7e;
}
#menu-productos li:nth-last-child(1) a.nav-link {
border-bottom: none;
}
.titulo-producto h1 {
  font-size: 30px;
}
.productos h4 {
  font-size: 16px;
}
.descripcion {
  font-size: 16px;
  line-height: 16px;
  padding-left: 16px;
  border-left: solid 2px #e2b801;
  font-weight: bold;
}
.titulo-producto {
  padding-left: 50px !important;
}
.marca {
  padding-right: 50px !important;
}

/* -------------------------------------------------------------------------- */
/*                                Cuadro Texto                                */
/* -------------------------------------------------------------------------- */
.cuadro-texto {
background-image: url(imagenes/circular.jpg);
background-repeat: no-repeat;
background-position: center top ;
}

/* -------------------------------------------------------------------------- */
/*                                    Info                                    */
/* -------------------------------------------------------------------------- */
.info {
font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/*                                  Carrusel                                  */
/* -------------------------------------------------------------------------- */

.carousel-item h2 {
font-size: 30px;
color: #e2b801;
font-weight: 800;
font-family: 'Montserrat', sans-serif;
}
.carousel-item h1 {
color: #fff;
font-size: 42px;
font-weight: 800;
font-family: 'Montserrat', sans-serif;
}
.carousel-item p {
font-size: 18px;
color: #fff;
}
.carousel-indicators [data-bs-target] {
background-color: #fff;
opacity: 1;
width: 20px;
height: 20px;
border-radius: 180px !important;
border: none;
margin: 0 10px;
}
.carousel-indicators .active {
background-color: #e2b801;
}
.carousel-indicators {
margin-bottom: 30px;
}
.carousel-item {
background-position: center right;
background-size: cover;
}
.carousel-item b, .carousel-item strong {
color: #e2b801;
}

/* -------------------------------------------------------------------------- */
/*                                 Industrias                                 */
/* -------------------------------------------------------------------------- */
.overlay {
bottom: 0;
left: 0;
width: 80%;
}
.overlay img {
top: 0;
right: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   Razones                                  */
/* -------------------------------------------------------------------------- */
.razon {
border: solid 4px #292c7e;
font-size: 13px;
line-height: 13px;
font-weight: bold;
border-radius: 30px;
height: 100%;
position: relative;
}
.razon:after {
content: ' ';
display: block;
background: #e2b801;
width: 17px;
height: 17px;
position: absolute;
left: 50%;
margin-left: -8.5px;
bottom: 0;
margin-bottom: -8.5px;
border-radius: 180px;
}
.razones hr {
background-color: #bebfd7;
height: 4px;
margin: 0 0 35px;
}
.prov img, .box-shadow {
box-shadow: 0 0 20px -5px #666;
}

/* -------------------------------------------------------------------------- */
/*                                Media Queries                               */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
.carousel-item .container .row {
  min-height: calc(100vh - 95px);
}
.col-md-20 {
  width: 20%;
  flex: 00 auto;
}

}
@media only screen and (max-width: 768px) {
.carousel-item h2 {
  font-size: 24px;
}
.carousel-item {
  background-image: none !important;
  margin-bottom: 50px;
}
.carousel-item h1 {
  color: #292c7e;
  font-size: 35px;
}
.carousel-item p {
  font-size: 14px;
  color: #292c7e;  
}
.carousel-indicators [data-bs-target] {
  background-color: #292c7e;
}
.carousel-indicators .active {
  background-color: #e2b801;
  }
  .boton-blanco {
    border: solid 1px #292c7e;
  }
  .titulo-producto {
    padding-right: 50px !important;
  }
  .marca {
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 576px) {
.container.banner-contenido {
  margin-top: -25%;
}
}
@media only screen and (max-width: 576px) {

.boton {
  width: 100%;
  margin-right: 0;
  padding: 10px 16px;
  margin-bottom: 24px;
}
}