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

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




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

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

.clear{
	  clear:both;
}

header{
    background: url(../img/bg1.webp);
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#head-menu {
    position: relative;
    z-index: 111;
}

#carousel-home h1 {
	  position: absolute;
	  float: left;
	  font-size: 60px;
	  margin-top: 33%;
	  margin-left: 20%;
	  color: #000;
	  text-shadow: 1px 1px 0px #fff;
	  background: #ffffffb3;
	  padding: 12px;
}

#logo{
    background: #FFF;
    box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
}

#navbar a {
    color: #000;
    font-size: 16px;
    float: left;
    position: relative;
    padding: 9px 34px;
    margin-left: 0px;
    font-family: "FreeSansBold";
    border-radius: 0px;
    margin-top: 56px;
}

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

#navbar .hover {
    background-color: #e30101;
    color: #fff;
    text-decoration: none;
}

.me{
    color: #000;
}

#carousel-home .carousel-indicators li{
    background: #fff;
    border-color: #fff;
    border-width: 2px;
}

#carousel-home .carousel-indicators .active{
    background: #e30101;
    border-color: #e30101;
}

#home-ser{
    padding: 20px 15px;
    background: url(../img/motivo.jpg);
}

.home-ser{
    margin: 10px 0;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.home-ser-text{
    position: absolute;
    top: 25%;
    width: 100%;
}

.home-ser h1{
    font-family: "FreeSansBold";
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 4px 2px #000;
}

.home-ser a{
    display: inline-block;
    padding: 8px 12px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    background: #000;
    text-decoration: none!important;
}

.home-ser a:hover{
    background: #fff;
    text-decoration: none!important;
    color: #000;
}

#home-pq {
    background: repeat right #f2f2f2;
    padding: 96px 15px;
}

#home-pq h1{
    font-family: "FreeSansBold";
    color: #e30101;
    font-size:39px;
    text-align: center;
    border-bottom: 2px solid #e30101;
    padding-bottom: 12px;
}

#home-pq P{
    margin-top: 15px;
    padding: 5px 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: center;
}

#home-pq ul{
    margin-top: 10px;
    line-height: 19px;
}

#home-pq li{
    background: url(../img/li.png) no-repeat left top;
    padding-left: 25px;
    margin-top: 16px;
    font-size: 18px;
    color: #000;
}

#home-frase{
    background: url(../img/home/bg.webp) no-repeat center;
    padding: 200px 15px;
    background-attachment: fixed;
    background-size: cover;
}

#home-frase h1{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "FreeSansBold";
}

#home-texto{
    background: url(../img/bg-pq.jpg) no-repeat right #f2f2f2;
    padding: 40px 15px;
}

#home-frase2{
    padding: 107px 15px;
    color: #fff;
    font-size: 80px;
    background: url(../img/motivo.webp);
}

#home-frase2 h1{
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 40px;
}

footer{
    background: #e30101;
    padding: 15px 0px;
    border-top: 4px solid #fff;
}

footer h1 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 13px;
    font-family: "FreeSansBold";
    margin-top: 18px;
}

footer p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 8px;
    line-height: 20px;
}


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


#ins{
    background: url(../img/redes.png) no-repeat center;
    width: 86px;
    height: 69px;
    float: left;
    position: relative;
    margin-left: 11px;
}


#web {
    background: url(../img/web.png) no-repeat right;
    padding: 3px;
    padding-right: 145px;
    margin-left: 20%;
    color: #ffffff5c;
    position: relative;
}

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

.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: #e30101;
    font-family: "FreeSansBold";
    font-size: 34px;
    margin-top: 84px;
}

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

#img-empresa{
    margin-top: 20px;
    z-index: -111;
}

#empresa2{
    background: repeat right #000;
    padding-bottom: 100px;
    padding-top: 50px;
    margin-top: 73px;
    border-top: 5px solid #e30101;
}

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

.mision img{
    border: solid 5px #e30101;
    border-radius: 0%;
}

.mision h1{
    font-family: "FreeSansBold";
    margin-top: 37px;
    color:#fff;
}

.mision p{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-top: 9px;
    padding: 21px;
    text-align: justify;
}

#titulo-servicios{
    margin-top: 50px;
    padding-bottom: 30px;
}

#titulo-servicios h1{
    font-family: "FreeSansBold";
    font-size: 34px;
    text-align: left;
    padding-bottom: 10px;
    color: #e30101;
}

.servicios-b{
    padding-bottom: 30px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: -32px;
}

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

.servicios-caption{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    padding: 15px;
    color: #FFF;
    font-size: 20px;
}

.servicios-caption:hover{
    background: rgba(227, 1, 1, 0.56);
}

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

#titulo-servicios p{
    position: relative;
    text-align: left;
    font-size: 18px;
    margin-top: 6px;
    color: #000;
    line-height: 25px;
    text-align: justify;
}

#titulo-servicios ul{
    margin-top: 10px;
    line-height: 19px;
}

#titulo-servicios li{
    background: url(../img/li.png) no-repeat left top;
    padding-left: 25px;
    margin-top: 16px;
    font-size: 18px;
    color: #000;
}

#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: #267ea6;
    color: #FFF;
    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%;
}

#volver{
    display: inline-block;
    padding: 10px 20px;
    border: solid #fff 2px;
    box-shadow: 2px 2px 2px #000;
    background: #000;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:20px;
    text-decoration: none!important;
}

#volver:hover{
    background: #e30101;
    text-decoration: none!important;
}

#contacto{
    padding-top: 61px;
    margin-top: 15px;
}

#contacto h1{
    font-family: "FreeSansBold";
    font-size: 34px;
    text-align: left;
    padding-bottom: 30px;
    color: #e30101;
}

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

#texto-cont img{
    float: right;
}

.photo2 {
    background-attachment: scroll;
    background-size: auto auto;
    padding: 140px 0px;
    color: #fff;
    background-attachment: scroll;
    background-size: auto auto;
    background-attachment: fixed;
    background-size: cover;
    background: url(../img/contacto-bg4.webp) no-repeat center top;
}

.photo2 h1{
    font-size: 40px;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

#formulario{
    margin-bottom: 10px;
}

.politica{
    background: #000;
    float: left;
    position: relative; 
    width: 50%;
    padding: 10px;
    text-decoration: none!important;
}

.politica:hover{
    background: #e30101;
    text-decoration: none!important;
}

.politicas p{
    font-size: 16px;
    margin-top: -23px;
}

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

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

#ampliar{
    background-color: #000;
    text-shadow: 1px 1px 1px #000;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #FFF;
    text-align: center;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-decoration: none !important;
    bottom:-10px;
    right: 45%;
}

#ampliar:hover{
    background: #e30101;
}

#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){
  
    #head-menu {
        background-color: #fff;
    }

    #navbar a {
        font-size: 13px;
        padding: 0px 0px;
        margin-top: 0px;
    }

    #carousel-home h1 {
        font-size: 21px;
        margin-top: 21%;
    }

    #home-frase2 h1 {
        font-size: 27px;
        line-height: 38px;
    }

    #servicios-fotos {
        padding-bottom: 0px;
    }


}


@media screen and (max-width: 640px){
    
    #head-menu {
        background-color: #fff;
    }

    .hero h1 { 
        font-size: 4em; 
    }

    #navbar a {
        font-size: 13px;
        padding: 0px 0px;
        margin-top: 0px;
    }
  
    #carousel-home h1 {
        font-size: 30px;
        margin-top: 21%;
    }

    #servicios-fotos {
       padding-bottom: 0px;
    }
}



@media (max-width: 780px){

    #head-menu {
        background-color: #fff;
    }

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

    #navbar a {
        font-size: 15px;
    }
 
    #empresa-texto h1 {
        font-size: 28px;
    }

    #servicios-fotos {
        padding-bottom: 0px;
    }
  
}



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

    #head-menu {
        background-color: #fff;
    }

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

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

    #carousel-home h1 {
        font-size: 50px;
        margin-top: 21%;
    }

    #home-pq h1 {
        font-size: 26px;
    }

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

    #servicios-fotos {
        padding-bottom: 0px;
    }

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

    #contacto {
        margin-top: -38px;
    }
}




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

    .hero { 
        width: 980px; 
    }
  
    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: 16px;
        text-transform: uppercase;
        float: left;
        position: relative;
        padding: 9px 44px;
        margin-top:8px;
    }

    .home-ser h1 {
        font-size: 15px;
    }

    #home-pq h1 {
        font-size: 28px;
    }

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

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

    .servicios-caption {
        font-size: 20px;
    }

    #servicios-fotos {
        padding-bottom:0px;
    }

    #contacto {
        margin-top: -40px;
    }
}



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

    .hero { 
        width: 980px; 
    }
  
    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: 16px;
        text-transform: uppercase;
        float: left;
        position: relative;
        margin-top:8px;
        padding: 9px 69px;
    }

    #home-pq h1 {
        font-size: 31px;
    }

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

    .servicios-caption {
        font-size: 18px;
    }

    #servicios-fotos {
        padding-bottom: 0px;
    }

    #contacto {
        margin-top: -40px;
    }
}


@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{
        font-size: 14px;
        float: left;
        position: relative;
        padding: 12px 19px;
    }

   .home-ser h1 {
        font-size: 13px;
    }

    #home-pq h1 {
        font-size: 31px;
    }

    .servicios-caption {
        font-size: 14px;
    }

    #servicios-fotos {
        padding-bottom:0px;
    }

    #contacto {
        margin-top: -28px;
    }
}


@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{
        font-size: 16px;
        float: left;
        position: relative;
        padding: 12px 14px;
    }

   .home-ser h1 {
        font-size: 17px;
    }

    #home-pq h1 {
        font-size: 34px;
    }

    #servicios-fotos {
        padding-bottom: 0px;
    }

    #contacto {
        margin-top: -28px;
    }
}