html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
a{
    margin:0;
    padding:0;
    text-decoration: underline;
}
ul{
    list-style: none;
}
p{
    color: gray;
    font-size: 14px;
}
strong{
    color: black;
}
.clear{
    clear: both;
}
@font-face {
    font-family: 'antipastoregular';
    src: url('../fonts/antipasto-regulartrial.woff2') format('woff2'),
         url('../fonts/antipasto-regulartrial.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*end reset*/
body{
    background: #fff;
    
}
.over{
  overflow: hidden;
  width: 100%;
}
/*header{

    height: 75px;
    background: #105a94 url(../imgs/bg.jpg) repeat-y;
    position: relative;
    z-index: 1000;
    width: 100%;

}*/
.contenedor{
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    height: auto;

}
#logo {
display: block;
  width: 300px;
  height: 94px;
  margin: 0 auto;
  background: url(../imgs/logo.png) no-repeat;
  z-index: 20;
  top: 30px;
  margin-bottom: 56px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  float: left;
}
#logo a {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  position: absolute;
    width: 550px;
  height: 94px;
}
.botonmenu{
    display: block;
    width: 44px;
    height: 44px;
      background: #0c4567  url(../imgs/menu.png) no-repeat center center;
      background-size: 58%;
    /*float: right;*/
    cursor: pointer;
 font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 16px;
  text-align: center;
  color: white;
  line-height: 29px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000;
}
/*nav{
width: 482px;
    height: 30px;
    float: right;
    margin-top: 30px;
}

nav li{
    float: left;
}*/
nav li a{
    color: #fff;
    font-size: 20px;
    font-family: 'antipastoregular';
    font-weight: normal;
    display: block;
    height: 22px;
    line-height: 22px;
    /* width: 110px; */
    text-align: center;
    text-decoration: none;
    /* font-weight: bold; */
    background: transparent;
    /* border-radius: 5px; */
    padding: 4px 25px;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
nav li a:hover, nav li a.activo{
    background: #d4a459;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#slider {
  width: 100%;
  height: 92%;

}
.slider_item{
  background-position: center bottom !important;

}

.boxinfo{
  display: block;
      background: #105a94 url(../imgs/bg.jpg) repeat-y;
      padding-top: 10px;
      padding-bottom: 10px;
}

.informacion{
  display: block;
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.informacion h3{
  text-align: center;
  display: block;
  font-family: arial;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}
.informacion p{
  text-align: left;
  display: block;
  font-family: arial;
  font-size: 18px;
  color: white;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.boxleft{
  padding-right: 5%;
  border-right: 1px solid white;
  max-width: 320px;
  width: 44%;
  float: left;
}
.boxright{
  padding-left: 5%;
    max-width: 320px;
  width: 44%;
    float: left;
}

footer{
  background: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.textleft, .textcenter{
  text-align: left;
  display: block;
  font-family: arial;
  font-size: 16px;
  color: #006fa4;
}
.textleft{
  float: left;
}
.textcenter{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.textindicador{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    font-family: arial;
    color: white;
    background: #105a94 url(../imgs/bg.jpg) repeat-y;
    padding-top: 14px;
    padding-bottom: 14px;
}

.boxproducto{
  display: block;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid silver;
}

.imgproduct{
display: block;
    max-width: 302px;
    width: 31%;
    float: left;
        -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.imgproduct:hover{
transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
.productoinfo{
    display: block;
    width: 59%;
    margin-left: 10%;
    float: left;
}
.productoinfo h2{
    display: block;
    background: #105a94 url(../imgs/bg.jpg) repeat-y;
    max-width: 250px;
    text-align: center;
    font-size: 22px;
    padding: 8px;
    font-family: arial;
    color: white;
    margin-bottom: 20px;
}

.productoinfo p{

    font-size: 18px;
    font-family: arial;
    color: #5d5d5d;
    line-height: 29px;
}

.rightproduct .imgproduct{
  float: right;
}

.rightproduct .productoinfo{
  float: left;
  margin-left: 0;
}

.imgnosotros{
  display: block;
  float: left;
  width: 40%;
  max-width: 392px;
  margin-top: 110px;
  margin-bottom: 110px;
}

.textonosotros{
    display: block;
  float: left;
  margin-left: 5%;
  width: 55%;
  max-width: 450px;

      font-size: 17px;
    font-family: arial;
    color: #3F3F3F;
    line-height: 25px;
text-align: justify;
      margin-top: 110px;
  margin-bottom: 110px;
}

form {
    display: block;
    width: 36%;
    max-width: 380px;
    float: left;
    margin-bottom: 30px;
    padding-right: 10%;
}
.datosleft {
    float: left;
    width: 29%;
    max-width: 460px;
    display: block;
    /* margin-left: 10%; */
    padding-left: 10%;
    border-left: 1px solid #84b9dc;
    margin-top: 20px;
}

.caja-contacto {
    margin-bottom: 18px;
    display: block;
}

.caja-contacto p {
    font-size: 17px;
    font-family: arial;
    color: #4c4c4c;
    display: block;
    margin-bottom: 3px;
}
.cajatexto1, .mensaje2 {
    width: 97%;
    max-width: 700px;
    height: 37px;
    font-size: 13px;
    padding-left: 3%;
    border: 1px solid #162E5A;
    background: #fff;
    font-family: arial;
    color: #252525;
    border: 1px solid #80b6d4;
    /* border: beige; */
    background: #ffffff;
}
.mensaje2 {
    height: 200px;
}
.link {
display: block;
    width: 126px;
    height: 38px;
    background: #207ab6;
    text-align: center;
    color: white;
    font-family: arial;
    text-decoration: none;
    /* border-radius: 6px; */
    font-size: 19px;
    border: 1px solid transparent;

    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.link:hover{
      background: #16679D;
    width: 132px;
}
.datosleft .texto{
  font-size: 17px;
    font-family: arial;
    color: #3F3F3F;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
}

.boxcontact{
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.escribenos{
  font-size: 19px;
    font-family: arial;
    color: #3F3F3F;
    line-height: 25px;
    display: block;
    margin-bottom: 40px;
}
.dorallogo{
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 0;
}






.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}

.column div:first-child {
  margin-left: 0;
}
/*.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}*/
figure {

  background: #fff;
  overflow: hidden;
}
/*figure:hover+span {
  bottom: -36px;
  opacity: 1;
}*/

/* Shine */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover14 figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


.pin, .phone{
background: url(../imgs/pin.png) no-repeat left center;
    max-height: 28px;
    padding-left: 32px;
    display: block;
}
.phone{
  background: url(../imgs/phone.png) no-repeat left center;
}



.pin2, .phone2{
background: url(../imgs/pin2.png) no-repeat left bottom;
    height: 28px;
    padding-left: 32px;
    display: block;
    font-size: 17px;
    padding-top: 20px;
    line-height: 18px;
}
.phone2{
  background: url(../imgs/phone2.png) no-repeat left center;
}

.btnleffix{
  display: block;
  position: fixed;
  z-index: 1000;
  top: 140px;
  left: 0;

}
.btnleffix li{

}
.btnleffix li a{
    background: #105a94;
width: 51px;
    height: 62px;
    display: block;
    border-radius: 0 15px 15px 0;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btnleffix li a img{
  margin: 0 auto;
  padding-top: 12%;
  display: block;

}
.btnleffix .a-color{
  background: #286db5;
}
.btnleffix .b-color{
  background: #008dcf;
}
.btnleffix .c-color{
  background: #3bbff0;
}
.btnleffix .d-color{
  background: #92d5f6;
}
.btnleffix li a:hover{
      margin-left: -8px;
  background: #1A558C;
}
.informacion strong{
  font-weight: bold;
  color: white;
      font-size: 18px;
}
.texto{
  font-size: 25px;
    font-family: arial;
    color: #5d5d5d;
    line-height: 29px;display: block;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;
}
.imgproduct img{
  display: block;
  width: 100%;
}