nombre-sitio/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*

 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bf0000;
    margin: 3px 0;
    padding: 0;
    border-radius: 4px;

}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
             box-sizing: border-box;
             width: auto;
             height: auto;
             font-size: 62.5%;
}

*, *:before, *:after {
             box-sizing: inherit;
}

body{
    background: #f2f2f2;
    width: auto;
    height: auto;
    
    font-family: 'Open Sans', sans-serif;
}
div.hero{

background-image: url(../img/encabezado1.png);
height: 65vh;
width:auto;
background-position: center;
background-size: cover;
position: relative;



}

div.contenido-header{
    padding-top: 10vh;
    
}

@media only screen and (min-width: 768px){

div.contenido-header{

    margin: auto auto;
    padding-top: 5vh;
    
}
div.hero{

height: 65vh;


}
}


nav.redes-sociales{
    text-align: left;
    padding-bottom: 5px;
}



nav.redes-sociales a{

    color: blue;
    font-size: 3.5em;
    margin-left: 20px;
}

nav.redes-sociales a:last child{
    margin-right: 0;
}

div .informacion-evento{
    text-align: center;
    color:white;
     width:100%;
     height: 30vh;
}

@media only screen and (min-width: 768px){
    div.informacion-evento{
        width:85%;
        height: 40vh;
        margin:  auto  auto;
        margin-top: -5%;

    }
}


div .informacion-evento p{
  margin-left: 15px;
  display: inline;
  font-size:  20px;
  text-transform: uppercase;
}

div .informacion-evento p i{
 
 color: #C20000;
font-size: 2.5rem;

}

.fecha{
    float: left;
    margin-left: 20px;
}

.lugar{
    float: right;
    text-align: right;
    margin-right: 20px;
}

.nombre-sitio{
   
    font-size:6vw;
   /** text-transform: uppercase;**/
 font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
    padding-bottom:  15px;
    color: black;
    font-style: bold;
}

    
section.section{
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    width: auto;
    z-index: 1;
}

section.section1{
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    width: auto;
    z-index: 1;
    font-size: 18px !important;
    text-align : justify !important;
     font-family: 'Open Sans', sans-serif;
}




.nombre-sitio{
    font-size:4.9vw;
    text-align: center;
    line-height: 1;
    padding-top: 1px;
    padding-bottom:  1px;
  
   
}

/**lettering**/



h2{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
 h3{
    padding: 10px;
   
    font-size: 2em;
    color:#C20000;
    font-family: 'Open Sans', sans-serif;
    margin:0;
 
 }

 .boton{
    display:inline-flex; 
    
    background-color: #C20000;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
   font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    margin-top: 10px;
    margin-bottom:  10px;
    margin-right: auto;
    margin-left: auto;
    transition: all .5s ease;
    border:1px solid #C20000 ;
    text-align: center; 
}
.boton:hover{
    background-color: #fe4918;
    cursor: pointer;

}

/**disabled para el boton pagar en el archivo registro.php**/

input[disabled].boton { 
  opacity: .5;
}

input[disabled].boton:hover { 
    background-color:#C20000;
    cursor: default;
}

h2::after{
 content: '';

 
 height: 32px;
 width: 33px;
 display: block;
 font-size: 2.2em;

}

h2{
    font-size: 2.2em;
}

.section p{
    font-size: 1.3em;
    text-align: justify;
    width:100%;
      margin: 8px;
    padding: 8px;
   

}
.section1 p{
    font-size: 1.3em;
    text-align: justify;
    
    margin: 8px;
    padding: 8px;
   
}

p.eloam{
    text-align: center;
    width:100%;
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
}


}
p.slogan{
    text-transform: none !important;
    font-family: 'Open Sans', sans-serif;

}

p.slogan span{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;

}

.contenedor{
    width: 100%;
    margin:0 auto;
}




.barra{
    background-color: white;
    height: 123px;
    width: 100%;
  

 

}

.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.fixed2{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;   
    z-index: 3;
    margin-left: -10px;
    margin-top: 6.5%;
   
}


div.logo {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}

div.logo a{
  
  font-size: 2.9em;


}

div.logo img {
    width: 80%;

}

nav.navegacion-principal{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,686868+57,bfb2ac+84,f8ffe5+100 */
background-color: #343A40;
  width:100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 3;
  position: absolute;

 
}



@media only screen and (max-width: 767px){

nav.navegacion-principal{
 
 display: none; 
}

}



nav.navegacion-principal a{
font-family: 'Open Sans', sans-serif;
 color: white;
 font-size: 2.2em;
 text-decoration: none;
 text-transform: uppercase;
 transition: all .3s ease;

 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 5px;
 padding-left: 5px;
 border-radius: 10px;
 
}

nav.navegacion-principal a:hover{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f85032+0,f6290c+18,f6290c+18,f16f5c+36,f16f5c+62,f16f5c+62,f02f17+80,e73827+100 */
background:#bf0000; /* Old browsers */


}

nav.wtsapp a{

 color: green;
 text-decoration: none;
 text-transform: uppercase;
 transition: all .3s ease; 
 font-family: 'Open Sans', sans-serif;
 font-size: 2.4em; 
 width: auto;
 display: inline-flex;
 padding-top: 3px;
 padding-right: 3px;
 padding-left: 3px;
 padding-bottom: 3px;
 border-radius: 5px;
 
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
background: rgb(252,255,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
border: 1px solid gray;
 

 
}
nav.wtsapp a img{

width: 40px;
height: 40px;


}

nav.wtsapp a span{
    
}
nav.wtsapp a span p{

color: gray;
margin-top: 0px;
margin-bottom: 0px;
display: none;

}


nav.wtsapp a:hover{

  background-color: white; 

}




div.menu-movil{
    width:30px;
    display: block;
    float: right;
    text-align: right;

    background-color: white;
}

div.menu-movil span{

height: 5px;
margin-bottom: 3px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #353535;
display: block;
border-radius: 5px;
z-index: 5px;
}

@media only screen and (min-width: 768px){

 div.menu-movil{
    display: none;

}
}

div.menu-movil span:hover{
    cursor: pointer;
}

section.programa{
    position: relative;
    height: 100%;
}

.contenedor-video{
    max-width: 100%;
    overflow-x: hidden;
}
.contenedor-video video{
    max-width: 100%;
     height: 300px;
}

div.contenido-programa{
    position: absolute; 
    top: 0;
    left: 0;
   
    width: 100%;
}

div.programa-evento{
    background-color: rgba(255, 255, 255, .9);
    width:auto;
    height: 100%;


}


@media only screen and (min-width: 768px){

div.programa-evento{
    width:auto;
  

}
.contenedor-video video{
    
     height: auto;
   
}
}
@media only screen and (min-width: 992px){
div.programa-evento{
    width:100%;

}



}

.menu-programa{
    width: 100%;
    border-bottom: 1px solid #C20000;
    display: table;
    
}

.menu-programa a{
  
    text-align: center;
    color: black;
    text-decoration: none;
   font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
    display: table-cell;
}

.menu-programa a.activo::after{
    position: absolute;
    content: '';
    top: 28px;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    width: 20px;
    background-image:url(../img/talleres-flecha.jpg);
    background-position: top center;
    background-repeat: none;
    bottom:-20px;

}

@media only screen and (min-width: 768px){
.menu-programa{
        display: table;
}

.menu-programa a{
    display: table-cell;

}
}

nav.menu-programa a i,
.detalle-evento p i{
    color: #C20000;
    font-size: 1.3em;
    margin-right: 5px;
}

div.detalle-evento{
    margin-top: 10px;
    
}

.detalle-evento:nth-child(2){
    border: none
}
.detalle-evento p{
    margin-bottom: 10px;
    font-size: 1.4em;
}

.lista-invitados li{
 padding:  20px;
 float: left;
}
@media only screen and (min-width:480px){

.lista-invitados li{

width: 50%;

}
}

@media only screen and (min-width:768px){

.lista-invitados li{

width: 33.3%;

}
}

.invitado{
    position: relative;
    overflow: hidden;
      display: flex;
    flex-wrap: nowrap;
     justify-content: space-between;
}

.invitado img{
    width: 380px;
    height: 280px;
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all .8s ease-in-out;
    border-radius: 4px;
    border: 1px solid #C20000;
    padding: 15px;
   
    
}
.invitado img:hover{
filter: grayscale(0);
transform: scale(1.1);
cursor: pointer;

}
.invitado p{
    position: absolute;
    bottom: 0;
    left:0;
    padding: 15px 10px ;
    margin: 0;
    background-color: rgba(0,0,0, 0.55);
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
       font-size: 2em;
    color:#C20000;
    text-transform: uppercase;
}

.invitado:hover p{
    bottom: -80px;
    opacity: 0;
}
.parallax::before {
    width:  100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter:brightness(.8);
    filter: brightness(.8);
}
div.contador{
    position: relative;
    height: auto;

}
div.contador::before{
    background-image: url(../img/Encabezado.png);
    content: '';
    opacity: .7;
}

ul.resumen-evento{
    position: relative;
    padding: 120px 0;

}
ul.resumen-evento li{
    width: 50%;
    float: left;
    text-align: center;
    color: white;
    text-transform: uppercase;
   font-family: 'Open Sans', sans-serif;
    font-size: 1.9em;
     font-weight: bold;


}
@media only screen and (min-width:768px){
ul.resumen-evento li{
    width: 25%;
    color: white;
     font-weight: bold;
   
}
}

.numero{
    color: white;
    font-weight: bold;
    font-size: 40px;
    display: block;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;

}

.lista-precios > li{
 padding: 10px;


}
.precios > li{
    padding: 10px;
    width: 100%;
   }

@media only screen and (min-width:768px){

.lista-precios > li{
 float: left;
 width: 33.3%;
}

.precios > li {
 float: left;
 width: 33.3%;
}
}

.tabla-precio{
    
    background-color: white;
    padding: 20px 0 ;
    text-align: center;
    transition: all .3s ease;
    border-radius: 8px;
    width:351px;
    margin-right: auto;
    margin-left: auto;

}
@media only screen and (min-width:768px){
.tabla-precio{
    
   width:220px;
    
  
}

}
.tabla-precio ul li{
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: gray;
    line-height: 26px;



}

.tabla-precio h3{
  font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;

}

.tabla-precio p{
    color: black;
    margin-bottom: 10px;
}

.tabla-precio ul li i{
    font-size: 12px;
    color: green;

}

.tabla-precio:hover{
    transform: scale(1.1);
    border: 1px solid #C20000;
    box-shadow: 0px 0px 50px #666;
}

.hollow{
    background-color: white;
    color: #C20000
}

.hollow:hover{
    background-color: #C20000;
    color: white;

}



.testimonio{
    padding: 20px;

}

.testimoniales{
    padding: 5px;
}

@media only screen and (min-width:768px){
.testimoniales{
    float: left;
    width: 33.3%;
}
}

blockquote{
    background-color: white;
    border: 1px solid gray;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-radius: 8px;
}
blockquote p{
    text-align: justify!important;
    font-size: 1.5em!important;
  font-family: 'Open Sans', sans-serif;
    padding: 0 20px 0 65px;
}

blockquote p::before{
    content: '\201c';
    position: absolute;
    left: 13px;
    top: 10px;
    font-size: 8rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color:#C20000;

}
 footer.info-testimonial{
    padding: 10;
    background-color: transparent;

 }
  footer.info-testimonial img{
    float: left;
    width: 18%;
    border-radius: 50%;
    margin-left:  40px;

  }
   .info-testimonial cite{
     text-align: left;
     color: #C20000;
     text-transform: uppercase;
     font-size: 12px;
     padding-top: 8px;
     width: 66.6%;
     float: right;
     padding-left: 10px;
     font-weight: bold;

   }
    .info-testimonial span{
        color: gray;
        text-transform: none;
        margin-top: 5px;

    }

.newsletter{
    position: relative;
    height: auto;

}

.newsletter::before{
background-image: url(../img/bg-newsletter.jpg);
content: '';


}
.newsletter .contenido{
    padding: 100px 0;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;


}

.newsletter .contenido p{

    font-size: 1.4em;
    text-transform: lowercase;
    
}

.newsletter .contenido h3{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 7vw;
    font-family: 'Open Sans', sans-serif;

}

.transparent{
    background-color: transparent;
    border-color: white;
}


.cuenta-regresiva ul li{
    text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: center;
    color: gray;
    margin: 0;
    padding-bottom: 15px;

}


@media only screen and (min-width:768px){
.cuenta-regresiva ul li{
    width: 25%;
    float: left;
}
}

.cuenta-regresiva ul li p{
    color: #C20000;
    font-size: 3em;
    margin: 0;

}

footer{
    background-color: WHTIE;
    border-top: 4px solid #353535;
   
 font-family: 'Open Sans', sans-serif;
 
}

footer .contenido > div{
    color: #353535;
    padding: 0 25px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
   
}

div .footer-informacion a{

 
font-family: 'Open Sans', sans-serif;
 color: #2E2E2E;
 font-size: 1.4em;
 text-decoration: none;
 text-transform: uppercase;
 transition: all .3s ease;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 5px;
 padding-left: 5px;
 border-radius: 10px;
 border: 2px solid #353535; 
 

}
div .footer-informacion a:hover{
    opacity: .6;
}
@media only screen and (min-width:768px){
footer .contenido > div{

width: 33.3%;
float: left;
}

}
.contenido h3{
    margin-top: 15px;
    margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
font-family: 'Open Sans', sans-serif;
}

.contenido h3 span{
    color: #C20000;
  font-family: 'Open Sans', sans-serif;
}

.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2E2E2E;
    margin: 0;
    color: white;
    padding: 10px 0;
}


.contenido .menu .redes-sociales{
   font-size: 8px;
     display: flex;
    flex-wrap: nowrap;
     justify-content: center;
    align-content: flex-end;

}

section.seccion{

    margin-top: 10px;
}


/*****INTERNAS*****/
/**conferencia**/


form.registro{
font-family: 'Open Sans', sans-serif;
    
}

form.registro h3{
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0 0;

}
.paquetes h3{
    font-size: 19px;
}

form.registro label{
margin-bottom: 5px;
font-weight:bold;
}
h4{
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #fe4918;
    padding-bottom: 10px;
    font-size: 1.4em;
   
}
.caja{

background-color: whitesmoke;
border: 1px solid #e1e1e1;
padding: 10px;
margin:10px;



}

.icon input{
    padding-left: 40px;
    height: 1.8em;
    width: 100%;
  
  }
  
.icon{
    position:relative;
  }
  
.icon i{
    position: absolute;
    top: 27px;
    left:30px; 
    color:#aaa;
    transition: .5s;
  }
  .iconboletos input{
    padding-left: 20px;
    height: 1.8em;
    width: 100%;
  
  }

  .iconboletos{
    position:relative;
  }
  
  .iconboletos i{
    position: absolute;
    top: 43px;
    left:130px; 
    color:#aaa;
    transition: .5s;
  }
@media only screen and (min-width:768px){

   .iconboletos i{
    left:75px; 
        
  }

}
  input:focus + i{
   color:#B22222;
  }
  input:focus{
    border-color: blue;
    box-shadow: 0 0 5px blue;
  }

.paquetes .tabla-precio:hover{
    transform: none;
    box-shadow: none;

}



.paquetes .tabla-precio input{
    clear: both;
    width: 100px;
    margin: 10px auto 0 auto;
    display: block;
    height: 2.5rem;
    text-align: center;
    font-size: 15px;
}
.paquetes .tabla-precio label{
    font-size: 1.9rem;

}
.contenido-dia{
    padding: 20px;

}
@media only screen and (min-width: 768px){
.contenido-dia>div{
float: left;
width: 33.3%;

}
}
.contenido-dia>div p{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.contenido-dia>div label{
display: block;
margin-bottom: 10px;
font-size: 13px;
font-weight: 300;



}

.contenido-dia> div input{
    margin-right: 30px;

}

.contenido-dia> div label time{
    color: #C20000;
    margin-right: 10px;
}

.resumen div.extras{
   margin-bottom: 15px;
   border: 1px solid #e1e1e1;
   padding: 5px 5px;
}

@media only screen and (min-width: 768px){

.resumen div.extras{
    float: left;
    width: 50%;
    padding: 30px;
}

.resumen .total{
    float: right;
    width: 50%;
    padding: 30px;

}


}
.resumen p{
    font-size: 1.9em;
    text-transform: uppercase;
}


.extras .orden {
    text-align: left;
    margin-bottom: 15px;
}

.orden input{
   
    height: 2rem;
    font-size: 15px;
    text-align: center;

}
.orden{
    display: flex;

}
.orden label{
    flex: 0 0 200px;
    font-size: 18px;
   
}
.orden input,select{
   
    height: 2rem;
    font-size: 15px;
    text-align: center;
    width: 50%;

}
@media only screen and (min-width: 880px){
.orden label{
    flex: 0 0 250px;
    font-size: 18px;
   
}
.orden input,select{
   
    height: 2rem;
    font-size: 15px;
    text-align: center;
    width: 50%;

}
}


.orden select{
    
    height: 2.2rem;
    font-size: 15px;
    text-align: center;
}



#lista_productos{
    font-size: 15px;
  font-family: 'Open Sans', sans-serif;
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 15px;

    
}
#suma-total{
    font-size: 15px;
    font-weight: bold;
     font-family: 'Open Sans', sans-serif;
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}
.total p{
    text-align: center;
}
.total{
    border: 1px solid #e1e1e1;
}

#viernes{
    display: none;
}
#sabado{
    display: none;
}
#domingo{
    display: none;
}

#error{
    clear: both;
    font-size: 14px;
    text-align: center;
}


.mapa{
    border: 1px solid rgb(141, 140, 140);
    margin-left: 10px;
    width: 430px;
    z-index: 1;
    

}

.navegacion-principal .activo{
    border-bottom: 2px solid #C20000;

}


/*
 * calendario
 *
 */
div.fecha{
    display:flex;
    width: 100%;
    justify-content: center;
    background-color: #353535;
    margin:0;
}   

div.dia{
    
   float: left;
   width: 50%;
   padding: 15px 15px;
   border:1.5px solid #e1e1e1;
   background-color: white;
   height: 180px;
   border-radius: 15px;     



}

div.dia i{
    color: #C20000;
    font-size: 16px;
}

@media only screen and (min-width: 768px){

div.dia{
    width: 33.3%;


}

div.dia:hover{

    background-color: #e1e1e1;

}

}
ul.thumbNav{
    display: none;
}

.esa_service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.esa{
    width: 130px;
    height: 120px;  
    margin-top: 100px;
}
.esa2{
    width: 130px;
    height: 120px;  
    margin-left: 45%;
}


.esa_m{
    width: 300px;
    height: 300px;
  
   
}
.esa_p{
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.2em;
}


.icon2 input{
    padding-left: 5px;

  }
.icon2 select{
    padding-left: 5px;
}

  
.icon2{
    position:relative;
  }
  
.icon2 i{
    position: absolute;
    top:20px;
    left:117px; 
    color:#aaa;
    transition: .5s;
  }

.campo{
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}
.mc-field-group{
    margin: 0!important;
    padding: 0!important;
}
#mc_embed_signup{

 
  font:14px Helvetica,Arial,sans-serif; 
  display: flex;
  justify-content: center;
  align-items: center;


}

#mc_embed_signup div.mce_inline_error{
     margin:0 0 0 5px !important;
     border-radius: 5px;

}
#mc_embed_signup form{

    padding: 0 0 0 0 !important;
}

#mc_embed_signup .button{
margin-top: 10px !important;

}

div #mc_embed_signup_scroll{

    border: 1px solid black;
    border-radius: 10px;
       padding-top: 5px;
   padding-right: 5px;
   padding-left: 5px;
   padding-bottom: 5px;
    margin:5px 5px 5px 5px !important;
}

div.clear {
    text-align: center!important;
    margin-bottom: 2rem;

  
}

.campo input{
    display: flex !important;
    flex: .7;
    margin-left: 15%;
    height: 3rem;
    width: auto;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    padding-left: 40px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;

}




.contacto{
background-color: whitesmoke;

padding: 10px;
margin-top: 50px;
}

.contactod{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    border: 1px solid black;
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
      display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-end;
    


}

.contactod h3{
    margin-bottom: 10px;
}
.contactod .monterrey h3{
    margin-top: 10px;
}
.contactod li{
    font-size: 15px;
    margin-bottom: 5px;
}
.contactod li i{
    color: #C20000;
    font-size: 18px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

ul{
    margin: 0 ;
    list-style: none;
    padding: 0;
display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
  align-items: center;
  align-content: center;
}






/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;

    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.goog-te-banner-frame {

position: absolute !important;
z-index: 99 !important;
-webkit-box-shadow: 1px 1px 2px 2px #474747 !important;
box-shadow: 1px 1px 2px 2px #474747 !important;

}

.goog-te-gadget-simple {

 margin-top: 5px;
    -webkit-box-shadow: 1px 1px 2px 2px #474747 !important;
box-shadow: 1px 1px 2px 2px #474747 !important;
}



#google_translate_element{
z-index: 99 !important;

}


/*
ICONOS
*/

.home{

    margin-bottom: 4px; 
}
.productos{
    margin-bottom: 4px;
}

.esaservice{
    margin-bottom: 4px;
}
.cotactoi{
    margin-bottom: 4px;
}


/*
version movil 375x812
*/


@media only screen and (max-width: 480px){


.navegacion-principal a{
  justify-content: left;
  display: flex;
  margin-bottom: 8px;   
  font-size: 20px !important;
   border: 1px solid white;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-right: 2px !important;
 padding-left: 2px !important;
 
}

.navegacion-principal a img{

    width: 20px;
    height: 20px;

}

.fixed2{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;   
    z-index: 5;
    margin-left: -10px;
    margin-top: 60%;


   
}

img.esa2{
    width: 130px;
    height: 120px;  
    margin-left: 30%;
}

section .section1{
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    width: auto;
    z-index: 1;
}



.contactod{
    
 
  flex-direction: column !important;
  justify-content: center!important;
  align-items: center !important;
  align-content: center !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: 0% !important;
    
    

    
}
.mapa{
    
    width: 310px;
    height: 310px;
    z-index: 1;
    margin-left: 0px !important;
    
}
.icon2 i{
    left:60px !important;
   
}


}

/*
version TABLET 768x812
*/



.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width:auto;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
  align-items: center;
  align-content: center;
}
/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    width: 350px;
    height: 290px;
    background: gray;
    text-align: center;
    cursor: pointer;
    border: 1px solid   gray;
    border-radius: 4px;
}

.grid figure img {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: black;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-hera {
    background: #d6d9ee;
}

figure.effect-hera h2 {
    position: absolute;

    top: 1%;
    right: 1%;
    font-size: 13px;
    background: #f7f7fc;
    padding-right: 1px;
    padding-top: 1px;
    border: 1px solid   gray;
    border-radius: 4px;
   font-family: 'Open Sans', sans-serif;

}



figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    font-family: 'Open Sans', sans-serif;
}

figure.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid black;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-hera p a {
    color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
    opacity: 0.6;
}

figure.effect-hera p a img {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    color: black;
    font-size: 50px;

}

figure.effect-hera p a:first-child img {
    -webkit-transform: translate3d(-60px,-60px,0);
    transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) img {
    -webkit-transform: translate3d(60px,-60px,0);
    transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) img {
    -webkit-transform: translate3d(-60px,60px,0);
    transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) img {
    -webkit-transform: translate3d(60px,60px,0);
    transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p img:empty {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
    opacity: 1;
}

.hoverbox
{
    cursor: default;
    list-style: none;
}

.hoverbox a
{
    cursor: cursor;
}

.hoverbox a .preview
{
    display: none;
}

.hoverbox a:hover .preview
{
    display: block;
    position: absolute;
    top: -33px;
    left: -45px;
    z-index: 1;
}

.hoverbox img
{
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    width: 100px;
    height: 75px;
}

.hoverbox li
{
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
  
    margin: 3px;    
    padding: 5px;
    
}

.hoverbox .preview
{
    border-color: #000;
    width: 200px;
    height: 150px;
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: black;
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}

.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}


.chihuahua ul{
    margin: 0 ;
    list-style: none;
    padding: 0;
    display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  align-content: flex-end;
}
