@font-face {
  font-family:"ArchivoNarrow-Bold";
  src:url("../fonts/ArchivoNarrow-Bold/ArchivoNarrow-Bold.eot?") format("eot"),
  url("../fonts/ArchivoNarrow-Bold/ArchivoNarrow-Bold.woff") format("woff"),
  url("../fonts/ArchivoNarrow-Bold/ArchivoNarrow-Bold.ttf") format("truetype"),
  url("../fonts/ArchivoNarrow-Bold/ArchivoNarrow-Bold.svg#ArchivoNarrow-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"ArchivoNarrow-Regular";
  src:url("../fonts/ArchivoNarrow-Regular.eot?") format("eot"),
  url("../fonts/ArchivoNarrow-Regular.woff") format("woff"),
  url("../fonts/ArchivoNarrow-Regular.ttf") format("truetype"),
  url("../fonts/ArchivoNarrow-Regular.svg#ArchivoNarrow-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}


#contenedor{
	  width:100%;
	  overflow:hidden;
	  z-index:9999;
	  position:relative;
}

.pad{
	  padding-left:0px;
	  padding-right:0px;
}

.clear{
	  clear:both;
}

header{
    height: 36px;
    background: #EB1D27;
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#logo{
    padding: 0px 9px;
}

#menu{
	  padding-bottom: none;
	  background: transparent;
	  width: 100%;
	  float:right;
	  position: relative;
	  margin-bottom:0;
	  border: none;
}

#navbar a{
    font-family:"ArchivoNarrow-Bold";
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding: 10px 45px;
    margin-left: 20px;
}

#navbar a:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

#navbar .selec{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.bull{
    position: absolute;
    left: 34px;
    top: 7px;
    color: #FFF;
    font-size: 20px;
}

#sub-banner{
    background: #FFF;
    padding-bottom: 15px;
    margin-top:74vh;
}

.sub{
    float: left;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.caption{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
}

.sub:hover .caption{
    background: rgba(235, 29, 39, 0.53);
}

.sub-1{
    font-family:"ArchivoNarrow-Bold";
    width: 100%;
    float: left;
    position: relative;
    font-size: 22px;
    margin-top: 20px;
}

.sub-2{
    font-family: "ArchivoNarrow-Regular";
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
}

.sub-3{
    font-family: "ArchivoNarrow-Regular";
    background: #eb1d27;
    float: left;
    position: relative;
    padding: 10px;
    color: #FFF;
    margin-left:40%;
    margin-top: 20px;
}

.sub:hover .sub-3{
    background: #000;
}

.photo {
	  background-repeat: no-repeat;
	  height: 345px;
	  position: relative;
    background-image: url(../img/bg.jpg);
}

.photo h1{
    font-family:"ArchivoNarrow-Bold";
    font-size: 50px;
    color: #FFF;
    text-align: center;
    margin-top: 95px;
}

.photo p{
    color: #FFF;
    font-family: "ArchivoNarrow-Regular";
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.rojo{
    color: #eb1d27;
}

#home{
    background:#FFF;
}

#texto-home{
    background:#FFF;
    padding:65px;
}

#texto-home h1{
    color: #EB1D27;
    font-family:"ArchivoNarrow-Bold";
    font-size:26px;
}

#texto-home p{
    font-family:"ArchivoNarrow-Regular";
    text-align: justify;
    font-size: 18px;
    line-height: 22px;
    margin-top: -13px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#distribuidores{
    padding: 0px 0px;
    background: #fff;
}

#distribuidores h1 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #EB1D27;
    margin-top: 24px;
    font-family: "ArchivoNarrow-Bold";
}

#marcas{
    padding: 30px 0px;
    background: #EB1D27;
}

#marcas h1 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "ArchivoNarrow-Bold";
}

footer{
    background: #000;
    padding: 15px 0px;
}

.datos{
    font-family:"ArchivoNarrow-Regular";
    color: #FFF;
    line-height: 27px;
    font-size: 20px;
}

#fb{
    display: inline-block;
    background: url(../img/redes.png) left;
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

#ins{
    display: inline-block;
    background: url(../img/redes.png) 173px;
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

#tik{
    display: inline-block;
    background: url(../img/redes.png) 113px;
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

#driv{
    display: inline-block;
    background: url(../img/redes.png) 54px;
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

#web{
    background: #fff;
    padding: 5px 0px;
}

#web a{
    background: url(../img/web.png) no-repeat right;
    padding: 3px;
    padding-right: 145px;
    float:left;
    margin-left: 0%;
    color: #000;
    position: relative;
    font-family:"ArchivoNarrow-Regular";
}

#web a:hover{
    background: url(../img/web-h.png) no-repeat right;
    text-decoration: none;
}

.motivo{
    background: url(../img/motivo.jpg);
}

#quienes-top{
    border-bottom: solid 1px #EB1D27;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#quienes-texto h1{
    color: #EB1D27;
    font-family:"ArchivoNarrow-Bold";
    font-size:34px;
    margin-top: 102px;
}

#quienes-texto p{
    font-family:"ArchivoNarrow-Regular";
    font-size: 20px;
    line-height: 25px;
    margin-top:8px;
    text-align: justify;
}

#img-quienes{
    margin-top: 20px;
    box-shadow:  8px 10px 4px #ACACAC;
}

#quienes2{
    background: url(../img/quienes/bg.jpg) center top;
    padding-bottom: 250px;
    padding-top: 50px;
    margin-top: 20px;
}

.quienes2{
    text-align: center;
    color: #FFF;
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.quienes2 h1{
    font-family: "ArchivoNarrow-Bold";
    font-size: 75px;
    text-align: center;
    margin-top: 170px;
}

.quienes2 p{
    font-family: "ArchivoNarrow-Regular";
    font-size: 28px;
    text-align: center;
    margin-top: 29px;
}

#eventos{
  padding-bottom: 30px;
}

#eventos h1{
  font-family:"ArchivoNarrow-Bold";
  font-size: 34px;
  text-align: center;
  color: #EB1D27;
  font-weight: normal;
  margin-top: 60px;
}

.line{
  background: #EB1D27;
  height: 1px;
  width: 380px;
  display: block;
  margin: 10px auto;
}

.btn-even{
  float: left;
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.title-even{
  font-family:"ArchivoNarrow-Regular";
  margin-top: 20px;
  color: #fff;
  background: #511E07;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 10px auto;
  width: 65%;
  text-align: center;
}

.btn-even:hover .title-even{
  background: #D4C3A1;
  text-decoration: none;
}

.servicios-even{
  padding-bottom: 30px;
  float: left;
  position: relative;
  width: 100%;
}
.servicios-even h2{
  font-family:"ArchivoNarrow-Bold";
  font-size: 31px;
  color: #511e07;
  font-weight: normal;
  margin-top: 40px;
}

.eventos{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.eventos-caption{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(235, 29, 39, 0.56);
  width: 100%;
  padding: 15px;
  font-family: "ArchivoNarrow-Regular";
  color: #FFF;
  font-size: 28px;
}

.eventos-caption:hover{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.56);
  color: #FFF;
}

.mas{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #FFF;
}

#eventos-bg{
  background: url(../img/eventos-bg.jpg) no-repeat center top;
  padding: 220px 0px;
}

#eventos-bg h1{
  font-family:"ArchivoNarrow-Bold";
  font-size:45px;
  text-align: center;
  color: #FFF;
}

#titulo-eventos{
  margin-top: 100px;
}

#titulo-eventos h1{
  font-family:"ArchivoNarrow-Bold";
  font-size: 34px;
  text-align: right;
  border-bottom: solid 1px #EB1D27;
  padding-bottom: 10px;
  color: #EB1D27;
}

#titulo-eventos p {
  font-family: "ArchivoNarrow-Regular";
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  text-align: right;
}

#titulo-eventos a{
  float: right;
  font-family: "ArchivoNarrow-Regular";
  font-size: 20px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  background: #000;
  color: #FFF;
  text-decoration: none!important;
}

#titulo-eventos a:hover{
  background: #EB1D27;
  color: #FFF;
  text-decoration: none!important;
}

#eventos-fotos{
  margin-top: 10px;
  padding-bottom: 50px;
}

.eventos-foto{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.even-foto-cap{
  float: left;
  position: relative;
  margin-top: 3px;
  background: #EB1D27;
  color: #FFF;
  font-family: "ArchivoNarrow-Regular";
  padding: 10px;
  width: 100%;
  font-size: 20px;
  z-index: 20;
}

.even-mas{
  display: none;
}

.eventos-foto:hover .even-mas{
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  z-index: 10;
  top: 0px;
  background: rgba(0, 0, 0, 0.20);
}

.mas-s{
  color: #FFF;
  font-size: 40px;
  text-align: center;
  width: 100%;
  margin-top: 25%;
}

.photo2 {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    background-image: url(../img/servicios-bg.jpg);
}

.photo2 h1{
    font-family:"ArchivoNarrow-Bold";
    font-size: 25px;
    color: #FFF;
    text-align: center;
    margin-top: 200px;
}

.photo2 h1{
    font-family:"ArchivoNarrow-Bold";
    font-size:45px;
    text-align: center;
    color: #FFF;
}

#contacto{
    border-top: solid 1px #EB1D27;
    padding-top: 40px;
    margin-top: 100px;
}

#texto-cont h1{
    font-family:"ArchivoNarrow-Bold";
    font-size: 34px;
    color: #EB1D27;
}

#texto-cont p{
    text-align: justify;
    font-family: "ArchivoNarrow-Regular";
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#texto-cont img{
    float: right;
}

#formulario{
    margin-bottom: 10px;
}

#formulario h2{
    font-family: "ArchivoNarrow-Regular";
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 6px;
}

#formulario input{
    width:100%;
    background-color:transparent;
    border:solid 1px #EB1D27;
    color:#000;
    font-family: "ArchivoNarrow-Regular";
    font-size:16px;
    padding:10px;
    margin-top:2px;
}

#formulario textarea{
    width:100%;
    background-color:transparent;
    border:solid 1px #EB1D27;
    color:#000;
    font-family: "ArchivoNarrow-Regular";
    font-size:16px;
    padding:15px;
    height:95px;
    margin-bottom:7px;
    margin-top:2px;
}

#enviar{
    width:90px !important;
    border:none !important;
    cursor:pointer;
    position:relative;
    float:right;
    font-size:16px !important;
    color:#FFF !important;
    text-align:center;
    background:#000 !important;
    margin-top:5px !important;
    margin-bottom:0px !important;
    padding:10px 0px !important;
    margin-right:15px;
}

#enviar:hover{
    background:#EB1D27 !important;
}

#borrar{
    width:90px !important;
    border:none !important;
    cursor:pointer;
    position:relative;
    float:right;
    font-size:16px !important;
    color:#FFF !important;
    text-align:center;
    background:#000!important;
    margin-top:5px !important;
    margin-bottom:0px !important;
    padding:10px 0px !important;
}

#borrar:hover{
    background:#EB1D27 !important;
}

#mapa{
    margin-top: 30px;
    padding-bottom: 20px;
}

#mapa h1{
    font-family:"ArchivoNarrow-Bold";
    font-size: 34px;
    color: #EB1D27;
    text-align: center;
}

#map{
    height:315px;
    margin-bottom:30px;
    margin-top:30px;
    border: solid 1px #EB1D27;
}

#ampliar{
    background:url(../img/ampliar.png);
    width: 122px;
    height: 132px;
    position:absolute;
    bottom:-15px;
    right: 15px;
}

#ampliar:hover{
    background:url(../img/ampliar-h.png);
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 62px;
    height: 63px;
    position: fixed;
    right: 22px;
    z-index: 900;
    bottom: 440px;
}








@media (max-width: 400px){
  
    .sub-1{
        margin-top: 10px;
        font-size: 18px;
    }
    .eventos-caption {
        font-size: 26px;
    }

    #titulo-eventos {
        margin-top: 25px;
    }

    #quienes-texto h1 {
        margin-top: 0px;
    }

    .quienes2 h1 {
        font-size: 50px;
    }

 }


@media (max-width: 640px){
  
    header{
        height: auto;
    }

    .sub-1{
        margin-top: 10px;
        font-size: 18px;
    }

    .menu a{
        width: 100%;
    }

    #eventos-bg{
        padding: 76px 0px;
    }
    
    #eventos-bg h1{
        font-size: 28px;
    }
  
    #empresa-texto h1 {
        font-size: 28px;
    }

    .photo2 h1{
        font-size: 28px;
        margin-top: 80px;
  }
}



@media (max-width:900px) and (min-width:641px){

    header{
        height:auto;
        box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
        z-index: 1;
        position:relative;
        float:left;
    }

    #logo{
        box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
        width:100%;
    }

    #navbar a{
        color: #FFF;
        font-size: 14px;
        float: left;
        position: relative;
        padding:10px 5px;
        margin-left: 20px;
        margin-top:10px;
    }

    .bull {
        left: -3px;
 
    }

    #titulo-eventos {
        margin-top: 29px;
    }

    #quienes-texto h1 {
        margin-top: 11px;
    }

    
}


@media (max-width:1100px) and (min-width:901px){

    header{
        height:auto;
        box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
        z-index: 1;
        position:relative;
        float:left;
    }

    #logo{
        box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
        width:100%;
    }

    

    #navbar a{
        color: #FFF;
        font-size: 16px;
        float: left;
        position: relative;
        padding:10px 25px;
        margin-top:8px;
    }

    .bull {
        left: 12px;
    }

    .sub-3 {
        margin-top: 3px;
    }

    #texto-home {
        padding: 29px;
    }

    #titulo-eventos {
        margin-top: 18px;
    }

    #quienes-texto h1 {
        margin-top: 6px;
    }
}


@media (max-width:1200px) and (min-width:1101px){


    header{
        height:auto;
        box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
        z-index: 1;
        position:relative;
        float:left;
    }

    #logo{
        box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
        width:100%;
    }
    #navbar a{
        color: #FFF;
        font-size: 14px;
        float: left;
        position: relative;
        padding:10px 48px;
    }

    #texto-home {
        padding: 33px;
    }

    #titulo-eventos {
        margin-top: 25px;
    }
}

@media (max-width:1300px) and (min-width:1201px){

    
    #navbar a{
        color: #FFF;
        font-size: 14px;
        float: left;
        position: relative;
        padding:10px 8px;
    }

    .bull {
        left: 1px;
    }

    #texto-home {
        padding: 29px;
    }

    #titulo-eventos {
        margin-top: 34px;
    }

    #quienes-texto h1 {
        margin-top: 33px;
    }

    .eventos-caption {
        font-size: 23px;
    }
}


@media (max-width:1500px) and (min-width:1301px){

    
    #navbar a{
        color: #FFF;
        font-size: 14px;
        float: left;
        position: relative;
        padding:10px 20px;
    }

    .bull {
        left: 10px;
    }

    #texto-home {
        padding: 33px;
    }

    #texto-home p {
        font-size: 16px;
        line-height: 20px;
        margin-top: -20px;
    }

    .eventos-caption {
        font-size: 25px;
    }

    #quienes-texto h1 {
        margin-top: 19px;
    }
}


@media (max-width:1800px) and (min-width:1501px){

    #navbar a{
        color: #FFF;
        font-size: 14px;
        float: left;
        position: relative;
        padding:10px 32px;
    }

    .bull {
        left: 20px;
    }

    #texto-home {
        padding: 26px;
    }

    #quienes-texto h1 {
        margin-top: 16px;
    }
}

