/**** 
#3E4095 --> Morado
#F48120 --> Naranja

/* --------------- NAV BAR ESTILOS -------- */

ul li {
  background: none !important;
  color: #5D5D5D;
}

.top-bar{
  background: #F7F7F7 !important;
  height: 5rem !important;
  padding: 20px 10%;
  position: fixed;
  width: 100%;
  z-index: 10;
  overflow: visible;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: none !important;
  color: #5D5D5D !important;
  line-height: 2rem;
  padding: 0 2rem;
}


.top-bar-section li:not(.has-form) a:not(.button) {
  background: none !important;
  line-height: 2rem;
  padding: 0 2rem;
}

.top-bar-section ul li > a {
  color: #5D5D5D;
  display: block;
  font-family: 'aileronbold';
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
  border-bottom: solid #8E8E8E 1px;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}

.top-bar-section ul li > a:hover {
  color: #5D5D5D !important;
  border-bottom: solid #F48120 1px;
}

#close_resp_menu{
  font-size: 2em;
  position: absolute;
  right: 30px;
  top: 10px;
}

#orange_bar{
  position: absolute;
  background: #F48120;
  width: 80%;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}


#resp_menu{
  display: none;
  color: #F48120;
  font-size: 2em;
  text-align: right;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    bottom:6px;
}

#resp_dropdown{
  display: none;
  width: 50%;
  height: 0%;
  position: absolute;
  right: -366px;
  top: 0px;
  z-index: 99;
}
#resp_dropdown ul{
  margin-left: 0px;
}

#resp_arrow-down {
  display: none;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; 
  border-top: 30px solid #F48120;
    margin: auto;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; 
  border-top: 30px solid #F48120;
  left: 3%;
  top: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.arrow-left {
  position: absolute;
  width: 0; 
  height: 0;
  top: 15px; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;  
  border-right:20px solid #F48120;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.menu_resp_dropdown-top{
  background:#F48120 !important;
  display: block;
  padding: 28px 25px;
}

.menu_resp_dropdown-top a{
  color: #fff;
  font-family: 'aileronregular';
}

.menu_resp_dropdown{
  display: block;
  padding: 20px 25px;
  background: rgba(62,65,148,0.7) !important;
  border-bottom: solid #2A2969 2px;
}
.menu_resp_dropdown a{
  color: #fff;
  font-family: 'aileronregular';
}




/*----------------- BIG PAGE ------------------- */

#big_page{
  width: 100%;
  position: relative;
  height: 100vh;
  background: url('../img/home_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* INICIO */

#desc_container{
  position: relative;
  width: 80%;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  padding: 0px 30px;
  margin: auto;
}

#cuadro_bco{
  position: relative;
  
}

.section{
  position: relative;
  height: 100vh;
}
#inicio table{
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}
#inicio table td{
  position: relative;
  margin:0 auto;
  text-align: center;
  vertical-align: middle;
}
#slogan{
  font-size: 2.6em;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/** -------------------- STRIPES ESTILOS ------------------------- **/
#nosotros{
  background: url('../img/nosotros_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.strips {
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  color: #E4E4E4;
}
.strips__strip {
  will-change: width, left, z-index, height;
  position: absolute;
  width: 25%;
  min-height: 100vh;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.icon{
  position: absolute !important;
  top: 38%;
}

.go_top{
  width: 100%;
  height: 60%;
  z-index: 99;
}

.go_top h1{
  position: relative;
  top: 350px;
}

.has_ob{
  border-right: solid #F48120 1px;
}

.strip__title:hover{
  opacity: 0.7;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip__inner-text h2{
  color: #FFF;
  line-height: 3.0;
  font-family: 'aileronregular';
}
.strip__inner-text p{
  text-align: justify;
  font-size: 1em;
  font-family: 'aileronlight';
  color: #E4E4E4;
}
.strip__inner-text span{
  color: #FFF;
  font-weight: 
}
.strip__inner-text ul{
  list-style-type: none;
  display: inline-block;
  margin: auto;
  text-align: left;
  width: 45%;
  float: left;
  padding-left: 15%;
}
.strip__inner-text li{
  color: #FFF;
  font-family: 'aileronregular';
  font-size: 1.4em;
  line-height: 50px;
}

.strip__inner-text i{
  font-size: 0.9em;
  margin-right: 0.4em;
}

.strips__strip:nth-child(1) {
  left: 0;
}
.strips__strip:nth-child(2) {
  left: 25vw;
}
.strips__strip:nth-child(3) {
  left: 50vw;
}
.strips__strip:nth-child(4) {
  left: 75vw;
}
.strips__strip:nth-child(5) {
}
.strips__strip:nth-child(1) .strip__content {
  background: transparent;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: strip1;
          animation-name: strip1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
  background: transparent;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip2;
          animation-name: strip2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
  background: transparent;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation-name: strip3;
          animation-name: strip3;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
  background: transparent;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip4;
          animation-name: strip4;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.strips__strip:nth-child(5) .strip__content {
}
@media screen and (max-width: 768px) {
  .strips__strip {
    min-height: 26vh;
  }
  .strips__strip:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 25vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(3) {
    top: 50vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 75vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(5) {
  }
}
.strips .strip__content {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}


.strips .strip__inner-text {
  will-change: transform, opacity;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100%;
  background-color: rgba(62,64,149,0.8);
  padding: 350px 300px;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip--expanded {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .strips__strip--expanded {
    min-height: 100vh;
  }
}
.strips__strip--expanded .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
      -ms-transform: skew(-30deg) scale(1) translate(0, 0);
          transform: skew(-30deg) scale(1) translate(0, 0);
  opacity: 0.05;
}
.strips__strip--expanded .strip__title {
  opacity: 0;
}
.strips__strip--expanded .strip__inner-text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 99;
}

.strip__title {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.3vw;
  color: #FFF;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

}
@media screen and (max-width: 768px) {
  .strip__title {
    font-size: 28px;
    color: #FFF;
  }
  .strip__title:hover{
    color: #FFF !important;
  }
  .strip__inner-text h2 {
    color: #fff;
  }
  .strip__inner-text p {
    color: #CFCFCF;
  }
  .strip__inner-text span {
    color: #fff;
  }
}

.strip__close {
  position: absolute;
  right: 10vw;
  top: 10vw;
  font-size: 1.8em !important;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.strip__close--show {
  opacity: 1;
  color: #fff;
}

@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*--------------------- TERMINA ESTILOS STRIPES ----------------- */

/* ---------------------- ESTILOS SERVICES ---------------------- */
#servicios{
  background: url('../img/servicios_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

 #ser_wrapper{
  width: 80%;
  margin: auto;
  padding: 150px 2%;
 }
 .item{
  display: block;
  width: 300px;
  height: 400px;
  background: #fff;
  padding: 100px 20px;
  text-align: center;
}
 .item img{
  width: 50px !important;
  height: 60px;
  margin: auto;
  margin-bottom: 30px;
}
.item h4{
  color: #3E4095;
  font-family: 'aileronbold';
  font-size: 1em;
  line-height: 2em;
}
.item p{
  color: #3E4095;
  font-family: 'aileronlight';
  font-size: 0.8em;
}

/* ---------------------- TERMINA ESTILOS SERVICES ---------------------- */
/* ---------------------- ESTILOS CONTACTO ---------------------- */
#contacto{
  background: url('../img/contact_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x:hidden; 
}

#contact-wrapper{
  width: 80%;
  position: relative;
  height: 100%;
  margin: auto;
}
#contact_izq{
  float: left;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

}
#contact_der{
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.contact_panel{
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100vh;
  padding: 0px 30px;
}
#map{
  display: block;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

#map img{
  width: 100%;
}
.left_row{
  position: relative;
  width: 100%;
}
.right_row{
  position: relative;
  width: 100%;
}
#top_contact{
  height: 30%;
  padding: 90px 10px;
}
#top_contact h1{
  font-family: 'aileronbold';
  font-size: 2.0em;
  color: #fff;
}
#middle_contact{
  height: 70%;
  text-align: center;
}
#footer_contact h2{
  font-family: 'aileronbold';
  font-size: 2.0em;
  color: #fff;
}
#footer_contact ul{
  list-style: none;
}
#footer_contact li{
  display: inline-block;
  color: #fff;
  font-family: 'aileronlight';
}
#top_right_contact{
  height: 20%;
  padding: 90px 10px;
}
#top_right_contact h1{
  font-family: 'aileronbold';
  font-size: 2.0em;
  color: #fff;
}

#bottom_right_contact{
  height: 80%;
}


/* ---------------------- TERMINA ESTILOS CONTACTO---------------------- */


/* ---------------  FOOTER ESTILOS ------------ */
footer{
  width: 100%;
  position: fixed;
  height: 50px;
  bottom: 0px;
  background: #F7F7F7;
  z-index: 9999;
}

#contact_list{
  list-style-type: none;
}
#contact_list li{
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
}

#footer_wrapper{
  position: relative;
  margin: 0 auto;
  width: 80%;
}

#footer_left{
  position: relative;
  float: left;
  left:0px;
  width: 50%;
  background: #3E4095;
  height: 50px;
  padding: 13px 0px;
  text-align: center;
}
#footer_right{
  position: relative;
  display: inline-block;
  right: 0px;
  width: 50%;
  background: #F48120;
  height: 50px;
  padding: 13px 0px;
  text-align: center;
}
#footer_right a{
  color: #fff;
  font-size: 0.8em;
}
/* ---------------  TERMINA FOOTER ESTILOS ------------ */

/* ---------------  AVISO DE PRIV ESTILOS ------------ */

#aviso_priv{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(62,64,149,0.9);
  z-index: 9999;
  top:100vh;
-webkit-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#wrapper_ap{
  width: 80%;
  margin: auto;
  height: 100%;
  padding: 100px 20px;
  position: relative;
}

#head_ap{
  height: 20%;
  position: relative;
  display: block;
  width: 100%;
}
#content_ap{
  height: 80%;
  padding: 20px 20px;
  position: relative;
  display: block;
  width: 100%;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  overflow:scroll; 
}
#content_ap span{
  color:#999;
  font-size: 1em;
  font-family: 'aileronbold';
}

#content_ap h1{
  color: #F48120;
  font-size: 1.5em;
  padding-bottom: 1.5em;
  font-family: 'aileronbold';
}

#content_ap p{
  color: #E4E4E4;
  font-size: 1em;
  font-family: 'aileronregular';
  letter-spacing: 1px;
  text-align: justify;
}

#content_ap ul{
 list-style-type: none;
}

#content_ap li{
 color: #fff;
 font-family: 'aileronlight';
 font-style: italic;
  margin: 5px 0px;
}

.titulo{
  color: #fff;
  font-size: 1.8em;
  font-family: 'aileronbold' !important;
  letter-spacing: 0.5px;
  text-align: justify;
}
.info{
  color: #E4E4E4;
  font-size: 1em;
  font-family: 'aileronregular';
  letter-spacing: 0.5px;
  text-align: justify;
}

.close_ap{
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 25px 15px;
  background: #F48120;
}

.close_ap a{
  color: #fff;
  font-size: 1.5em;
}
/* ---------------  TERMINA AVISO DE PRIV ESTILOS ------------ */

@media screen and (min-width : 2200px){
  #desc_container {
  }
  .strips .strip__inner-text {
  padding: 580px 1000px;
  }

    #map img {
    width: 70%;
  }

  #top_contact {
    height: 15%;
  }
   #ser_wrapper{
    padding: 350px 10%;
   }

 .owl-carousel .owl-stage-outer {
  padding: 0px 65px !important;
  }
  .contact_panel {
    padding: 250px 30px;
  }

}
@media screen and (min-width : 1601px) and (max-width : 1920px) {
  .go_top h1 {
  position: relative;
  top: 260px;
  }
  #top_contact{
  padding: 100px 10px;
  }

  #top_right_contact{
    padding: 100px 10px;
  }
  #cuadro_bco{
  padding: 60px 30px;
  }
  
  .strips .strip__inner-text {
    padding: 310px 700px;
  }
  .contact_panel {
    padding: 60px 30px;
  }
  
  input[type="submit"] {
  position: relative;
  top: 20px;
  }

  #map img {
    width: 70%;
  }

  .strip__inner-text ul {
    width: 50%;
    padding-left: 9%;
  }



}
@media screen and (min-width : 1441px) and (max-width : 1600px) {
  .go_top h1 {
  position: relative;
  top: 260px;
  }

  .strips .strip__inner-text {
    padding: 250px 550px;
  }

  .strip__inner-text ul {
    width: 50%;
    padding-left: 9%;
  }

  #map img {
    width: 80%;
  }

  #top_contact {
    height: 20%;
    padding: 100px 10px;
  }

  .contact_panel {
    padding: 100px 30px;
  }


}
@media screen and (min-width : 1367px) and (max-width : 1440px) {
.strip__inner-text ul {
  width: 50%;
  padding-left: 18%;
}
  .go_top h1 {
    position: relative;
    top: 260px;
  }
  .contact_panel {
    padding: 80px 30px;
  }


}
@media screen and (min-width : 1281px) and (max-width : 1366px) {
.strip__inner-text ul {
  width: 50%;
  padding-left: 16%;
  }
}
/* RESPONSIVE */

/**********
iPad 3
**********/

/* IPAD LANDSCAPE*/
@media screen and (min-width : 981px) and (max-width : 1024px) {

  #footer_wrapper {
    width: 100%;
  }

  .item {
    width: 220px;
  }
  #desc_container {
    padding: 100px 150px;
  }

  #servicios{
    background-attachment: none;
  }

  .strips .strip__inner-text {
    padding: 350px 250px;
  }

    .strip__inner-text ul {
    width: 50%;
    padding-left: 11%;
  }

}

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

  #footer_wrapper {
    width: 100%;
  }

  .top-bar-section ul {
    display: none !important;
    height: auto !important;
    width: auto;
  }

  #resp_menu{
    display: block;
  }
  .top-bar .title-area {
    left: 35%;
    bottom: 5px;
  }

  #resp_arrow-down{
    display: block;
  }
  #orange_bar {
    width: 100%;
  }
  #desc_container {
    border:none;
  }
  #resp_dropdown{
    display: block;
    right: -51%;
  }

  #servicios{
    background-attachment: none;
  }
  #top_contact h1 {
    font-size: 1.5em;
  }
  #top_right_contact h1 {
  font-size: 1.5em;
  }

  .strips .strip__inner-text {
    padding: 350px 150px;
  }
  .strip__inner-text ul {
    width: 50%;
    padding-left: 15%;
  }

}

/* IPAD PORTRAIT */
@media screen and (min-width : 641px) and (max-width : 768px) {

  #footer_wrapper {
    width: 100%;
  }

  .top-bar-section ul {
    display: none !important;
    height: auto !important;
    width: auto;
  }

  #resp_menu{
    display: block;
  }
  .top-bar .title-area {
    left: 35%;
    bottom: 5px;
  }
  #resp_arrow-down{
    display: block;
  }
  #orange_bar {
    width: 100%;
  }
  #desc_container {
    border:none;
    padding: 230px 50px;
  }
  #resp_dropdown{
    display: block;
    right: -51%;
  }
  circle{
    fill: #fff;
  }
  path{
  fill: #fff;
  }
  .has_ob {
  border-bottom: solid rgba(244,129,32,0.5) 1px;
  border-right: none;
  }
  .strips .strip__content{
    background: #3E4095 !important;
  }
  .go_top h1{
    top:150px;
    font-size: 1.5em;
  }

  .icon {
  position: absolute !important;
  top: 25%;
  }

  .strips .strip__inner-text {
    padding: 350px 100px;
  }
  .go_top {
    height: 90%;
  }
  .item {
    width: 250px;
  }
  #ser_wrapper {
  padding: 250px 2%;
  }

  .contact_panel {
    width: 100%;
    height: 45vh;
    padding: 0px 5px;
  }

  #top_contact {
    padding: 30px 10px;
  }
  #top_contact h1 {
    font-size: 2em;
    text-align: center;
  }
  #map img {
    width: 60%;
  }
  #top_right_contact {
    height: 15%;
    padding: 0px 10px;
  }
  #top_right_contact h1 {
    font-size: 2em;
    text-align: center
  } 
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-width: 2px;
    height: 2.2rem;
    margin: 0 0 0.1rem 0;
  }
  #contacto {
    height: 100%;
  }
  
  input[type="submit"] {
  position: relative;
  top: 30px;
  }
  #servicios{
    background-attachment: none;
  }

  .strip__inner-text ul {
  width: 50%;
  padding-left: 13%;
  }

}

@media (max-width : 700px){
  .icon{
    display: none;
  }


  #Layer_1{
    display: none;
  }

}

@media screen and (min-width : 415px) and (max-width : 640px) {
  #desc_container {
    height: auto;
    border: none;
  }
  #slogan {
      font-size: 1.3em;
  } 
  #cuadro_bco {
      position: relative;
  }
  #footer_wrapper {
      width: 100%;
  }
  .top-bar-section ul {
      display: none !important;
    height: auto !important;
      width: auto;
  }
  
  #resp_menu{
   display: block;
  }
  #orange_bar {
    width: 100%;
    height: 5px;
  }
  #resp_menu {
    bottom: 48px;
  }
  #resp_dropdown {
    display: block;
    height: 100vh;
    background: rgba(62,65,148,1.0) !important;
  }
  .name img{
    width: 60%;
  }
  .top-bar .title-area{
    left: 28%;
  }
  #resp_arrow-down {
      display: block;
      border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F48120;
  }
  circle{
  fill: #fff;
  }
  path{
  fill: #fff;
  }
  .has_ob {
  border:none;
  }
  .strips .strip__content{
    background: #3E4095 !important;
  }
  .go_top h1{
    top:40px;
  }
  .strip__inner-text p {
  font-size: 0.9em;
  }
  .strips .strip__inner-text {
    padding: 350px 100px;
  }

      .contact_panel {
    width: 100%;
    height: 45vh;
    padding: 0px 5px;
  }

  #top_contact {
    padding: 30px 10px;
  }
  #top_contact h1 {
    font-size: 1em;
  }
  #map img {
    width: 80%;
  }
  #top_right_contact {
    height: 15%;
    padding: 0px 10px;
  }
  #top_right_contact h1 {
    font-size: 1em;
    text-align: center
  } 
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-width: 1px;
    height: 2.1rem;
    margin: 0 0 0rem 0;
  }
  #contacto {
    height: 140%;
  }
  
  input[type="submit"] {
  position: relative;
  top: 30px;
  }

  #ser_wrapper {
    width: 95%;
    padding: 50px 1%;
  }
  
  .item {
    width: 270px;
  }
  #servicios{
    background-attachment: none;
  }
  .disapir{
    display: none !important;
  }
  
  .icon {
    display: none;
  }


}

@media screen and (min-width : 376px) and (max-width : 414px) {
  #desc_container {
    height: auto;
    border: none;
    padding: 20px 10px;
  }
  #slogan {
      font-size: 1.3em;
  } 
  #cuadro_bco {
      position: relative;
  }
  #footer_wrapper {
      width: 100%;
  }
  .top-bar-section ul {
      display: none !important;
    height: auto !important;
      width: auto;
  }

  #resp_menu{
   display: block;
  }
  #orange_bar {
    width: 100%;
    height: 5px;
  }
  #resp_menu {
    bottom: 48px;
  }
  #resp_dropdown {
    display: block;
    height: 100vh;
    background: rgba(62,65,148,1.0) !important;
  }
  .name img{
    width: 60%;
  }
  .top-bar .title-area{
    left: 28%;
  }
  #resp_arrow-down {
      display: block;
      border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F48120;
  }
  circle{
  fill: #fff;
  }
  path{
  fill: #fff;
  }
  .has_ob {
  border:none;
  }
  .strips .strip__content{
    background: #3E4095 !important;
  }
  .go_top h1{
    top:40px;
  }
  .strip__inner-text p {
  font-size: 0.9em;
  }
  .strips .strip__inner-text {
    padding: 350px 100px;
  }

      .contact_panel {
    width: 100%;
    height: 45vh;
    padding: 0px 5px;
  }

  #top_contact {
    padding: 30px 10px;
  }
  #top_contact h1 {
    font-size: 1em;
  }
  #map img {
    width: 80%;
  }
  #top_right_contact {
    height: 15%;
    padding: 0px 10px;
  }
  #top_right_contact h1 {
    font-size: 1em;
    text-align: center
  } 
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-width: 1px;
    height: 2.1rem;
    margin: 0 0 0rem 0;
  }
  #contacto {
    height: 140%;
  }
  
  input[type="submit"] {
  position: relative;
  top: 30px;
  }

  #ser_wrapper {
    width: 95%;
    padding: 50px 1%;
  }
  
  .item {
    width: 270px;
  }
  #servicios{
    background-attachment: none;
  }
  .disapir{
    display: none !important;
  }


}
/* IPHONE6 */
@media screen and (min-width:321px) and (max-width : 375px) {

  #big_page {
    background-attachment: scroll;
  }

  #desc_container {
    height: auto;
    border: none;
    padding: 20px 10px;
  }
  #slogan {
      font-size: 1.3em;
  } 
  #cuadro_bco {
      position: relative;
  }
  #footer_wrapper {
      width: 100%;
  }
  .top-bar-section ul {
      display: none !important;
    height: auto !important;
      width: auto;
  }

  #resp_menu{
   display: block;
   font-size: 1.5em;
  }
  #orange_bar {
    width: 100%;
    height: 5px;
  }
  #resp_menu {
    bottom: 48px;
  }
  #resp_dropdown {
    display: block;
    height: 100vh;
    background: rgba(62,65,148,1.0) !important;
  }
  .name img{
    width: 60%;
  }
  .top-bar .title-area{
    left: 28%;
  }
  #resp_arrow-down {
      display: block;
      border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F48120;
  }
  circle{
  display: none;
  }
  path{
  display: none
  }
  .has_ob {
  border:none;
  }
  .strips .strip__content{
    background: #3E4095 !important;
  }
  .go_top h1{
    top:60px;
    font-size: 1.5em;
  }
  .strip__inner-text p {
  font-size: 0.8em;
  }
  .strip__title {
  font-size: 18px;
  color: #FFF;
  }
  .strips .strip__inner-text{
    overflow: auto;
    padding: 350px 30px;
  }

  .contact_panel {
    width: 100%;
    height: 45vh;
    padding: 0px 5px;
  }

  #top_contact {
    padding: 30px 10px;
  }
  #top_contact h1 {
    font-size: 1em;
  }
  #map img {
    width: 80%;
  }
  #top_right_contact {
    height: 15%;
    padding: 0px 10px;
  }
  #top_right_contact h1 {
    font-size: 1em;
    text-align: center
  } 
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-width: 1px;
    height: 2.1rem;
    margin: 0 0 0rem 0;
  }
  #contacto {
    height: 140%;
  }
  
  input[type="submit"] {
  position: relative;
  top: 30px;
  }

  #ser_wrapper {
    width: 95%;
    padding: 50px 1%;
  }
  
  .item {
    width: 100%;
  }
  .disapir{
    display: none !important;
  }
  #wrapper_ap {
    width: 90%;
  }
  #content_ap h1 {
  font-size: 1.2em;
  padding-bottom: 1.3em;
  }

  #content_ap p {
  font-size: 0.9em;
  }
  #contact_list{
    margin-left: 0.4em;
  }

  #servicios{
    background-attachment: local !important;
  }
  
  .strip__inner-text ul {
  width: 100%;
  padding-left: 30%;
  }

  .strip__inner-text li {
    font-size: 1em;
  }
}

@media screen and (min-width:240px) and (max-width: 320px){
  #big_page {
    background-attachment: local !important;
    background-size: 100% 600px;
  }
  .section{
    height: 100%;
  }

  #slogan {
      font-size: 1.3em;
  } 
  #cuadro_bco {
      position: relative;
      top: 10px;
  }
  #footer_wrapper {
      width: 100%;
  }
  .top-bar-section ul {
      display: none !important;
    height: auto !important;
      width: auto;
  }

  #resp_menu{
   display: block;
   font-size: 1.5em;
  }
  #orange_bar {
    width: 100%;
    height: 5px;
  }
  #resp_menu {
    bottom: 48px;
  }
  #resp_dropdown {
    display: block;
    height: 100vh;
    background: rgba(62,65,148,1.0) !important;
  }
  .name img{
    width: 60%;
  }
  .top-bar .title-area{
    left: 28%;
  }
  #resp_arrow-down {
      display: block;
      border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F48120;
  }
  circle{
  display: none;
  }
  path{
  display: none
  }
  .has_ob {
  border:none;
  }
  .strips .strip__content{
    background: #3E4095 !important;
  }
  .go_top h1{
    top:25px;
    font-size: 1.3em;
  }
  .strip__inner-text p {
  font-size: 0.8em;
  }
  .strip__title {
  font-size: 18px;
  color: #FFF;
  }
  .strips .strip__inner-text{
    overflow: auto;
    padding: 350px 30px;
  }

  .contact_panel {
    width: 100%;
    height: 45vh;
    padding: 0px 5px;
  }

  #top_contact {
    padding: 30px 10px;
  }
  #top_contact h1 {
    font-size: 1em;
  }
  #map img {
    width: 80%;
  }
  #top_right_contact {
    height: 15%;
    padding: 0px 10px;
  }
  #top_right_contact h1 {
    font-size: 1em;
    text-align: center
  } 
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-width: 1px;
    height: 2.1rem;
    margin: 0 0 0rem 0;
  }
  #contacto {
    height: 900px;
  }
  
  input[type="submit"] {
  position: relative;
  top: 30px;
  }

  #ser_wrapper {
    width: 95%;
    padding: 50px 1%;
  }
  
  .item {
    width: 100%;
    height: 300px;
  }
  .item p {
  display: none;
  }
  
  .disapir{
    display: none !important;
  }

  .owl-nav {
    top: 200px;
  }

  #wrapper_ap {
    width: 90%;
  }
  #content_ap h1 {
  font-size: 1.2em;
  padding-bottom: 1.3em;
  }

  #content_ap p {
  font-size: 0.9em;
  }
  #contact_list{
    margin-left: 0.4em;
  }

  #servicios{
    background-attachment: local !important;
  }
  
  .strip__inner-text ul {
  width: 100%;
  padding-left: 30%;
  }

  .strip__inner-text li {
    font-size: 1em;
  }
}

@media screen and (min-height:320px) and (max-height: 480px){
 #big_page {
    background-attachment: local !important;
    background-size: 100% 500px !important;
  }
  .section{
    height: 480px !important;
  }

  #cuadro_bco {
      position: relative;
      top: 10px;
  }

  .go_top h1 {
  top: 0px !important;
  font-size: 1.3em;
  }

}
