/*--------------------------------------------------------------------------
 Clic.com.mx
 ----------------------------------------------------------------------------
 File: layout.css
 Gerardo Gonzalez Flores
gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS Layout styles for the web site.
 Layout CSS para el sitio.
 --------------------------------------------------------------------------*/
/* Layout
 --------------------------------------------------------------------------*/
html {
   padding: env(safe-area-inset);
}
#ck_contents_id {
 	font-family: 'Raleway', sans-serif;
}
#wrapperHeader {
 background: #ff0000;
 height:460px;
 background: url(../img/fondo-top-1.jpeg) no-repeat center;
 background-size:cover;
 position: relative;
 overflow: hidden;
}

#cover1 {
    background: #003366;
    width: 100%;
    position: absolute;
    z-index: 0;
    top:0px;
    height: 100%;
    opacity: .7;
}

.logoHeader {
  position: absolute;
  top:0px;
  left:0px;
  z-index: 200;
}


a#logo {
    display:block;
    width: 158px;
    height: 288px;
    background: url(../img/logo.png) no-repeat center top ;
    top: 10px;
    left: 20px;
    position:absolute;
    z-index: 99;
    border-radius: 0px 0px 15px 15px;
    padding:0px 10px 2px 10px;
    transition: background .90s, height .90s, width .90s ;
  }

a#logo h1{
  display:none;
}

#cssmenu {
  z-index: 1258;
  position: relative;
}
#cssmenu li a{
  font-family:'Roboto', sans-serif;
  color:#ffffff;
  font-weight: bold;
  font-size:14pt;
  transition: background .6s;
}

#cssmenu li a:hover{
 background: black;
}
.square {
  padding:20px;
}
.blue {
  background: #3FC1FB;
}

.gray {
  background: #F3F3F3;
}




.leyenda {
  display: flex;
  flex-direction: column;
  position:relative;
  top:-200px;
  z-index:20000;
}

.gray {
  position:relative;
  bottom:-80px;
}

.image  {
  flex-shrink: 0;
}

.image img.cintillo  {
  flex-shrink: 0;
  width:100%;
  margin:0px auto;
  display: block;
  position:relative;
  bottom:-40px;
 }

 .dnaChain {
  background: url(../img/cadena-dna.jpg) no-repeat center;

  min-height: 200px;
  display:flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

section#ubicacion {
  color: #ffffff;
  z-index: 20;
  position: relative;
  top: 40px;
  left: 15px;
}
#wrapper1 {
  overflow: hidden;
  position:relative;
}

#bandaUbicacion {
  background: #003366;
  position:absolute;
  z-index:20;
  transform: rotate(-1.3deg);
  width:120%;
  height: 200px;
  left:-5px;
  top:13px;
}





div#map-box {
  width:100%;
  height: 500px;
  background: white;

}
.main-header {
  position:relative;
  z-index: 2
}

 /* Formularios de contacto */

 section#contacto{
  background: black;
  width:40%;
  color:#ffffff;
  z-index:22;

  padding:20px;
  position:absolute;
  top:-128px;
  right:20px;
} 

.forma, #contacForm .formItem input,
   #contacForm textarea {
    width: 70%;
    margin-bottom: 2px;
    padding: 5px;
    border: 2px solid #313140;
    border-radius: 5px;
    font-size: 15px;
    /*box-shadow: 1px 1px 2px #333;*/
  }

  #contacForm div.textoPequeno {
    margin-bottom:10px;
    font-size:10pt;
    text-align: center;
  }

  #contacto .submit input, .centerText button,   #contacForm  button{
    width:auto;
    font-size:10pt;
    margin:0px auto;
    display: block;
    margin-top:5px;
  }



  .formItem label {
      display: block;
      float: left;
      padding-right: 2px;
      text-align: right;
      width: 104px!important;
      padding-top:.6em;
  }
   
  .button {
      background-color:var(--main-button-color);
      border: medium none;
      border-radius: 5px 5px 5px 5px;
      color: black;
      font-weight: 500;
      padding: 8px;
      color: #ffffff;
      transition:background 1s ease;
    }

  .button:hover{
    background: var(--main-button-hover-color);
  }

  
  .atencion {
    color: red;
    font-size: 90%;
    font-weight: 500;


  }

  fieldset {
      border: 1px solid #ccc;
      margin-top: 5px;
      padding: 10px 20px;
      /*width:80%;*/
  }

  fieldset legend {
      color: #343468;
      font-size: 110%;
      font-weight: 500;
      padding: 5px;
  }
#footer { background: #003366;}
#footer div a { font-size:9pt; text-decoration:   none;  color:#ffffff;}





 /*** busqueda **/

.container.buscador {
   position: relative;

}



  #barraBuscador {
    width:70%;
    position:absolute;
    margin:0px auto;
    background: none;
    padding-top:5px;
    transition: width linear .3s;
    top:-26px;
    right:5px;

    background: #ffffff;
    border-radius: 82px;
    height: 49px !important;
  }

 .is-sticky #barraBuscador{
  border: 1px solid #CCCCCC;
 }


  #barraBuscador h3.titleSideBar {
    display:none;
  }


  #barraBuscador form.buscador {
      position:absolute;
      background: #ffffff;

      overflow: hidden;
      width: 95%;
      margin:0px auto;
     
      border-radius: 50px;
      top: 2px;
      right: 4px;
    
      

  }
   #barraBuscador form.buscador ,
   #barraBuscador form.buscador input#searchsubmit {
    height: 45px;
   }
  #barraBuscador form.buscador input#s {
    border: 1px solid white;
    position:absolute;
    font-size: 12pt;
    padding: 8px 4px 8px 15px!important;
    background-color: #FFF;
    width:80%;
  }


  #barraBuscador form.buscador select {
    font-size: 11pt;
      text-transform: uppercase;
    padding: 11px 0px 1px 0px!important;
    background:none;
    border:none;
    width: 170px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    margin-left:5px;

}

  #barraBuscador form.buscador select option {
    font-size: 11pt;
      text-transform: uppercase;
}

 #barraBuscador #searchsubmit {
  position: absolute;
  right: 0px;
  border-radius: 5px;
}

  #barraBuscador form.buscador div.select{
    background: url(../img/select-arrow.png) no-repeat  right 1.4em;
    height: 29px;
    overflow: hidden;
    width: 190px;
    float:left;
    font-size:10pt;
  }
  #barraBuscador form.buscador div.select:hover{
    background: url(../img/select-arrow-strong.png) no-repeat  right 1.4em;
  }


  :focus { outline: 0 none;}

#barraBuscador form.buscador input#searchsubmit {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  background: #cccccc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E")
  no-repeat center / 18px;

  font-size: 0;
  padding: 0;
  transition: background-color 0.3s ease;
}

  #barraBuscador form.buscador input {
     -webkit-appearance: none;
 }


#barraBuscador form.buscador input#searchsubmit:hover {
  background: #999999 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E")
  no-repeat center / 18px;
}
  #barraBuscador form.buscador input::-moz-placeholder ,
  #barraBuscador form.buscador input:-moz-placeholder {
   color:#595959;
   font-weight: bold;

  }

  #barraBuscador form.buscador input::-webkit-input-placeholder {
    color:#595959;
   font-weight: bold;
  }

#barraBuscador form.buscador input::-ms-input-placeholder {
   color:#595959;
   font-weight: bold;

  }


#barraMenu {
  width:60%; 
  margin:0px auto;
}
@media (max-width: 1612px) {
  #barraBuscador {
      width: 60%;
    
  }
}


@media (max-width: 991.98px) {

#barraBuscador{
    width: 90%;
    margin-top:39px;
   /* padding-top:80px;*/
}

#barraBuscador.menuToggled {
  padding-top:0px;
}

 #barraMenu {
  width:99%; 
  margin:0px auto;
}




 a#logo {
    display:block;
    width: 175px;
    height: 110px;
    background: url(../img/logo-horizontal.png) no-repeat center top ;
    
    transition: background .90s, height .90s, width .90s ;
   }
 #cssmenu{
    background: #003366;
   }

  #cssmenu .nav-link { padding-left:20px; }

 .navbar-toggler {
    background: #ffffff;
  }


  .leyenda {
     top:-80px;
   
     z-index:-1;
     position: relative;
   }

   .image img.cintillo  {
     width:auto;
   }

   section.marcas img {
    padding:10px;
   }

    section#contacto{
      left:auto;
      right:auto;
      top:auto;
      width:100%;
      margin:0px auto;
      position: relative;
    } 

    section#contacto .formItem label {
   
         width: 104px;
  }

#contacto h2 {
  padding-top:15px;
}

}

.contentHeader span {
  color: var(--sub-title-color);
  font-size:10pt;
  font-weight: bold;
  display:none;
 
}

.contentHeader h2 {
  line-height: 1;
  
}


ul#listadoNoticias {
  
  width: 95%;
  margin: 0px auto;
  margin-top:20px;
}

.keepReading {
  text-align: right;
  padding: 10px 10px;
  color: var(--title-color);
}
ul#listadoNoticias li .item h3 a { font-size: 16pt; color: var(--title-color);}

.keepReading a{
  color: var(--title-color);
  font-style: italic;
}

/* MENU LATERAL */

.barraLeft #menuLateral h3 {
  color:#ffffff;
  text-align: center;
  padding-top:20px;
  
}
.barraLeft #menuLateral {
  margin-bottom:15px;
background: #1D68BE;
  border-radius: 5px;
}


.barraLeft #menuLateral ul.menuP {
 
  list-style: none;
  padding-left:10px;
  padding-top:20px;
}

.barraLeft #menuLateral ul.menuP li {
  background: none;
  padding:2px 2px 2px 0px;
}


.barraLeft #menuLateral ul.menuP li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  
}
.barraLeft #menuLateral ul.menuP li * {
  text-decoration: none;
  color:#ffffff;
  text-transform: uppercase;
  font-size: 10.5pt;
}

.barraLeft #menuLateral ul.menuP li span {
  padding:0px;
  margin:0px;
  display:inline-block;
  
}
table#listadoItems thead th{
  background: none;
}


@media (max-width: 575.98px) {
  #barraBuscador .select {
   display:none;
} 

#barraBuscador.menuToggled {
  padding-top:10px;
  
}
  #btnToggler{
      margin-right:10px;
    }
    .forma, #contacForm .formItem input, #contacForm textarea {

      width:60%;
    }

    #contacForm textarea {

     min-height: 120px;
    }

}

@media (max-width: 400.98px) {
#barraBuscador.menuToggled {
  padding-top:10px;
  
}
}

/** boton subir ***/

/*Back To Top*/
.back-top {
	color: #fff;
	right: 20px;
	font-size: 22px;
	position: fixed;
	z-index: 1600;
	opacity: 0;
	visibility: hidden;
	bottom: 70px;
	height: 40px;
	width: 40px;
	background: var(--main-button-color);
	text-align: center;
	line-height: 38px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.back-top:before {
    content: "";
    position: absolute;
    border: var(--main-button-color) solid 4px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.back-top:hover:before, .back-top:focus:before{
    -webkit-animation-name: hvr-ripple-out;
    -o-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    opacity: 1;
}

.back-top-visible {
  opacity:1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.back-top:hover, .back-top:focus{
	color:#fff;
}

.back-top .fa{
    line-height: 1.2;

  }
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@-o-keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}


#preloader {
    text-align: center;
    display: block;
    margin: 0px auto;
}
svg {
    width: 80px;
    height: 50px;
    margin: 0px;
    display: inline-block;
}

#btnTogglerLateral {
  position: absolute;
  right:10px;
  top:-40px;
}


ul#contactoHeader {
  list-style: none;
  margin:0px;
  padding:0px;
  position:absolute;
  bottom: 88px;
  z-index: 1111111;
}

ul#contactoHeader li{
  color:#FFFFFF;
 
  margin:0px;
  padding:0px;
  line-height: 1;
  font-size: 13pt;
}

ul#contactoHeader li *{
  font-size:12pt;
  height:10px;
  
}


ul#contactoHeader li b {
  display:inline-block;
  width: 100px;
  text-align:right;
  padding-right: 4px;
}
#bannerContainer { width:1900px }
#banner {
  position:absolute;
 
  z-index: 0;
  width:1900px;
  height: 448px;

}

.tparrows  {
  display:none;
}

.message {
  background-color: #ffffd7;
  border: 1px solid #f9c700;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  width: 70%;
  color: #000;
  border-radius: 4px;
  padding:10px;
  font-size:10pt;
}



  #quotationForm input ,
  #quotationForm textarea{
   
  border-radius: 5px;
 
  font-size: 16px;
 
  border: 1px solid #cacaca;
  border-left: 2px solid #1D68BE;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 7px!important;

}
#contacForm {
  padding-bottom:20px;
}
 #contacForm .formItem input, 
 #contacForm .formItem  textarea, 
  #quotationForm input ,
  #quotationForm textarea{
   
  border-radius: 5px;
 
  font-size: 16px;
 
  border: 1px solid #cacaca;
  border-left: 2px solid #1D68BE;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 7px!important;

}

#quotTbody input {
   padding: 0px 5px!important;
}
#quotationForm .submit input,
#contacto .submit input   {
 
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 35px!important;
  padding-right: 35px!important;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  border-radius: 5px;

  background-color: var(--main-button-color);
  box-shadow: 0 7px 25px rgb(123,104,238,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
 
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next  {
  background: var(--table-head-color);
  padding:7px 12px 4px 12px!important;
  padding-right:10px!important;
  transition: background .3s;
  color: #FFF;
  width: 45px;
  height: 45px;
}

.owl-carousel .owl-nav button.owl-prev{
  padding-right:10px!important;
}

.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover {
  background:#ED3237;
 
   color: #FFF;
}
.owl-carousel .owl-nav  .owl-prev{
  float:left!important;
}

.owl-carousel .owl-nav  .owl-next{
  float:right!important;
}


.left.single-services-five-item::before {
  top: -7px;
  left: -30px;
}

.left.single-services-five-item::after {
  left: -7px;
  top: -30px;
}

.single-services-five-item h3{
  text-align:center;
}

.single-services-five-item {
  min-height: 310px;
}