@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
    
    .page-header { display: none; }
    .top-ima-frame { margin-top: 400px;}
    .navbar-brand>img {max-width: 150px;}
    .whitebox .widget {padding: 34px 30px;}
    .maestria-container { display: flex; flex-flow: row wrap-reverse;}
    .maestria-container > * { width: 100% }
    .maestria-container-01 { background-color: #fff }
    .maestria-container-02 { background-color: #fff }
    .baz { background-color: #007aff }
    
    
    
       
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.overlay-utel {
background: rgba(11,86,162,1);
background: -moz-linear-gradient(left, rgba(11,86,162,1) 12%, rgba(11,86,162,0.9) 25%, rgba(11,86,162,0.31) 100%);
background: -webkit-gradient(left top, right top, color-stop(12%, rgba(11,86,162,1)), color-stop(25%, rgba(11,86,162,0.9)), color-stop(100%, rgba(11,86,162,0.31)));
background: -webkit-linear-gradient(left, rgba(11,86,162,1) 12%, rgba(11,86,162,0.9) 25%, rgba(11,86,162,0.31) 100%);
background: -o-linear-gradient(left, rgba(11,86,162,1) 12%, rgba(11,86,162,0.9) 25%, rgba(11,86,162,0.31) 100%);
background: -ms-linear-gradient(left, rgba(11,86,162,1) 12%, rgba(11,86,162,0.9) 25%, rgba(11,86,162,0.31) 100%);
background: linear-gradient(to right, rgba(11,86,162,1) 12%, rgba(11,86,162,0.9) 25%, rgba(11,86,162,0.31) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b56a2', endColorstr='#0b56a2', GradientType=1 );
    z-index: 1;
    visibility: visible;
}


.trapecio-back {
    /*width: 250px;*/
    width: auto;
    height: 0px;
    border-right: 50px solid transparent;
    border-left: 20px solid #ee7d00;
    border-bottom: 100px solid #ee7d00;
    z-index: 100;
     
}

.trapecio-back-black {
    
    border-left: 20px solid #2b317f;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #2b317f;
    width: auto;
    height: 0px;
    z-index: 100;
    
}

.slide-padding-top { padding-top: 16px;}
.slide-padding-top-2 { padding-top: 16px;}
.slide-padding-top-3 { padding-top: 30px; padding-right: 30px;}
.slide-left { left: 0px;}

.formula-home {
    margin: -140px 0 0;
    z-index: 21;
}

.slide-margen-izq {padding-left: 1px; letter-spacing: 0px;}



.maestria-container {
  display: flex;
  flex-flow: row wrap-reverse;
}

.maestria-container > * { width: 100% }

.maestria-container-01 { background-color: #fff }
.maestria-container-02 { background-color: #fff }
.baz { background-color: #007aff }




.linea-multicolor {
    height: 10px;
    background: #ee7d00;
/*    background: linear-gradient(to right, #0b57a2 25%, #ff6601 25%, #ff6601 50%, #f79c34 50%, #f79c34 50%, #f79c34 75%, #fdbb0f 75%);*/
}

.divide-ventajas {
    border-left: 6px solid #fff;
    padding-left: 30px;
}

.btn-box a.play-button{
    width: 70px;
}
.btn-box a.play-button,
.btn-box a.slide-style2-button{
    display: table-cell;
    vertical-align: middle;
}



.btn-box a.play-button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #005bab;
    text-align: center;
}

.btn-box a.play-button span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}


.button-out {
  background-color: #f79c34; /* Green */
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-out-1 {
  background-color: white; 
  color: #2b317f;
    font-size: 15px;
  border: 2px solid #cbcbcb;
  border-radius: 4px;    
}

.button-out-1:hover {
  background-color: #ee7d00;
  color: white;
  border: 2px solid #ee7d00;    
}


.btn-green {
	background: #ee7d00;
	color: #fff;
    padding: 20px 27px;
    display: inline-block;
vertical-align: middle;
}

.btn-green:hover {
	color: #ee7d00;
	background: #2b317f;
}

.top-ima-frame {margin-top: 70px;}
.top-margen-homeo {margin-top: -70px;}
.margen-quienes {padding-right: 100px;}

.font-azul-cielo { color: #0b57a2;}
.font-amarillo { color: #fdbb0e;}
.font-green { color: #07335e;}
.font-rojo { color: #ee7d00;}
.font-bco {color: #ffffff;}
.font-gris {color: #333;}
.font-black {color: #2b317f;}

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-italic {font-style: italic;}
.menu-right {float: right;}


.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}
.top70 { margin-top: 70px;}
.top80 { margin-top: 80px;}
.top90 { margin-top: 90px;}
.top100 { margin-top: 100px;}

.nega-top10 { margin-top: -10px;}
.nega-top20 { margin-top: -20px;}
.nega-top30 { margin-top: -30px;}
.nega-top40 { margin-top: -40px;}
.nega-top50 { margin-top: -50px;}
.nega-top60 { margin-top: -60px;}
.nega-top70 { margin-top: -70px;}
.nega-top80 { margin-top: -80px;}
.nega-top90 { margin-top: -90px;}
.nega-top100 { margin-top: -100px;}
.nega-top120 { margin-top: -120px;}
.nega-top130 { margin-top: -130px;}
.nega-top140 { margin-top: -140px;}

.bottom10 { margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom40 { margin-bottom: 40px;}
.bottom50 { margin-bottom: 50px;}
.bottom60 { margin-bottom: 60px;}
.bottom70 { margin-bottom: 70px;}
.bottom80 { margin-bottom: 80px;}
.bottom90 { margin-bottom: 90px;}
.bottom100 { margin-bottom: 100px;}


.proxima { font-size:28px; line-height: 36px; font-weight: 700;}

.font11 { font-size:11px;}
.font12 { font-size:12px;}
.font13 { font-size:13px;}
.font14 { font-size:14px;}
.font15 { font-size:15px;}
.font16 { font-size:16px;}
.font17 { font-size:17px;}
.font18 { font-size:18px;}
.font19 { font-size:19px;}
.font20 { font-size:20px;}
.font21 { font-size:21px;}
.font22 { font-size:22px;}
.font-icon-ch { font-size: 2.28571em;}
.font-icon-m { font-size: 3.28571em;}
.font-icon-g { font-size: 4.48571em;}
.font-icon-xl { font-size: 5.28571em;}

.inter14 { line-height: 14px;}
.inter16 { line-height: 16px;}
.inter18 { line-height: 18px;}
.inter20 { line-height: 20px;}
.inter22 { line-height: 22px;}
.inter24 { line-height: 24px;}
.inter30 { line-height: 30px;}
.inter34 { line-height: 34px;}
.inter48 { line-height: 48px;}


.no-padding { padding: 0px;}
.padding10 { padding: 10px;}
.padding30 { padding: 30px;}

.foto-radius { border-radius: 10px;}

.serv-alto01 { min-height: 780px;}
.serv-alto02 { min-height: 690px;}
.serv-alto03 { min-height: 400px;}
.serv-alto04 { min-height: 300px;}


.foto-out {
  border: 8px solid #fff;
  outline-style: solid;
  outline-color: #e3e3e3;
}

.ico-tamano { max-width: 100%;}
.top-testi { margin-top: 1px;}

.linea-divide {
    border-left: 1px solid #e3e3e3;
      padding-left: 20px;
  }

.linea-divide-ver {
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 20px;
    padding-top: 14px;
    
  }

/*.linea-titulo {
    border-bottom: 4px solid #ee7d00;
    margin-bottom: 20px;
    padding-top: 14px;
    width: 120px;
    left: 45%;
    
  }*/

.linea-titulo:after {
    content: '';
    display: block;
    width: 120px;
    height: 0;
    margin: 20px auto 0 auto;
    border-bottom: solid 4px #ee7d00;
}


.linea-titulo-left:after {
    content: '';
    display: block;
    text-align: left;
    width: 120px;
    height: 0;
    margin: 20px auto 0 auto;
    border-bottom: solid 4px #ee7d00;
}


.margen-clientes {
    width: 90%;
  }

.margen-clientes-divi {
     border-left: 1px solid #e3e3e3;
      
  }

.margen-foto-izq {
    padding-right: 40px;
  }


.section-intro-ch {
  font-size: 16px !important;
  line-height: 3.2rem;
  font-weight: 300;
  margin-left: 20px;
    font-style: italic;
}

.layer-back {
   z-index: 0;
  }


ul .lista-a lista-b lista-c lista-d lista-e {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
  list-style-position: outside;
}

li.lista-a  { 
  padding-left: 16px;
    line-height: 20px;
    list-style-position: outside;
}

li.lista-a::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
    margin-top: 22px;
  color: #f79c34; /* Or a color you prefer */
    font-size: 20px;
     line-height: 20px;
}


.fondo-arana {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
/*    height: 100vh;*/
    background-image: url(../images/back-arana.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: -2;*/
}


.mail-renglon {

  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


.pie-left {text-align: left;}
.pie-right {text-align: right;}

@media only screen and (max-width: 768px) { 
    
   .pie-right {display: none;}
   .pie-left {text-align: center;} 
    #testimonial-slider { margin-top: -5px; margin-bottom: -20px;}
    .top-testi { margin-top: 60px;}
    .top-margen-homeo {margin-top: 1px;}
    .linea-divide { display: none;}
    .margen-quienes {padding-right: 1px;}
    .serv-alto04 { min-height: 300px; }
    .proxima { font-size:17px; line-height: 30px; font-weight: 700;}
    
    .margen-foto-izq {
    padding-right: 0px;
  }
    
.title-somos {
	font: 32px/35px 'Abel', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	position: relative;
}

.title-somos::before {

    display: none;
}    
    

    
}     



.image-border {
  border: 4px solid #fff;
}

.image-padding {
    padding: 12px;
}

.pie-liga a {
    color: #ffffff;
}

.pie-liga a:hover {
    color: #ee7d00;
}

.pie-sombra {
-webkit-box-shadow: inset 0px 9px 5px 0px rgba(165,87,0,1);
-moz-box-shadow: inset 0px 9px 5px 0px rgba(165,87,0,1);
box-shadow: inset 0px 9px 5px 0px rgba(165,87,0,1);
}


.visit-form-pie {

  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.7);
    border-style: solid;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 25px;
  position: relative;
  z-index: 22;
  margin-top: 10px;
    margin-bottom: 60px;
     width: 80%;
    text-align: center;
}

.visit-form-pie::before {
  content: '';
  position: absolute;
  z-index: -1;
  /*background: #ffffff;*/
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.visit-form-pie form {
  text-align: center;
}

.visit-form-pie form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.visit-form-pie form label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}

.visit-form-pie form .default-btn {
  margin-top: 10px;
}


.galeria-text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
    padding-top: 10px;
}


table {
  border-collapse: collapse;
  width: 100%;
    border: none;
}

td {
  padding: 8px;
  text-align: center;
  /*border-bottom: 1px solid #ddd;*/
}

/*tr:hover {background-color:#28307d; color: white; }*/

th {
  background-color: #ee2e24;
  color: white;
  text-align: center;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.th-gris {
  background-color: #868686;
}

.th-ama {
  background-color: #f4d34b;
}

.th-naranja {
  background-color: #ea9f48;
}

.th-rojo {
  background-color: #e47570;
}


.fondo-gris-desvana {
background: rgba(195,195,195,1);
background: -moz-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,195,195,1)), color-stop(100%, rgba(195,195,195,0)));
background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -o-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -ms-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3', GradientType=0 );
}


.fondo-galeria {
background: rgba(4,71,21,1);
background: -moz-linear-gradient(top, rgba(4,71,21,1) 0%, rgba(63,138,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,71,21,1)), color-stop(100%, rgba(63,138,25,1)));
background: -webkit-linear-gradient(top, rgba(4,71,21,1) 0%, rgba(63,138,25,1) 100%);
background: -o-linear-gradient(top, rgba(4,71,21,1) 0%, rgba(63,138,25,1) 100%);
background: -ms-linear-gradient(top, rgba(4,71,21,1) 0%, rgba(63,138,25,1) 100%);
background: linear-gradient(to bottom, rgba(4,71,21,1) 0%, rgba(63,138,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044715', endColorstr='#3f8a19', GradientType=0 );
    
} 




.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  /*top:370px;*/
  right:30px;
    bottom: 120px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
    
}

.whatsapp-icon {
  margin-top:13px;
}



/*ICONOS LATERALES*/
.font-icon-xs { font-size: 1.2em;}
.font-icon-ch { font-size: 2.28571em;}
.font-icon-m { font-size: 3.28571em;}
.font-icon-g { font-size: 4.48571em;}
.font-icon-xl { font-size: 5.28571em;}

.fixed-iconos {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 46%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;

}

.fixed-iconos div {
    display: block;
    box-sizing: border-box;
    width: 100%;
   /* padding: 7px;*/
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: width 0.3s linear;
}



.fixed-iconos .fix-contacto {background: rgba(0, 0, 0, 1.0); font-size: 1.900em; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.fixed-iconos .fix-showroom {background: rgba(255, 102, 1, 1.0); font-size: 1.900em; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.fixed-iconos .fix-recorrido {background: rgba(50, 79, 139, 1.0); font-size: 1.900em;border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.fixed-iconos .fix-whatsapp {background: rgba(0, 187, 45, 1.0); font-size: 1.900em; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}



.fixed-iconos div:hover {width: 120%;}
.fixed-iconos div img{width: 30px;}
.fixed-iconos div p{
    display: block;
    color: white;
    font-size: 12px;
    margin-bottom: .6rem;
    margin-top: -2px;
    }
		


@media only screen and (max-width: 767px) { 
    .fixed-iconos { z-index: 999; top: 50%;}
    .fixed-iconos div img{width: 20px;}
    .fixed-iconos div p{
    display: none;    
    }
    .divide-ventajas { border-left: 1px solid transparent; padding-left: 1px;}
    .slide-margen-izq {padding-left: 1px; letter-spacing: -1px;}
    .trapecio-back {
    width: 280px;
    height: 0px;
    border-right: 50px solid transparent;
    border-left: 20px solid #ee7d00;
    border-bottom: 90px solid #ee7d00;
    z-index: 100;}
   .slide-padding-top { padding-top: 16px;}
   .slide-padding-top-2 { padding-top: 22px;}
    .ico-tamano { max-width: 24%; margin-bottom: 20px;}
  
  .sidemenu_btn { margin-right: 8rem!important;}
  .navbar > .container {
    flex-wrap: none!important;}

   
}
/*ICONOS LATERALES*/