/* Hecho en el Sur - Custom 
CSS Aprobados */


/* Generales */

.nomostrar{
	visibility: hidden;
	display: none;
}


/* COLORES */

.azul{ color: #0085b2; /* #00B2E6 */ }

.blanco { color : #FFF; }

.negro { color : #000; }

.rojo { color : #ff0000; }


/* Tamaños */



/* Letras */

.negrita{
	font-size: 16px;
	color: #0085ba;
	font-weight:600;
}

.mayuscula{
	text-transform:uppercase;
}



/* Iconos */
.icono-ayuda{ 
left: 1px;
position: relative;
font-size: 1em;
}

icono-ayuda: before {
    content: "\00a0";
}

icono-ayuda: after {
    content: "\00a0";
}
/* Posiciones */

.centrado{
	text-align: center;
}

/* Idiomas */
.select-idioma{
    display: block;
    color: #FFFFFF;
    font-size: 1em;
    margin: 0px 0 0 0;
    padding: 2px 0 0 0;
    /*line-height: 28px;*/
    text-align: center;
    width: 100%;
    /*padding-right: 25px;*/
    background: inherit ; /*rgba(0,0,0,0.2); */
}

.idiomas{
	display: block;
    color: #FFFFFF;
    font-size: 0.7em;
    margin: 0px 0 0 0;
    padding: 2px 0 0 0;
    /*line-height: 18px;*/
    text-align: center;
    width: 100%;
    /*padding-right: 25px;*/
    background: inherit ; /*rgba(0,0,0,0.2); */
}
	
.icon-flag {
    margin: 10px 0 0 0;
}	
	


/* Sidebar */

.menunav{
	bottom: -450px;
	align: center;
	position: relative;
}

.copyleft{
left: 15px;
color: #000;
}



/* Icon Menu */

.menu-icon{
	left: -10px;
	font-size: 1.5em;
	text-align: left;
	position: relative;
}


.navidad{
	top: 5px;
	right: -5px;
	position: absolute;
	z-index: 999;
}

.reyes{
	top: 5px;
	right: -10px;
	position: absolute;
	z-index: 999;
}




.regalo-hosting{
	top: -25px;
	right: 12px;
	position: absolute;
	z-index: 999;
}

.regalo-soporte{
	top: -24px;
	right: 12px;
	position: absolute;
	z-index: 999;
}
	

/* Soporte Area Clientes */

.menu-custom{
	color:#fff;
    font-size:1.1em;
    line-height:2.9;
	left: 10px;
	top: 5px;
	position: relative;

}

.menu-custom negro{
	color: #000;
}

.copyright-small{
	font-size : 10px;
	top: -20px;
	position: relative;
}


.hosting{
	top: 25px;
	position: relative;
}


.urls{
	bottom: -10px;
	text-align: center;
	position: relative;
	color: #000;
	z-index: 9999;
}



/* Menu Soporte */

.menusoporte{
	left: 8px;
	position: relative;
}


/* **************** Intro *************************** */

.intro{
	font-family:'Open Sans',Calibri,Arial,sans-serif;
    font-size:20px; /* 26 */
    font-weight:300;
	line-height:1.2;
}


.subtexto-soporte{
	
	top:-40px;
	position: relative;
}

hr {    width: 40%; /* 80px */
        height: 1px;
        color: #0085b2;
        border-top: 1px solid #0085b2;
      }

.opa-texto{
	width: 50%;
	top: -40px;
	position: relative;
	text-transform:normal;
}


.idioma-aviso-pronto{
	font-family:'Open Sans',Calibri,Arial,sans-serif;
    font-size:12px;
	color: #000;
	font-style: italic;
}
	

.nosotros-agencia{
	font-family:'Open Sans',Calibri,Arial,sans-serif;
    font-size:16px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
	
.menu-footer{
	
	font-family:'Open Sans',Calibri,Arial,sans-serif;
    font-size:16px;
	color: #CACAD9;
	font-style: normal;
	text-align: center;
}


/* PRIVACIDAD */

.privacidad{
	top: 50px;
	position: relative;
}


/* Sitio Express Dispositivos */
/* dependencia en custom.js */

.animation {
  display: inline-block;
  position: relative;
  width: 100%; /* 378px */
  height: 290px;
  margin: 0 auto;
  vertical-align: middle;
  align: center;
}
.animation .device {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #111;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.animation .device .phone-home-button,
.animation .device .tablet-home-button {
  position: absolute;
  border-radius: 50%;
  background: #444;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.animation .device .phone-home-button {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 11px;
  top: 50%;
}
.animation .device .tablet-home-button {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  bottom: 7px;
  left: 50%;
}
.animation .device .screen-stand {
  position: absolute;
  width: 100%;
  margin-left: -10px;
  margin-top: -1px;
  top: 60%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.animation .device .screen-stand .leg {
  position: absolute;
  width: 12px;
  height: 16px;
  left: 50%;
  top: 0;
  margin-left: -6px;
  background: #111;
}
.animation .device .screen-stand .foot {
  position: absolute;
  width: 120px;
  height: 4px;
  left: 50%;
  top: 15px;
  margin-left: -60px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #111;
}
.animation .device .display {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #34495e;
  z-index: 3;
}
.animation .device .display div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.animation .device .display div div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  margin-top: -14px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
}
.animation .device .display div div em {
  font-weight: bold;
}
.animation .device .display .slide1 {
  background: #34495e;
}
.animation .device .display .slide2 {
  background: #16a085;
}
.animation .device .display .slide3 {
  background: #3498db;
}
.animation[data-animation-step="1"] .device {
  width: 70%;
  height: 70%;
  padding: 10px;
  border-radius: 4px;
}
.animation[data-animation-step="1"] .device .slide1 {
  left: 0%;
}
.animation[data-animation-step="1"] .device .screen-stand {
  opacity: 1;
  top: 100%;
}
.animation[data-animation-step="2"] .device {
  width: 45%;
  height: 82%;
  padding: 24px;
  border-radius: 10px;
}
.animation[data-animation-step="2"] .device .slide1 {
  left: -100%;
}
.animation[data-animation-step="2"] .device .slide2 {
  left: 0%;
}
.animation[data-animation-step="2"] .device .tablet-home-button {
  opacity: 1;
}
.animation[data-animation-step="3"] .device {
  width: 60%;
  height: 42%;
  padding: 10px 36px;
  border-radius: 6px;
}
.animation[data-animation-step="3"] .device .slide1,
.animation[data-animation-step="3"] .device .slide2 {
  left: -100%;
}
.animation[data-animation-step="3"] .device .slide3 {
  left: 0%;
}
.animation[data-animation-step="3"] .device .phone-home-button {
  opacity: 1;
}

/* Fin Sitio Express Dispositivos */

/* Preloader Spinner */

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: #93bfec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


/* Fin Preloader */


/* Heartbeat Footer */
.heart {
  fill: red;
  position: relative;
  top: 0px;
  left: 0px;
  width: 15px;
  animation: pulse 1s ease infinite;
}

.heart:before { content: "\00a0"; }
.heart:after  { content: "\00a0"; }

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}


/* Button Flat */

.btn-flat {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-flat:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* Portfolio Dinámico */

.estaviendo{font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif"; font-size: 12px; text-align: center;}

.mantenimiento{font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif"; font-size: 10px; text-align: center;}


/* ******************************   Inicio EXPERIMENTAL CSS  ************************************* */




/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.reyes{
  top: -8px;
  right: -5px;
  position: absolute;
  z-index: 999;
}


}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {


}