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

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


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

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

.clear{
	  clear:both;
}

header{
    height: 36px;
    background: #f9c500;
    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:"texgyreadventor-bold";
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding: 10px 70px;
    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: 47px;
    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(249, 197, 0, 0.28);
}

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

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

.sub-3{
    background: #f9c500;
    float: left;
    position: relative;
    padding: 10px;
    color: #FFF;
    margin-left:40%;
    margin-top: 20px;
}

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

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

.photo h1{
    font-size: 38px;
    color: #FFF;
    text-align: center;
    margin-top: 95px;
}

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

.amarillo{
    color: #f9c500;
    font-family: "texgyreadventor-bold";
}

#home{
    background:#FFF;
}

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

#texto-home p{
    text-align: justify;
    font-size: 17px;
    line-height: 20px;
    margin-top: 100px;
}

.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;
}

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

.datos{
    color: #FFF;
    line-height: 22px;
    font-size:18px;
}

#fb{
    background: url(../img/redes.png) no-repeat left;
    width: 56px;
    height: 52px;
    float: left;
    margin-left: 30%;
    position: relative;
}

#fb:hover{
    background: url(../img/redes-h.png) no-repeat left;
}

#ins{
    background: url(../img/redes.png) no-repeat right;
    width: 56px;
    height: 52px;
    float: left;
    position: relative;
    margin-left: 5px;
}

#ins:hover{
    background: url(../img/redes-h.png) no-repeat right;
}

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

#web a{
    background: url(../img/web.png) no-repeat right;
    padding: 3px;
    padding-right: 145px;
    float:left;
    color: #000;
    position: relative;
}

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

.pagos {
    background: url(../img/pagos.png) no-repeat right;
    padding: 41px;
    padding-left: 479px;
    display: inline-block;
    text-decoration: none !important;
    margin-top: -2px;
}

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

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

#empresa-texto h1{
    color: #f9c500;
    font-family:"texgyreadventor-bold";
	  font-size:34px;
    margin-top: 111px;
}

#empresa-texto p{
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
	 line-height: 22px;
}

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

#empresa2{
    background: url(../img/empresa/bg.jpg) center top;
    padding-bottom: 100px;
    padding-top: 259px;
    margin-top: 51px;
}

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

.mision img{
    border: solid 5px #c40000;
    max-width: 180px;
    max-height: 180px;
}

.mision h1{
    font-family:"texgyreadventor-bold";
	margin-top: 15px;
	text-align: center;
}

.mision p{
    margin-top: 22px;
	font-size: 28px;
    line-height: 35px;
}

#servicios{
    padding-bottom: 30px;
}

#servicios h1{
    color: #f9c500;
    font-family: "texgyreadventor-bold";
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    margin-top: 90px;
}

#servicios h4{
    font-size: 18px;
    text-align:center;
    color: #000;
    margin-top: 24px;
    line-height:22px;
}

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

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

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

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

.ser-mas{
    display: none;
}

.servicio-foto:hover .ser-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%;
}

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

#servicios-bg h1{
    font-family: "texgyreadventor-bold";
    font-size:42px;
    text-align: center;
    color: #FFF;
}

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

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

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

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

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

#eventos-fotos p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 216px;
}

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

.even-foto-cap{
    float: left;
    position: relative;
    margin-top: 3px;
    background: #eec710;
    color: #FFF;
    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%;
}

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

#texto-cont h1{
    font-family:"texgyreadventor-bold";
    font-size: 34px;
    color: #f9c500;
    margin-top: 30px;
}

#texto-cont p{
    text-align: justify;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 20px;
}

#texto-cont img{
    float: right;
}

#formulario{
    margin-bottom: 10px;
}

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

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

#formulario textarea{
    width:100%;
    background-color:transparent;
    border:solid 1px #f9c500;
    color:#000;
    font-family:"texgyreadventor-bold";
    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:18px !important;
    color:#FFF !important;
    text-align:center;
    background:#f9c500 !important;
    margin-top:5px !important;
    margin-bottom:0px !important;
    padding:10px 0px !important;
    margin-right:15px;
}

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

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

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

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

#mapa h1{
    font-family:"texgyreadventor-bold";
    font-size: 34px;
    color: #f9c500;
    text-align: center;
}

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

#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){
  
    header{
        height: auto;
    }

    .menu a{
        width: 100%;
    }

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

    #texto-home p {
        margin-top: 11px;
    }

    .photo h1 {
        font-size: 30px;
    }

    #empresa-texto h1 {
        margin-top: 4px;
    }

    #servicios h1 {
        margin-top: 28px;
    }

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

    #eventos-fotos p {
        margin-top: 23px;
    }

    #contacto {
        margin-top: 36px;
    }

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

}



@media (max-width: 780px)and (min-width:500px){

    header{
        height: auto;
    }

    .menu a{
        width: 100%;
    }

    #texto-home p {
        margin-top: 11px;
    }

    .photo h1 {
        font-size: 30px;
    }

    #empresa-texto h1 {
        margin-top: 5px;
    }

    #empresa2 {
        padding-top: 158px;
        margin-top: 31px;
    }

    #servicios h1 {
        margin-top: 28px;
    }

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

    #eventos-fotos p {
        margin-top: 29px;
    }

    #contacto {
        margin-top: 40px;
    }

    #texto-cont h1 {
        margin-top: -20px;
    }
}



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

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

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

    .bull {
        left: 29px;
        top: 5px;
    }

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

    .sub-1 {
        font-size: 17px;
        margin-top: 9px;
    }

    .sub-2 {
        font-size: 12px;
    }

    .sub-3 {
        padding: 8px;
        margin-left: 31%;
        margin-top: 6px;
    }

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

    #empresa-texto h1 {
        font-size: 28px;
        margin-top: 1px;
    }

    #servicios h1 {
        margin-top: 26px;
    }

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

    #eventos-fotos p {
        margin-top: 29px;
    }

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

    #servicios-bg{
        padding: 20px 0px;
    }
  
    #servicios-bg h1{
        font-size: 28px;
    }

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

}


@media (max-width:1200px) 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;
    }


    .hero { 
        width: 980px; 
    }

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

    .bull {
        left: 29px;
        top: 5px;
    }

    .sub-1 {
        font-size: 17px;
        margin-top: 23px;
    }

    .sub-2 {
        font-size: 12px;
    }

    .sub-3 {
        padding: 8px;
        margin-left: 31%;
        margin-top: 6px;
    }

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

    #empresa-texto h1 {
        margin-top: 1px;
    }

    #servicios h1 {
        margin-top: 33px;
    }

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

    #eventos-fotos p {
        margin-top: 30px;
    }

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



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

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

    #navbar a{
        float: left;
        position: relative;
        padding:10px 33px;
    }

    .bull {
        left: 17px;
    }

    #texto-home p {
        margin-top: 5px;
    }

    .sub-1 {
        margin-top: 16px;
    }

    #empresa-texto h1 {
        margin-top: 62px;
    }

    #empresa2 {
        padding-top: 159px;
    }

    #servicios h1 {
        margin-top: 76px;
    }

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

    #eventos-fotos p {
        margin-top: 44px;
    }
}


@media (max-width:1900px) and (min-width:1601px){

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

    #navbar a{
        float: left;
        position: relative;
        padding:10px 58px;
    }

    .bull {
        left: 17px;
    }

    
}




/*#img-exp{
  margin-top: 100px
}
#texto-exp{
  margin-top: 60px;
  margin-bottom: 20px;
}
#texto-exp h1{
  color: #c40000;
  font-family:"texgyreadventor-bold";
	border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
#texto-exp p{
  font-size: 17px;
  margin-top: 20px;
  text-align: justify;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #FFF;
    border-color: #FFF;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  background: #c40000;
  border-color: #c40000;
  height: 10px;
  opacity: 1;
}
.hero {
    position: absolute;
   top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
	font-family:"texgyreadventor-bold";
	font-size: 4em;
    margin: 0;
    padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}







