@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
.infor, .corre, .preca, .error, .validation, .resultado-carrito {
    border: 1px solid;
    margin: 0px 0px;
    padding: 10px 10px 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Cambria, sans-serif;
    font-size:1.5em;
    text-align:left;
    width:auto;
}
.infor {
    color: #004785;
    background-color: #BDE5F8;
    background-image: url('imagenes/infor.png');
}
.corre {
    color: #3f7407;
    background-color: #DFF2BF;
    background-image:url('imagenes/corre.png');
}
.preca {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('imagenes/preca.png');
}
.error {
    color: #b80009;
    background-color: #FFBABA;
    background-image: url('imagenes/error.png');
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999; 
    background: url('imagenes/cargaload.svg') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#preloader5{
    position:relative;
    width:30px;
    height:30px;
    background:#3498db;
    border-radius:50px;
    animation: preloader_5 1.5s infinite linear;
}
#preloader5:after{
    position:absolute;
    width:50px;
    height:50px;
    border-top:10px solid #9b59b6;
    border-bottom:10px solid #9b59b6;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-radius:50px;
    content:'';
    top:-20px;
    left:-20px;
    animation: preloader_5_after 1.5s infinite linear;
}
@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#2ecc71;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_5_after {
    0% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
    50% {border-top:10px solid #3498db;border-bottom:10px solid #3498db;}
    100% {border-top:10px solid #9b59b6;border-bottom:10px solid #9b59b6;}
}
ul, ol, dl { 
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;  
  padding-right: 15px;
  padding-left: 15px; 
} 
a {
  font-family: Cambria, sans-serif;
  
}
a img {
  border: none;
}
a:link {
  color: white;
  text-decoration: none; 
}
a:visited {
  color: white;
  text-decoration: none;
}
a:hover, a:active, a:focus { 
  color: blue;
  text-decoration: none;
}
.container {
  width: 99%;
/*  background: #FFF; */
  margin: 0 auto;
}
.header {
  background: white;
}
.content {
  padding: 10px 0;
}
.footer {
  padding: 10px 0;
  background: #C00;
}
.fltrt {  
  float: right;
  margin-left: 4px;
}
.fltlft { 
  float: left;
  margin-right: 4px;
}
.clearfloat { 
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
input
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
}
input[type=text]:focus {
    background-color: #CDE2F6;
}
input[type=password]:focus {
    background-color: #CDE2F6;
}
input[type=email]:focus {
    background-color: #CDE2F6;
}
input[type=number]:focus {
    background-color: #CDE2F6;
}
input[type=search]:focus {
    background-color: #CDE2F6;
}
select:focus {
    background-color: #CDE2F6;
}
input[type=tel]:focus {
    background-color: #CDE2F6;
}
img {
border:none;
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 45px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
    margin: auto;
    display: block;
    width: 70%;
    max-width: 700px;*/
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: fixed;
    top: 0px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} 

/* CSS MENU */
/* CSS MENU */
/* CSS MENU */
/* CSS MENU */
#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0); /* rayas del menu */
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: rgba(245, 245, 245, 0.9);/* #4C75BA; FONDO DEL SUBMENU */ 
  border-width: 1px 1px 0;
  margin: 0 1em;
  padding: 1em 0.5em 0.5em 0.5em;
  border-radius: 10px;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white; /* COLOR DE LETRAS DE MENU */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, 
#toggle-menu {
  background-color: #F28E56; /* #073287 COLOR DE FONDO MENU GENERAL */
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
  background-color: #F28E56; /* COLOR FONDO DE LOS MENUS CREADOS */
}
#menu a:hover {
  background-color: white;
  color: #073287;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
/* FONDO DEL LINK EN SUBMENU */
#menu .sub-menu a {
  color: white;  
  background-color: #F28E56; /* FONDO DEL LINK EN SUBMENU */ 
}

#menu .sub-menu a:hover {
  color: #073287;
  background-color: white; /* FONDO DEL LINK EN SUBMENU AL PASAR EL MOUSE */
  border-radius: 10px;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 3.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .2); /* redondo para menu movil */
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 255); /* flecha de menu movil */
}

#menu .drop-icon {
  line-height: 1;
} 

    .swiper-container {
      width: 100%;
      height: 160px;
    }

    .swiper-slide {
      vertical-align: top;
      text-align: top;
      font-size: 18px;
      background: transparent;
      background-size: cover;
      background-repeat: no-repeat;      

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    @media (max-width: 760px) {
      .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
      }

      .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
      }
    }


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:white;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

