html, body 
{
position: relative;
height: 100%;
font-family: frutigerLight; 
}


@font-face
{
  font-family: frutigerBold;
  src: url(FrutigerLTStd-Bold.otf);
}

@font-face
{
  font-family: frutigerLight;
  src: url(FrutigerLTStd-Light.otf);
}

@font-face
{
  font-family: frutigerMd;
  src: url(FrutigerLTStd-Cn.otf);
}

/* unvisited link */
a:link 
{
  color: #505055;
  text-decoration: none;
}

/* visited link */
a:visited 
{
  color: #505055;
  text-decoration: none;
}

/* mouse over link */
a:hover
{
  color: #505055;
  text-decoration: none;
}

/* selected link */
a:active
{
  color: #505055;
  text-decoration: none;
}


/*Valida forma*/
form .error 
{
  font-family: frutigerBold; 
  color: #ff0000;
    display: table;

}   

/*overlay*/

#overlay 
{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  cursor: pointer;
}

#textOverlay
{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  font-family: frutigerLight; 

}  


.menu
{ 
  font-family: frutigerBold;
  color: #505055; 
  font-size: 1.000em; /*16px*/
}

.titBold
{ 
  font-family: frutigerBold;
  color: #505055; 
  font-size: 2.500em; /*40px*/
}

.titBoldW
{ 
  font-family: frutigerBold;
  color: white; 
  font-size: 2.500em; /*40px*/
}

.titBoldWS
{ 
  font-family: frutigerBold;
  color: white; 
  font-size: 1.563em; /*25px*/
}

.titLight
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 2.500em; /*40px*/
}

.titLightW
{ 
  font-family: frutigerLight;
  color: white; 
  font-size: 2.500em; /*40px*/
}

.titLightWS
{ 
  font-family: frutigerLight;
  color: white; 
  font-size: 1.563em; /*25px*/
}



.txtGeneralB
{ 
  font-family: frutigerBold;
  color: #505055; 
  font-size: 1.125em; /*18px*/
}

.txtGeneral
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 1.250em; /*20px*/
}

.txtGeneralItalic
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-style: italic;

}

.tit-center{
    text-align: center !important;
}
.txt-center{
    text-align: center !important;
}

/*CONTENEDORES*/
#contGlobal
{
    width: 100%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
   /* padding: 2%;*/
}

#contLocal
{
    width: 90%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
   /* padding: 2%;*/
}



#headerC
{
    width: 100%;
    height: auto;
    /*background-color: whitesmoke;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#nosotrosC
{
    width: 50%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.txt-declaracion
{
    padding: 0 10% 0 10%;
}

#sliderC
{
    width: 100%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#inscribeteC
{
    width: 30%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff4c00;
    padding: 1%;
    border-radius: 150px;
    /*margin: 30px 25% 30px 20%;*/
}

.suscribete
{
    font-size: 2.000em important!;
}

#carruselCS
{
    width: 90%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    text-align: center;
}

.carruselNombre
{ 
  width: 100%;
  font-family: frutigerBold;
  color: #505055; 
  font-size:1.063em; /*17px*/
  /*font-size: 1.000em; /*16px*/
    /*font-size: 0.875em; /*14px*/

}

#divCarruselNombre
{
    width: 100%;
    height: 80px;
    position: relative;
}


.carruselDesc
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 1.063em; /*17px*/
}


#buscadorC
{
    width: 90%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 1%;
}

#comoC
{
    width: 100%;
    height: auto;
    /*background-color: #999ea4 !important;*/
    color:#FFFFFF !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*padding: 20px;*/
    text-align: center;
}


#casosC
{
    width: 100%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
}

#clientesC
{
    width: 60%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
}

.col-20{
    float:left;
    width: 20%;
    height: auto;
    background-color: #CCCCCC !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.col-80{
    float:left;
    width: 80%;
    height: auto;
    background-color: #CCCCCC !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#proveedoresC
{
    width: 100%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
}


#carruselCP
{
    width: 90%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#appC
{
    width: 100%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#redessocialesC
{
    width: 80%;
    height: auto;
    /*background-color: aqua;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#footerC
{
    width: 100%;
    height: auto;
    background-color: #000000 !important;
    color:#FFFFFF !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

#footerC > a
{
    color:#FFFFFF !important;
    text-decoration:none;
    padding: 10px;
}

#footerC > a:hover
{
    color:white !important;
}


/*SLIDER*/

.sliderSlide
{
    display: none;
}
    
/* Slideshow container */
#sliderCont 
{
  max-width: 100vw;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.sliderPrev, .sliderNext 
{
  cursor: pointer;
  width: auto;
  padding: 14px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   /*background-color: rgba(255,255,255 ,0.8);*/
    
}

/* Position the "next button" to the right */
.sliderNext 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.sliderPrev:hover, .sliderNext:hover 
{
  background-color: rgba(255,255,255 ,0.8);
}
    
 
.active 
{
  background-color: white;
}

/* Fading animation */
.fadeSlider 
{
  -webkit-animation-name: fadeSlider;
  -webkit-animation-duration: 1.5s;
  animation-name: fadeSlider;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeSlider
{
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fadeSlider
{
  from {opacity: .4} 
  to {opacity: 1}
}


    


    
/*CARRUSEL*/    
.swiper-container 
    {
      width: 100%;
      height: 100%;
    }
    
    .swiper-slide 
    {
      text-align: center;
      font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;

    }
    



/*MENU*/
table 
{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th 
{
  /*border: 1px solid #dddddd;*/
  text-align: center;
  /*padding: 8px;*/
}

tr:nth-child(even) {
  /*background-color: #dddddd;*/
}

ul 
{
    float:right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: whitesmoke;*/
    text-transform: uppercase;

}

li 
{
  float: left;
}

li a 
{
  display: block;
  color: #505055;
  /*text-align: center;*/
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover 
{
  color: #111;
  /*background-color: whitesmoke;*/
  
}




/*PROPIEDADES*/
#thumbCont
{
   width: 100%;
    height: auto;
    position: relative;
    /*background-color: red;*/
}
    
.thumbTexto 
{
  position: absolute;
  bottom: 12%;
  left: 5%;
  color: white;
  font-size: 1.875em; /*30px*/  
font-family: frutigerMd;

}    

.thumbDesc
{
  position: absolute;
  bottom: 7%;
  left: 5%;
  color: white;
  font-size: 1.250em; /*20px*/  
  font-family: frutigerLight;
    
}



    
#galeriaCont
{
   width: 42%;
    height: auto;
    float: left;
    margin-left: 5%;
    position: relative;
}   
    
#subCont
{
   width: 42%;
    height: auto;
    float: right;
    margin-right: 5%;
    display: none;
    padding: 1%;
    text-align: center;
} 

.tablaTiempo{
    border:1px solid #CCCCCC;
    padding: 10px;
}

.regresivaL
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 1.275em; /*30px*/
}

.regresivaB
{ 
  font-family: frutigerBold;
  color: #505055; 
  font-size: 1.875em; /*30px*/
}


#inicioSub
{
    width: 100%;
    height: auto;
    background-color: #bebfc3;
    color: #505055;
    text-align: center;
    padding: 2%;
} 

.inicioB
{ 
  font-family: frutigerBold;
  color: #505055; 
  /*font-size: 2.500em; /*40px*/
  font-size: 2.188em; /*35px*/

}

.inicioL
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 1.388em; /*35px*/
}


.subListTit
{ 
  font-family: frutigerLight;
  color: #bdbec2; 
  font-size: 2.500em; /*40px*/
    
}


.subListB
{ 
  font-family: frutigerBold;
  color: #FFFFFF; 
  font-size: 1.563em; /*25px*/
}

.subNom
{ 
  font-family: frutigerBold;
  color: #505055; 
  font-size: 1.210em; /*25px*/
}

.subListL
{ 
  font-family: frutigerLight;
  color: #505055; 
  font-size: 1.263em; /*25px*/
}


#ofertarSub
{
    width: 100%;
    height: auto;
    background-color: #e7e7e9;
    font-family: frutigerLight;
    color: #505055; 
    font-size: 2.500em; /*40px*/
    text-align: center;
   /* padding: 2%;*/
} 

/*BTN MENSAJES*/

#btnNaranja
{
    width: 100%;
    height: auto;
    background-color: #ff4c00;   
    font-family: frutigerMd;
   color: white; 
  font-size: 1.675em; /*30px*/
    text-align: center;
    padding: 3%;
    cursor: pointer;
  text-decoration: none;
  display: inline-block;
    /*border-radius:100px;*/
} 

.btnNaranja
{
    width: 100%;
    height: auto;
    background-color: #ff4c00;
    font-family: frutigerMd;
    color: white; 
    font-size: 1.875em; /*30px*/
    text-align: center;
    padding: 3%;
    float: left;
    
   cursor: pointer;
  text-decoration: none;
  display: inline-block;
} 

.btnNaranjita
{
 
    width: 70%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: frutigerMd;
    color: white; 
    background-color: #ff4c00;
    padding: 1%;
    border-radius: 150px;
} 

.btnGris
{
    width: 100%;
    height: auto;
    background-color: #545358;
    font-family: frutigerMd;
    color: white; 
    font-size: 1.875em; /*30px*/
    text-align: center;
    padding: 3%;
    float: left;
    
   cursor: pointer;
  text-decoration: none;
  display: inline-block;
} 




.btnGris2
{
    width: 85%;
    height: auto;
    font-family: frutigerMd;
    float: left;
    background-color: #e7e7e9;
    padding: 2%;
} 


.btnGris3
{
    width: auto;
    height: auto;
    background-color: #545358;
    font-family: frutigerMd;
    color: white; 
    font-size: 1.000em; /*16px*/
    text-align: center;
    border: 0;
    padding: 2%;
   cursor: pointer;
  text-decoration: none;
} 


.btnDecrementa
{
    width: 15%;
    height: auto;
    background-color: #545358;
    color: white;
    font-family: frutigerMd;
    float: left;
    font-size: 1.000em; /*16px*/
    padding: 2%;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    outline: none;

} 

#contMasMenos
{
    width: 70%;
    height: auto;
    background-color: #545358;
    color: white;
    font-family: frutigerMd;
    float: left;
    font-size: 1.000em; /*16px*/
    padding: 2%;
    border: 0;

} 


.btnIncrementa
{
    width: 15%;
    height: auto;
    background-color: #545358;
    color: white;
    font-family: frutigerMd;
    float: right;
    font-size: 1.000em; /*16px*/
    padding: 2%;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    outline: none;
} 


#btnVerde
{
    width: 100%;
    height: auto;
    background-color: #62a438;
    font-family: frutigerMd;
   color: white; 
  font-size: 1.875em; /*30px*/
    text-align: center;
    padding: 3%;
    
    cursor: pointer;
  text-decoration: none;
  display: inline-block;
} 



    
#subContCerrada
{
   width: 42%;
    height: auto;
    background-color: #ff4c00;
    font-family: frutigerMd;
   color: white; 
  font-size: 1.875em; /*30px*/
    text-align: center;
    padding: 3%;
    
    float: right;
    margin-right: 5%;
    display: none;
}      
  


#descCont
{
   width: 80%;
    height: auto;
    /*background-color: orange;*/
} 

#descCont > span.txtGeneral > span > i.fa{
    color:#333 !important;
    
}

#descCont > .txtGeneral {
    font-family: frutigerLight;
    color: #505055;
    font-size: 1.050em;
} 

#descCont > .titBold{
    font-family: frutigerBold;
    font-weight: 400 !important;
    color: #505055;
    font-size: 2.000em;
    padding: 5px 20px 0px 5px;
    /*border: #ff4c00 solid 1px;*/
}

#contLocal > .ubicacionMapa{
    font-family: frutigerBold;
    font-weight: 400 !important;
    color: #505055;
    font-size: 2.000em;
    padding: 5px 20px 0px 5px;
    /*border: #ff4c00 solid 1px;*/
}
    
#mapaCont
{
   width: 100%;
    height: auto;
    border: #CCCCCC 1px solid;
    padding: 10px
    /*background-color: pink;*/
}   

#map 
{
  width: 100%;
  height: 400px;
}    
   
        
       
    
#divisor
{
   width: 100%;
    height: 30px;
    clear: both;
} 


/*GALERIA*/
* {
  box-sizing: border-box;
}

img 
{
  vertical-align: middle;
  /*border-radius:5px;*/
}

/* Position the image container (needed to position the left and right arrows) */
.containerGal
{
  position: relative;
}

/* Hide the images by default */
.mySlides
{
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor 
{
  cursor: pointer;
}

/* Next & previous buttons */
.prev,.next 
{
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
float: left;
width: 20%;
margin:2%;

}

/* Add a transparency effect for thumnbail images */
.demo 
{
  opacity: 0.6;
    cursor: pointer;
    border-radius:5px;

}

.active,
.demo:hover {
  opacity: 1;
}    



/*MENU SELECT*/



/*the container must be positioned relative:*/
.select-busqueda
{
  width: 28%;/*20%*/
  position: relative;
    margin-left: 3%;
  float: left;
  font-family: frutigerMd;
  text-align: left;
  font-size: 1.250em; /*20px*/

}

.select-busqueda-lupa
{
    width: 3%;
    margin-left: 3%;
    position: relative;
    float: left;
    font-family: frutigerMd;
    text-align: left;

}

.select-busqueda select
{
  display: none; /*hide original SELECT element:*/
}

.select-selected 
{
  background-color: #e9e9eb;
}

/*style the arrow inside the select element:*/
.select-selected:after 
{
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #505055 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after 
{
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected 
{
  color: #505055;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items 
{
  position: absolute;
  background-color: #e9e9eb;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide 
{
  display: none;
}

.select-items div:hover, .same-as-selected 
{
  background-color: rgba(0, 0, 0, 0.1);
}


/*FORMULARIO*/
#contIngreso 
{

  width: 60%;
position: relative;
margin-left: auto;
margin-right: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 3%;
    
}

input[type=text], select 
{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
    font-family: frutigerMd;

}

input.numero[type=text], select 
{
  width: 10%;
  padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: frutigerMd;
}


textarea 
{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
    font-family: frutigerMd;

}

textarea, select 
{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: frutigerMd;
}

input[type=password], select 
{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: frutigerMd;
}

input[type=email], select 
{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: frutigerMd;
}



input[type=submit] 
{
  width: 100%;
  background-color: #ff4c00;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover 
{
  background-color: #CCC;
}


/*LISTADO SUBASTAS*/

#cont
{
display: flex;
width: 100%;
height: auto;
position: relative;
margin-left:auto;
margin-right:auto;
background-color: #f5f5f5;
}

#cont > i.fa{
    font-weight: 700 !important;
    font-size: 0.8em !important;
    text-align: left !important;
}

#thumb 
{
  float: left;
  width: 25%;
  height: auto;
 line-height: 0;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#tit
{
  float: left;
  width: 35%;
  height: auto;
  margin-left: 2%;
  padding-left: 1%;
   padding-top: 3.5%;
  font-family: frutigerMd;

}
#fech
{   
    position: relative;
    float: left;
    width: 38%;
    height: auto;
    /*margin: 0%;*/
    /*padding: 3.5%;*/
    font-family: frutigerMd;
    background-color: #ff4c00; 
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.5%;

}

#reset 
{
  /*border: 1px solid red;*/
  clear: both;
} 



#overlay 
    {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
}

#textOverlay{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}




/*MODAL*/

/*
.modal 
{
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 50px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7); 

}

.modal-content 
{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  font-size: 1.000em; 
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus 
{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

*/


#contPagination
{
    position: relative;
    width: 60%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    
.pagination 
{
  display: inline-block;
    
}

.pagination a 
{
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active 
 {
  background-color: #505055;
  text-decoration: none;
  color: white;
}
    
.pagination a:hover:not(.active)
{
    background-color: #ddd;
    color: white;
    text-decoration: none;

}


.card-header
{
    background-color:white;
    color:#FFFFFF;

    /*border-bottom:3px solid #BBB;*/
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    font-family: frutigerBold; 
    /*padding:1%;*/
    /*margin-top:1%;*/
    
    overflow:hidden;
    /*-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
}




#wppp
{
    display: inline-block;
    width: 60px;
    right: 100px;
    bottom: 20px;
    position: fixed;

    z-index: 999;
    background: #00D263;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 4px 2px 14px #621f1f;
    transition: all 1500ms ease;
    border-radius: 50%;

}




















/* ///////// MOBILE ////////// */
@media screen and (max-width: 700px) 
{
    .sliderPrev, .sliderNext 
    {
      font-size: 6px;
    }
    
    .prev, .sliderNext 
    {
      font-size: 6px;
    }
    
    .swiper-slide 
    {
      font-size: 10px;
      padding-left: 0%;
       padding-right: 0%;
    }
    
    .swiper-button-next
    {
        display: none;
    }
    
    .swiper-button-prev
    {
        display: none;
    }
    
    
    #contLocal
    {
        width: 90%;
        height: auto;
        /*background-color: aqua;*/
        position: relative;
        margin-left: auto;
        margin-right: auto;
       /* padding: 2%;*/
    }

    
    #nosotrosC
    {
        width: 100%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #inscribeteC
    {
        width: 90%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #FFFFFF;
        background-color: #ff4c00;
        padding: 1%;
        border-radius: 150px;
        /*margin: 30px 25% 30px 20%;*/
    }
    
    #buscadorC
    {
        width: 100%;
        height: auto;
        /*background-color: aqua;*/
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 1%;

    }
    
    #comoC
    {
        width: 100%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        /*padding: 20px;*/
        text-align: center;
    }
    
    #casosC
    {
        width: 100%;
        height: auto;
        /*background-color: aqua;*/
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        text-align: center;
    }

    #clientesC
    {
        width: 100%;
        height: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
    
    
    #footerC
    {
        width: 100%;
        height: auto;
        background-color: #000000 !important;
        color:#FFFFFF !important;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 5px;
        font-size: 12px;
    }

        #cont
        {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        margin-left:auto;
        margin-right:auto;
        background-color: #f5f5f5;
        }
    
    .select-busqueda
    {
      width: 100%;
        margin-left: 0%;
      position: relative;
      float: left;
      font-family: frutigerMd;
      text-align: left;
      padding-bottom: 2%;

    }
     
    .select-busqueda-lupa
    {
        width: 10%;
        margin-left: 50%;
        position: relative;
        float: left;
        font-family: frutigerMd;
        text-align: center;
        clear: both;
        padding-bottom: 4%;

    }
  
    
    
    #thumb 
    {
      float: left;
      width: 100%;
      height: auto;
     line-height: 0;
    }

    #tit
    {
      float: left;
      width: 100%;
      height: auto;
    /*padding: 2%;*/
     font-family: frutigerMd;

    }
    #fech
    {
        float: left;
        width: 100%;
        max-height: auto;
        margin: 0%;
        padding: 3.5%;
        font-family: frutigerMd;
        background-color: #ff4c00; 
        text-align: center;

    }    
 
    
    #galeriaCont
    {
       width: 100%;
        height: auto;
        float: left;
        margin-left: 0%;
        position: relative;
    } 
    
    #subCont
    {
       width: 100%;
        height: auto;
        float: right;
        margin-right: 0%;
        display: none;
        padding: 0%;
        text-align: center;
    } 
    
    #subContCerrada
{
   width: 100%;
    height: auto;
    background-color: #ff4c00;
    font-family: frutigerMd;
   color: white; 
  font-size: 23px; 
    text-align: center;
    padding: 0%;
    
    float: right;
    margin-right: 0%;
    display: none;
}     
    
    
#divCarruselNombre
{
    width: 100%;
    height: 60px;
    position: relative;
}    

    

#ofertarSub
{
    width: 100%;
    height: auto;
    background-color: #e7e7e9;
    font-family: frutigerLight;
    color: #505055; 
  font-size: 23px; 
    text-align: center;
} 


#btnNaranja
{
    width: 100%;
    height: auto;
    background-color: #ff4c00;  
    font-family: frutigerMd;
   color: white; 
  font-size: 23px; 
    text-align: center;
    padding: 3%;
    cursor: pointer;
  text-decoration: none;
  display: inline-block;
} 

.btnNaranja
{
    width: 100%;
    height: auto;
    background-color: #ff4c00;
    font-family: frutigerMd;
    color: white; 
  font-size: 23px; 
    text-align: center;
    padding: 3%;
    float: left;
   cursor: pointer;
  text-decoration: none;
  display: inline-block;
} 

    
.btnNaranjita
{
 
    width: 90%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: frutigerMd;
    color: white; 
    background-color: #ff4c00;
    padding: 1%;
    border-radius: 150px;
} 
    
    

.btnGris
{
    width: 100%;
    height: auto;
    background-color: #545358;
    font-family: frutigerMd;
    color: white; 
    font-size: 1.875em; /*30px*/
    text-align: center;
    padding: 3%;
    float: left;
    
   cursor: pointer;
  text-decoration: none;
  display: inline-block;
}     
    
    
.tablaTiempo{
    border:0px;
    padding: 10px;
}    
    
    
#contIngreso 
{

  width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  background-color: #f2f2f2;
  /*padding: 3%;*/
    
}    
    
    
/*
#wppp
{
    display: inline-block;
    width: 60px;
    right: 120px;
    bottom: 25px;
    position: fixed;

    z-index: 999;
    background: #00D263;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 4px 2px 14px #621f1f;
    transition: all 1500ms ease;
    border-radius: 50%;

}
*/

    
    
}/* ///////// MOBILE ////////// */
