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

@font-face {
  font-family:"Roboto Bold";
  src:url("../fonts/Roboto-Bold.eot?") format("eot"),
  url("../fonts/Roboto-Bold.woff") format("woff"),
  url("../fonts/Roboto-Bold.ttf") format("truetype"),
  url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
  }
@font-face {
  font-family:"AvantGarde-Demi";
  src:url("../fonts/AvantGarde-Demi.eot?") format("eot"),
  url("../fonts/AvantGarde-Demi.woff") format("woff"),
  url("../fonts/AvantGarde-Demi.ttf") format("truetype"),
  url("../fonts/AvantGarde-Demi.svg#AvantGarde-Demi") format("svg");
  font-weight:normal;
  font-style:normal;
  }
	
#contenedor{
  width:100%;
  overflow:hidden;
  z-index:9999;
  position:relative;
  font-size: 18px;
  color: #000;
}
.pad{
  padding-left:0px;
  padding-right:0px;
}
.clear{
  clear:both;
}

#datos-head{
  background: #016191;
  padding: 1px 0px;
}
#barra-menu{
  padding: 7px 0px;
  background: #007ec7;
}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	font-family:"AvantGarde-Demi";
  min-height: 10px;
}
.menu{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 0px;
}
.menu li{
  text-align: center;
}
#navbar a{
  color: #FFF;
  font-size: 15px;
  float: left;
  position: relative;
  padding: 2px 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  padding-top: 10px;
  border-top: solid 8px #007ec7;	
}
#navbar a:hover{
  color: #FFF;
  border-top: solid 8px #FFF;
}
#navbar .selec{
  color: #FFF;
  border-top: solid 8px #FFF;
}

.telefono{
    color: #FFF;
    background: url(../img/ico1.png) no-repeat 0px 0px;
    float: right;
    position: relative;
    padding: 11px;
    padding-left: 40px;
}

.telefono p{
  font-family:"Roboto Bold";
  font-size: 18px;
}


.email{
    color: #FFF;
    background: url(../img/ico2.png) no-repeat 0px 0px;
    float: right;
    position: relative;
    padding: 8px;
    padding-left: 47px;
}

.email p{
  font-family:"Roboto Bold";
  font-size: 18px;
}


#carousel-home{
  border-bottom: 5px solid #A53694;
}

#carousel-home .carousel-indicators{
  bottom: 10px;
}
#carousel-home .carousel-indicators li{
  width:15px;
  height:15px;
  background: #000;
  border:none;
}
#carousel-home .carousel-indicators .active{
  background:#A53694;
  border-color: #A53694;
}


.caption{
  position: absolute;
	bottom: 100px;
	right: 10%;
  
}

.caption h1{
  font-family:"AvantGarde-Demi";
  color: #fff;
  text-shadow:-4px 2px 2px #000000b3;
  font-size:38px;
  line-height: 47px;
  padding: 26px;
  background-color:#007ec7bd;
  text-transform: uppercase;
}

.caption h2{
  font-family:"Roboto Bold";
  color: #fff;
  text-shadow: 2px 2px 1px #000000b3;
  font-size:24px;
  line-height: 47px;
  padding: 0px 8px;
  background-color:#A5369499;
  margin-top: 15px;
}

#cotizacion{
  background-color: #007ec7;
  padding:65px 0px;
  border-bottom: 15px solid #016191;
}


#cotizacion h1{
  font-size: 24px;
  font-family:"AvantGarde-Demi";
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}


#cotizacion h1 span{
  color: #FFF;
  }


#cotizacion a{
  background: url(../img/bg_btn.png) no-repeat right;
  color: #fff;
  padding: 6px;
  font-size: 24px;
  font-family:"AvantGarde-Demi";
  text-shadow: 2px 2px 2px #000;
}

#cotizacion a:hover{
  border: 5px solid #007ec7;
  border-radius: 8px;
  text-decoration: none;
}

#resolucion_r{
  padding:65px 0px;
}


.item_r{
  border-bottom: 10px solid #007ec7;
  line-height: 25px;
  margin-left: 65px;
}

.item_r p{
  top: 50px;
  position: relative;
  font-size: 30px;
  color: #016191;
}

.item_r a{
  color: #000;
  float: right;
  top:45px;
  position: relative;
}

.item_r a:hover{
  color: #A93693;
}


#categorias_home{
  padding: 67px 0px;
  background: url(../img/fondo.png);
}

#categorias_home h1{
  font-size: 40px;
  font-family:"AvantGarde-Demi";
  text-align: center;
  padding:64px 0px;
  color: #016191;	
}

#categorias_home span{
  color: #007ec7;
}

.categorias{
  padding: 25px 0px;
  text-align: center;
}

.categorias h2{
  color:#004c73;	
  font-size: 20px;
  text-align: center;
  padding: 20px 0px;  
  text-shadow: 2px 1px 1px #fff;
}

.categorias h3 {
    color: #004c73;
    font-size: 15px;
    text-align: center;
    padding: 20px 0px;
    text-shadow: 2px 1px 1px #fff;
}

.categorias a{
  background-color: #007ec7;
  color: #fff;
  padding: 13px 35px;
  border-radius:10px;
}

.categorias a:hover{
  background-color: #016191;
  text-decoration: none;
}

.linea{
  padding: 45px 0px;
}


#tiempo{
  background: url(../img/bg_home.jpg);
  padding: 45px 0px;
}


#tiempo h1{
  text-align: center;
  color: #fff;
  font-family:"AvantGarde-Demi";
  font-size: 40px;
  text-shadow:-4px 2px 2px #0003;
}

#tiempo p{
  text-align: center;
  color: #fff;
  text-shadow:-4px 2px 2px #0003;
  padding-top: 30px;
  font-size: 25px;
}

.tiempos{
  color: #fff;
  text-align: center;
  padding-top: 45px;
}

.tiempos span{
  height: 45px;
  width: 46px;
  border-radius: 50%;
  background-color: #fff;
  color: #007ec7;
  position: relative;
  float: left;
  padding-top: 12px;
  font-size: 24px;
}

.tiempos h3{
  text-align: left;
  padding-top: 12px;
  left: 4%;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
}

#somos{
  padding: 95px 0px;
}

#somos h1{
  font-size: 34px;
  text-align: center;
  font-family:"AvantGarde-Demi";
  color: #016191;
}


#somos span{
  color: #007ec7;
}

#somos p{
  line-height: 30px;
  padding-top: 76px;
  color: #016191;
}

#somos img{
  margin-top: 105px;
}

.line{
  width: 100%;
  height: 2px;
  background: #007ec7;
  position: relative;
  float: left;
  margin-top: 20px;
}


footer{
  background:#007ec7;
  padding-top: 20px;
  position: relative;
  float: left;
}

footer h1{
    font-family:"AvantGarde-Demi";
    color: #fff;
    padding-bottom: 17px;
}


footer p{
  font-size: 20px;
  line-height:24px;
  color: #fff;
  }


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

#tw{
  background: url(../img/redes.png) right top;
  width: 76px;
  height: 88px;
  display: inline-block;
  margin-top: 20px;
}


#web{
  background-color: #fff;
  padding: 10px 0px;
  float: right;
  position: relative;
}

#web a{
  float: right;
  font-size: 14px;
  color: #000;
  background: url(../img/web.png) no-repeat right;
  padding-right: 160px;
}

#categorias_home2{
  padding: 67px 0px;
  background: url(../img/fondo2.png);
}

#categorias_home2 h1{
  font-size: 40px;
  font-family:"AvantGarde-Demi";
  text-align: center;
  padding:64px 0px;
  color: #016191;	
}

#categorias_home2 span{
  color: #007ec7;
}
.pdf {
    background: url(../img/pdf.png) no-repeat center top;
	width: 100%;
	height: 94px;
	position: relative;
	float: left;
}
.pdf p{
	float: left;
	text-align: center;
	color: #007ec7;
	position: relative;
	width: 100%;
	padding-top: 97px;
	}
#info {
    padding: 40px 0px;
    background: url(../img/fondo3.png);
	padding-top: 90px;
}
#info h1 {
    font-size: 34px;
    text-align: center;
    font-family: "AvantGarde-Demi";
    padding-bottom: 53px;
	text-transform: uppercase;
	color: #016191;
}
#info span {
    color: #007ec7;
}
#titulo {
    padding-top:132px;
    padding-bottom: 64px;
    background-size: cover;
    text-align: right;
}

#titulo h1 {
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 38px;
    padding: 5px 313px 5px 9px;
    text-shadow: 4px 2px 2px #000;
    background-color: #007ec7d4;
}

.bg-1{
  background: url(../img/empresa/bg.jpg) no-repeat center top;
}

.bg-3{
  background: url(../img/cursos/bg.jpg) no-repeat center top;
}


.bg-4{
  background: url(../img/categorias/bg.jpg) no-repeat center top;
}

.bg-5{
  background: url(../img/contacto/bg.jpg) no-repeat center top;
}

#empresa{
  padding: 106px 0px;
  background: url(../img/fondo2.png);
}

#empresa h1{
  font-size: 34px;
  text-align: center;
  font-family:"AvantGarde-Demi";
  padding-bottom: 53px;
  color: #016191;
}

#empresa p{
  line-height: 30px;
  padding-top: 45px;
  padding-left: 45px;
  color: #016191;
}

#empresa span{
  color: #007ec7;
}

.bg_gris{
  background-color:#F5F3F4;
}


#empresa_txt{
  padding:95px 0px;
}


#empresa_txt h1{
  font-family:"Arkitech Bold";
  font-size: 32px;
  text-align: center;
  padding: 23px 0px;
}

#empresa_txt span{
  color: #A53694;
}


#empresa_txt p{
  line-height: 30px;
}
#next2 {
    background: #FFF;
    color: #0284d5;
    opacity: 1;
    padding: 15px;
    width: 45px;
    height: 45px;
    position: relative;
    right: 0px;
    bottom: 3%;
    top: auto;
    float: right;
    border-radius: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#prev2 {
    background: #FFF;
    color: #0284d5;
    opacity: 1;
    padding: 15px;
    width: 45px;
    height: 45px;
    position: relative;
    right: 105px;
    bottom: 3%;
    top: auto;
    left: auto;
    float: right;
    border-radius: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#principios{
  background: url(../img/empresa/bg_empresa.jpg);
  padding: 71px 0px;
}

#principios h1{
  font-family: "AvantGarde-Demi";
  font-size: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 82px;
  text-shadow: -4px 2px 2px #0003;
}


#principios .item{
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}


#principios .item p{
  padding: 25px 0px;
}

#cursos{
  padding: 45px 0px;
}

#title{
  background-color: #016191 !important;
  padding: 15px 5px;
  padding-left: 70px;
  font-size: 20px;
  width: 100%;
  position: relative;
  float: left;
  color: #fff;
  line-height: 29px;
}

#title li{
  background: url(../img/li.png) no-repeat 1px 6px;
	position: relative;
	margin-right: 21px;
	float: left;
	width: 100%;
}
#title p{
  margin-left: 19px;
}



#title2{
  background-color: #242021 !important;
  padding: 15px 5px;
  font-family:"Arkitech Bold";
  padding-left: 70px;
  font-size: 34px;
  width: 100%;
  position: relative;
  float: left;
  color: #A53694
}


#title2 span{
  color: #fff;
}

#cursos h1 span{
  color: #fff;
}


.categorias1{
  text-align: center;
  padding: 55px 0px;
}

.categorias_det{
  padding:86px 0px;
  background-color: #242021;
}

.categorias_det h2{
   font-family:"Arkitech Bold";
   color: #fff;
   font-size: 18px;
   padding-bottom: 20px;
}


.categorias_det p{
  font-size: 62px;
  color: #A83592;
}

.categorias_det2{
  padding: 83px 0px;
  background-color: #A53694;
}

.categorias_det2 h2{
   font-family:"Arkitech Bold";
   color: #fff;
   font-size: 18px;
   padding-bottom: 25px;
}

.categorias_det2 p{
  font-size: 62px;
  color: #262023;
}


.categorias3{
  text-align: center;
}

.categorias_det3{
  padding: 83px 0px;
  background-color: #A53694;
}

.categorias_det3 h2{
   font-family:"Arkitech Bold";
   color: #fff;
   padding-bottom:16px;
   font-size: 18px;
}

.categorias_det3 p{
  font-size: 72px;
  color: #262023;
}


.categorias_det4{
  padding: 56px 0px;
  text-align: center;
  background-color: #000;
}

.categorias_det4 h2{
   color: #A43893;
   font-size: 47px;
   padding-bottom: 12px;
}

.categorias_det4 p{
  font-family:"Arkitech Bold";
  font-size: 18px;
  color: #fff;
}



#carousel-int2, #carousel-int1, #carousel-ser{
  margin-top:0px;
  margin-bottom:40px;
}

#carousel-int2 .carousel-indicators, #carousel-int1 .carousel-indicators, #carousel-ser .carousel-indicators {
    bottom: 13px;
}
#carousel-int2 .carousel-indicators li, #carousel-int1 .carousel-indicators li, #carousel-ser .carousel-indicators li{
  width:15px;
  height:15px;
  background: #fff;
  border-color: #fff;
}

#carousel-int2 .carousel-indicators .active, #carousel-int1 .carousel-indicators .active, #carousel-ser .carousel-indicators .active{
  
  background: #A23B92;
  border-color:#A23B92 ;
}

#volverbtn {
    text-align: center;
}

#volverbtn a {
    display: inline-block;
    background-color: #016191;
    color: #fff;
    padding: 13px 27px;
    text-decoration: none;
    margin-top: 43px;
    border-radius: 8px;
	float: left;
}

#volverbtn a:hover{
  background-color: #007ec7;
}
.carousel-indicators li {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 4px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: #007ec7;
}
#contacto{
  padding: 45px 0px;
}

#contacto h1{
  font-family: "AvantGarde-Demi";
  font-size: 34px;
  text-align: center;
  padding: 55px 0px;
}

#contacto h1 span{
  color: #007ec7;
}


#contacto p{
  padding-top: 21px;
  line-height: 30px;
  text-align: justify;
}

#formulario h2{
  color: #000 !important;
  font-size:17px;
  margin-top: 5px;
  text-transform: uppercase;
}
#formulario p{
  text-align: left;
  margin-top: 10px;
  color: #000 !important;
}
#formulario .check{
  text-align: left;
  float: none;
  display: inline-block;
  width: auto;
}
#formulario input{
  width:100%;
  background-color:#000000;
  color:#fff;
  border:none;
  font-size:18px;
  padding:12px;
  margin-top: 5px;
}
#formulario textarea{
  width:100%;
  background-color:#000000;
  color:#fff;
  border:none;
  font-size:18px;
  padding:10px;
  margin-top: 5px;
  height: 120px;
}

#enviar{
  width:105px !important;
  cursor:pointer;
  position:relative;
  float:right;
  font-size:23px !important;
  color:#fff !important;
  text-align:center;
  margin-top:20px !important;
  padding:10px 0px !important;
  background: #000 !important;
  margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  background: #A53694!important;
  color: #fff !important;
}

#ubicacion{
  padding: 85px 0px;
}

#ubicacion h1{
  font-family: "AvantGarde-Demi";
  font-size: 34px;
  text-align: center;
  padding-bottom: 15px;
  color: #016191;
}

#ubicacion h1 span{
  color: #007ec7;
}


#borrar{
  width:105px !important;
  cursor:pointer;
  position:relative;
  float:right;
  font-size:23px !important;
  color:#fff !important;
  text-align:center;
  margin-top:20px!important;
  padding:10px 0px !important;
  background: #000 !important;
  border: none !important;
  }

#borrar:hover{
  background:#007ec7 important;
  color: #fff !important;
}


.btn2 a {
    display: inline-block;
    padding: 8px 10px;
    background: #007ec7;
    color: #fff;
    float: right;
    top: 39px;
    position: relative;
    font-size: 23px;
}


#map{
  height:400px;
  margin: 25px 0px;
  }
#ampliar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 32px;
    position: absolute;
    right: 11%;
    bottom: 5px;
    text-decoration: none !important;
    font-size: 19px;
}
#ampliar:hover{
  background: #007ec7;
  color: #fff;
  }

nav .me {
    text-align: center;
    margin: auto;
    padding-bottom: 4px;
    display: block;
    color: #000;
     font-family:"Roboto Bold";
}

.navbar-toggle .icon-bar {
    width: 38px;
    background-color: #007ec7 !important;
}





@media only screen and (max-width: 500px) {

  #navbar a {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-top: 2px;
    border: none;
  }


.navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    background: #fff !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }


  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
      margin-left: 0;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  #navbar li {
    width: 100%;
  }

  .item_r{
    margin-left: 0px;
  }

  .item_r p{
    top: 2px;
	font-size: 20px;
  }

  .item_r a{
    top: -1px;
  }

  #categorias_home h1{
    padding: 12px 0px;
  }

  #tiempo h1{
    font-size: 27px;
  }

  #somos p{
    padding-top: 39px;
    line-height: 25px;
  }
	#empresa p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

  #empresa_txt{
    padding: 28px 0px;
  }

  #titulo h1{
    font-size: 32px;
  }

  #title{
    font-size: 19px;
    line-height: 20px;
  }

  .categorias_det h2{
    padding-bottom: 16px;
    font-size: 18px;
  }

  .categorias_det p{
    font-size: 49px;
  }

  #title2{
    font-size: 27px;
  }
	#contacto h1 {
    font-size: 25px;
}
.caption { 
    right: 0%;
    width: 396px;
    height: 201px;
}
.caption h1 {
    font-size: 16px;
    line-height: 23px;
    padding: 23px;
    margin-top: 57px;
}
  .categorias_det2 p{
    font-size: 49px;
  }

  .categorias_det4 p{
    font-size: 16px;
    line-height: 24px;
  }

  #cotizacion h1{
    font-size: 20px;
    padding-bottom: 40px;
  }
}



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

  #navbar a {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-top: 2px;
    border: none;
}


  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    background: #fff !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }


  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
      margin-left: 0;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  #navbar li {
    width: 100%;
  }

  #cotizacion h1{
    padding-bottom: 46px;
  }

  .item_r{
    margin-left: 0px;
  }

  .item_r p{
    top: 15px;
  }

  #tiempo h1{
    font-size: 26px;
  }

  #tiempo{
    padding: 21px 0px;
  }

  #empresa h1{
    font-size: 27px;
  }

  #empresa{
    padding: 48px 0px;
  }

  #titulo h1{
    font-size: 33px;
  }

  #titulo{
    padding-top: 68px;
    padding-bottom: 28px;
  }

  #title{
    font-size: 20px;
	line-height: 20px;   
   }
  .categorias_det p{
    font-size: 50px;
  }

  .categorias_det4 p{
    line-height: 21px;
    font-size: 15px;
  }
  .categorias_det2 p{
    font-size: 50px;
  }

}


@media (max-width: 765px) and (min-width:700px){

   #navbar a {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-top: 2px;
    border: none;
  }
#title{
    font-size: 20px;
	line-height: 20px;   
   }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    background: #fff !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }


  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
    margin-left: 0;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  #navbar li {
    width: 100%;
  }

  #cotizacion h1{
    text-align: center;
    padding-bottom: 45px;
  }

  .item_r{
    margin-left: 0px;
  }

  .item_r a{
    top: -4px;
  }

  .item_r p{
    top: 7px;
  }

  #tiempo{
    padding: 38px 0px;
  }

  #tiempo h1{
    font-size: 24px;
  }

  #principios h1{
    font-size: 27px;
  }

  #titulo{
    padding-top: 70px;
  }

  .categorias_det p{
    font-size: 53px;
  }


  .categorias_det2 p{
    font-size: 53px;
  }

  #contacto h1{
    font-size: 28px;
  }

}


@media (max-width: 820px) and (min-width:765px){

  #navbar a{
    font-size:12px;
    padding-top: 9px;
   }

   #cotizacion h1{
    font-size: 21px;
   }

   .item_r{
    margin-left: 0px;
    margin-bottom: 32px;
   }
#title{
    font-size: 20px;
	line-height: 20px;   
   }
   .item_r p{
    top: 14px;
   }

   .item_r a{
    top: -64px;
   }

   .categorias h2{
    font-size: 28px;
   }

   #tiempo h1{
    font-size: 26px;
   }

   #somos h1{
    padding-top: 14px;
   }

   #somos p{
    font-size: 14px;
    line-height: 25px;
   }

   .caption{
    bottom: -52px;
   }

   #empresa p{
    padding-left: 20px;
   }

   #empresa{
    padding: 48px 0px;
   }

   #empresa_txt p{
    text-align: center;
    line-height: 26px;
    font-size: 16px;
   }

   #titulo{
    padding-top: 75px;
   }

   

}



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

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

   .caption{
    top: 43%;
   }

   #cotizacion h1{
    font-size: 22px;
   }
#title{
    font-size: 20px;
	line-height: 20px;   
   }
   .item_r{
    margin-left: 0px;
    margin-bottom: 24px;
   }

   .item_r p{
    top: 13px;
   }

   .item_r a{
    top: -61px;
   }

   #tiempo h1{
    font-size: 29px;
   }

   #somos p{
    line-height: 26px;
    font-size: 17px;
   }

   #empresa{
    padding: 50px 0px;
   }

   #empresa_txt p{
    font-size: 16px;
    line-height: 26px;
   }
}


@media (max-width:980px) and (min-width:900px){
#title{
    font-size: 20px;
	line-height: 20px;   
   }
  .item_r{
    margin-left: 0px;
   }

   .item_r p{
    top: 17px;
   }

   .item_r a{
    top: -60px;
   }

   #empresa p{
    padding-left: 17px;
   }

   #empresa{
    padding: 48px 0px;
   }

   #empresa_txt p{
    line-height: 27px;
   }

   #empresa_txt h1{
    font-size: 28px;
   }
}


@media (max-width:1198px) and (min-width:980px){

  #navbar a{
    font-size: 12px;
   }

   .caption{
    top: 49%;
   }

   .item_r p{
    line-height: 17px;
    font-size: 11px;
   }

   #somos h1{
    font-size: 27px;
   }

   #somos p{
    font-size: 18px;
    line-height: 27px;
   }

   #empresa p{
    padding-left: 23px;
    padding-top: 0px;
    line-height: 25px;
    font-size: 18px;
   }

   #empresa_txt p{
    line-height: 28px;
   }

   .categorias_det p{
    font-size: 40px;
   }

   .categorias_det{
    padding: 40px 0px;
   }

   .categorias_det2 p{
    font-size: 40px;
   }

   .categorias_det2{
    padding: 38px 0px;
   }

   #title{
    font-size: 20px;
	line-height: 20px;   
   }

   #title2{
    font-size: 29px;
   }

   .categorias_det3 p{
    font-size: 51px;
   }

   .categorias_det3{
    padding: 32px 0px;
   }

   .categorias_det3 h2{
    font-size: 17px;
   }
}

@media (max-width:1250px) and (min-width:1198px){

  #navbar a{
    font-size: 12px;
   }
   #title{
    font-size: 20px;
	line-height: 20px;   
   }
   #cotizacion h1{
    font-size: 21px;
   }

   .item_r p{
    top: -3px;
    line-height: 17px;
    font-size: 14px;
   }

   .item_r a{
    top: 14px;
   }

   #categorias_home{
    padding: 21px 0px;
   }

   #tiempo h1{
    font-size: 29px;
   }

   #somos p{
    font-size:18px;
    line-height: 26px;
   }

   #empresa p{
    padding-left: 28px;
    padding-top: 0px;
    line-height: 27px;
   }

   #empresa_txt p{
    line-height: 27px;
   }

   .categorias_det{
    padding: 39px 0px;
   }
 .categorias h3 {
    font-size: 11px;
 }
   .categorias_det p{
    font-size: 44px;
   }

   .categorias_det2 p{
    font-size: 44px;
   }

   .categorias_det2{
    padding: 36px 0px;
   }

   .categorias_det3 p{
    font-size: 58px;
   }

   .categorias_det3{
    padding: 28px 0px;
   }
}

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

  #navbar a{
    font-size: 12px;
   }

   #cotizacion h1{
    font-size: 22px;
   }

   .caption{
    top: 58%;
   }

   .item_r p{
    top: 2px;
    line-height: 19px;
    font-size: 15px;
   }

   .item_r a{
    top: 11px;
   }

   #categorias_home{
    padding: 8px 0px;
   }

   #tiempo h1{
    font-size: 28px;
   }

   #empresa p{
    font-size: 17px;
    padding-left: 21px;
    padding-top: 0px;
   }

   #empresa_txt p{
    font-size: 16px;
    line-height: 28px;
   }
   .categorias_det{
    padding: 45px 0px;
   }
.categorias h2 {
    font-size: 20px;
}
	.categorias h3 {
    font-size: 13px;
}
   .categorias_det p{
    font-size: 41px;
   }

  #title{
    font-size: 20px;
	line-height: 20px;   
   }

   .categorias_det2 p{
    font-size: 41px;
   }

   .categorias_det2{
    padding: 42px 0px;
   }

   #title2{
    font-size: 30px;
   }

   .categorias_det3{
    padding: 31px 0px;
   }

   .categorias_det3 p{
    font-size: 59px;
   }
}


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

   .item_r a{
    top: 26px;
   }

   .item_r p{
    top: 11px;
   }

   #empresa p{
    padding-top: 28px;
   }

   .categorias_det{
    padding: 59px 0px;
   }

   .categorias_det p{
    font-size: 48px;
   }

   .categorias_det2 p{
    font-size: 48px;
   }

   .categorias_det2{
    padding: 57px 0px;
   }

   .categorias_det3{
    padding: 60px 0px;
   }
}



