/*
Author: Sebastián Rave
Multimedia Productor
info@sebastianrave.com
Medellín - Colombia
2020
*/


*{
  text-decoration: none;
  list-style-type: none;
  font-family: 'Karla', serif;
}

ul, ol{
    margin: 0;
    padding: 0;
}

a{
  color: #fff;
  font-family: 'Karla', sans-serif;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover, a:focus{
  color: #4e8635;
  text-decoration: none;
  cursor: pointer;
}

p{
    color: #292929;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Karla', sans-serif
}

h1, h2, h5, h3{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #636363;
    line-height: 1;
}

h4{
    font-family: 'Karla', sans-serif;
    font-weight: 400; 
    color: #292929;
}

input[type="text"]{
    width: 100%;
    border: 0px solid #c0c0c0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 40px;
    color: #000;
    opacity: 1;
    letter-spacing: 1px;
}

input[type="email"]{
  width: 100%;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 40px;
    color: #000;
    opacity: 1;
    letter-spacing: 1px;
}

button, .sendbutton{
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #b6d453;
  color: #fff;
  border: none;
  appearance: none;
  padding: 5px 75px;
  margin: 20px auto;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sendbutton:hover{
  background-color: #4e8635;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
}

input::-webkit-input-placeholder, input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
}

input::-moz-placeholder, input::-moz-placeholder{ /* Firefox 19+ */
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
}

input:-ms-input-placeholder, input:-ms-input-placeholder{ /* IE 10+ */
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
}

input:-moz-placeholder, input:-moz-placeholder{ /* Firefox 18- */
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
}

.contform{
  max-width: 400px;
}

.contform p{
  margin-bottom: 40px;
}

textarea{
  width: 100%;
  border: 0px solid #c0c0c0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 18px 6px 0px 40px;
  margin-bottom: 10px;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
  min-height: 200px;
}

textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Karla', sans-serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Karla', sans-serif;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px; 
  font-family: 'Karla', sans-serif;
}

textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px; 
  font-family: 'Karla', sans-serif;
}

select{
  width: 100%;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  color: #37a5ef;
  /*background-image: url(../img/icons/select.png);*/
  background-repeat: no-repeat;
  background-position: right;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}

select.btborderblue, #datepicker{
  float: right;
  width: 180px;
  margin: 15px 5px;
  background-color: transparent;
  background-position: right center;
  background-image: url(../img/select.png);
  color: #37a5ef;
  padding: 10px;
}

select.btborderblue:hover{
  background-image: url(../img/selectwhite.png);
}

option{
  background-color: #fff;
  border: none;
  color: #37a5ef;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}

/*
Personalized checkbox

<div class="check-acepto">
    <input id="acepto" type="checkbox" name="acepto">
    <label for="acepto">He leído y acepto las condiciones de tratamiento de datos</label>
</div>

*/

input[type=checkbox] {
    background: none;
    border: none;
    display: none;
}

.check-acepto label {
    color: #aeb4bf;
    display: inline-block;
    max-width: 70%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.check-acepto label:before{
  float: left;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #aeb4bf;
  background: transparent;
  margin-right: 5px;
  margin-top: 1px;
}

.check-acepto label.active:before{
  content: "";
  float: left;
  background: transparent url(../img/checkbox.png) no-repeat;
  background-position: -1px -1px;
  color: #aeb4bf;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-right: 5px;
}

.no-margin{
    position: relative;
    padding: 0;
    margin: 0;
}

.opacity{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.4);
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.txt-over{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

body{
    position: relative;
    overflow-x: hidden;
    clear: both;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #efecea;
}

.iframebg, .fancybox-iframe,
.fancybox-slide--iframe .fancybox-content{
  background-color: transparent !important;
  background: transparent !important;
  width: 100%;
  max-width: calc(100% - 0);
  overflow-x: visible !important;
}

.iframebg .sliderproyectos {
  width: 96%;
  margin: 0 auto;
}

body::-webkit-scrollbar {
  width: 1px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: none;
}
 
body::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
}

/*ONLY MOBILE*/


@media screen and (min-width: 320px){

  .logocenter{
    padding-top: 10%;
    margin-bottom: 40px;
  }


  .desktop{
    display: none !important;
  }

  .mobile{
    display: block !important;
  }

  .overflowhidden{
    overflow: hidden;
  }

  header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  nav{
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  nav.muestra{
    z-index: -1;
  }

  .pad40{
    padding: 5%;
  }

  .curtain{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  nav .pad40{
    height: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  nav .collapsibleMenu{
    display: none;
  }

  nav.muestra .collapsibleMenu{
    display: block;
  }

  nav.muestra .collapsibleMenu .redesmenu {
    display: inline;
    text-align: center;
  }
  nav.muestra .collapsibleMenu .redesmenu ul li a {
    border: 1px solid white !important;
  }
  nav.muestra .collapsibleMenu .redesmenu ul li a .fa{
    color: #fff !important;
  }
  i.fa.fa-facebook {
    padding: 0px 2px;
  }

  nav.muestra .pad40{
    height: 100vh;
    padding: 5%;
  }

  .muestragray{
    height: 100vh;
  }

  .logo {
    position: absolute;
    left: 0;
    padding: 1.5% 15px 0 4%;
    margin: 0;
    z-index: 9;
  }

  .logo img{
    max-width: 210px;
  }

  .inline{
    display: inline-block;
    padding: 0 20px;
  }

  .content{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .content img{
    width: 100%;
    max-width: 100%;
  }

  .socialmedia{
    position: relative;
    padding: 45px 5px;
    float: right;
    height: 66px;
  }

  .socialmedia ul li{
    position: relative;
    display: inline-block;
  }

  .greenbg{
    background-color: rgba(180,196,59,.9);
  }
  .whitebg{
    background-color: #fff;
    padding: 10%;
  }

  .contservices{
    padding: 10%;
  }

  .whbg{
    background-color: #fff;
    padding: 60px 0;
  }

  .whitename{
    background-color: #fff;
    margin: 20px 0;
    padding: 20px 60px;
  }

  .whitename p{
    margin: 0;
    max-width: 300px;
  }

  .contservices p{
    max-width: 400px;
  }

  .padpic img{
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  .sliderproyectos{
    position: relative;
    margin-top: 60px;
  }

  .titgreen p:first-child{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
  }

  .titgreen h4{
    color: #98bf0f;
    margin: 0 0 60px 0;
    font-weight: 700;
  }

  .menu-trigger{
    padding: 40px 30px;
    float: right;
    cursor: pointer;
    margin-right: 0;
    height: 66px;
    z-index: 9;
  }

  .menu-trigger > span{
    position: relative;
    float: left;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .cerrar{
    float: left;
    margin-right: 20px;
    color: #5a5a5a;
  }

  /*.proyecto .cerrar{
    color: #fff;
  }*/

 .hamburger {
    float: left;
    margin-right: 10px;
    border: none;
    padding: 0 5px;
    position: relative;
    height: 40px;
    width: 40px;
  }

  .hamburger span {
    background: #5a5a5a;
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 3px;
    width: 25px;
    position: absolute;
  }

  .proyecto .hamburger span{
    background: #fff;
  }

  .hamburger span:nth-child(1) {
    left: 15px;
    top: 6px;
  }

  .hamburger span:nth-child(2) {
    left: 15px;
    top: 14px;
  }

  .hamburger span:nth-child(3) {
    left: 15px;
    top: 22px;
  }

  .closemenu{
    position: relative;
    height: 40px;
    width: 40px;
  }

  .closemenu span:nth-child(1) {
    width: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(45deg);
    left: 6px;
    top: 15px;
  }

  .closemenu span:nth-child(2) {
    opacity: 0;
  }

  .closemenu span:nth-child(3) {
    width: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(-45deg);
    top: 15px;
    left: 6px;
  }

  .menu{
    padding: 15% 20%;
    width: auto;
  }

  .collapsibleMenu > li{
    position: relative;
    line-height: 1.2;
    text-align: center;
  }

  .collapsibleMenu > li > a{
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Karla', helvetica;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
  }

  .collapsibleMenu li a:hover, .actual{
    color: #4e8635 !important;
  }
  
  .collapsibleMenu{
    padding-top: 8%;
  }

  /*.collapsibleMenu li a.actual:after, 
  .collapsibleMenu li a:hover:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 40px;
    background-color: #fff;
    width: 40px;
    height: 1px;
  }*/

  .collapsibleMenu li ul.sub-block{
    display: none;
    position: absolute;
    top: 115%;
    left: -30%;
    width: 250px;
    background-color: #4a535c;
    padding: 20px;
  }

  .sub-block > li > a {
    color: #aeb4bf;
    position: relative;
    font-size: 14px;
    font-weight: 700;
  }

  ul.sub-menu{
    display: none;
  }

  .trigger1, .opened {
    position: relative;
  }

  .opened ~ .sub-menu{
    display: block;
  }

  .sub-menu > li{
    margin-bottom: 0;
  }

  .sub-menu > li > a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .maintrigger{
    position: relative;
  }

  .maintrigger:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    right: -10px;
    top: 3px;
    background-image: url(../img/arrowmenu.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .maintrigger.actual:after,
  .maintrigger:hover:after{
    position: absolute;
    width: 7px;
    height: 10px;
    right: -10px;
    top: 3px;
    background-image: url(../img/arrowblue.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .trigger1:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 6px;
    width: 4px;
    height: 7px;
    background-image: url(../img/icons/submenu-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .opened:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 6px;
    width: 4px;
    height: 7px;
    background-image: url(../img/icons/submenu-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .slider-home{
    position: relative;
  }

  .tit-serv p {
    color: #292929;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
  }

  .height40{
    position: relative;
    height: 40px;
  }

  .contwhite{
    position: relative;
    background-color: #fff;
    padding: 40px 60px;
  }

  .contblueslide{
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .btproyectos {
    margin: 40px auto;
    display: table;
  }

  .padtopbot {
    padding: 0px !important;
  }

  .contpad {
    padding: 20% 10% !important;
  }

  .btproyectos .btnproyectos {
    position: relative;
    border: 1px solid #99bd11;
    background-color: transparent;
    padding: 10px 25px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btproyectos .btnproyectos > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #99bd11;
    width: 100%;
    height: 0px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btproyectos .btnproyectos:hover > span{
    height: 42px;
  }

  #owl-home .owl-dots{
    position: absolute;
    right: 10%;
    bottom: 2%;
    z-index: 99;
  }

   #owl-home .owl-dots .owl-dot {
      display: inline-block;
      padding: 10px 0;
  }

  .owl-theme .owl-dots .owl-dot span{
    background: #797979 !important;
    margin: 5px 2px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7a1c2b !important;
    padding: 5px 3px;
  }

  #owl-home .owl-nav{
    position: absolute;
    width: 100%;
    bottom: 40%;
    right: 0;
    display: block;
    min-height: 40px;
  }

  #owl-proyectos .owl-nav{
    position: absolute;
    width: 100%;
    bottom: 48%;
    right: 0;
    min-height: 40px;
  }

  #owl-home .owl-nav .next:before, #owl-proyectos .owl-nav .nextpro:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 26px;
    right: 2%;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

  #owl-home .owl-nav .prev:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 26px;
    left: 2%;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #owl-proyectos .owl-nav .nextpro:before{
    background-color: #98bf0f;
    padding: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: 20%;
    -moz-transform: translateX(45px);
    -webkit-transform: translateX(45px);
    -o-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
  }

  #owl-proyectos .owl-nav .prevpro:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 26px;
    left: 2%;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
    background-color: #98bf0f;
    padding: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: 20%;
    -moz-transform: rotate(180deg) translateX(45px);
    -webkit-transform: rotate(180deg) translateX(45px);
    -o-transform: rotate(180deg) translateX(45px);
    -ms-transform: rotate(180deg) translateX(45px);
    transform: rotate(180deg) translateX(45px);
  }

  .lightgreenbg{
    background-color: #f6f6f7;
  }

  .darkgreenbg{
    background-color: #4a535c;
  }

  .contenedor80 {
    position: relative;
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
  }

  .contenedor90 {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  .tit_center {
    text-align: center;
  }

  .tit_center h2{
    text-align: center;
    letter-spacing: 2px;
    max-width: 800px;
    margin: 40px auto 20px auto;
  }

  .tit_center p{
    position: relative;
    margin: 40px auto;
    max-width: 400px;
    color: #aeb4bf;
  }

  .tit_center p:before{
    content: "";
    display: block;
    position: relative;
    margin: 20px auto;
    background-color: #37a5ef;
    width: 20px;
    height: 1px;
  }

  .padbottop{
    padding: 40px 0;
  }

  .padbottom{
    padding-bottom: 40px;
  }

  .padtop{
    padding-top: 40px;
  }

  .pad20{
    padding-top: 20px;
  }

  .imgnos{
    margin-bottom: 20px;
  }

  .txtnos{
    position: relative;
    margin: 20px 0;
  }

  .txtnos:before{
    content: "";
    background-color: #37a5ef;
    display: block;
    margin-left: 0;
    height: 1px;
    width: 60%;
    height: 1px;
  }

  .contnos .txtnos{
    max-width: 90%;
  }

  .contnos .txtnos p{
    text-align: justify;
    line-height: 1.2;
  }

  .contnos .txtnos:before{
    content: none;
    display: none;
  }

  #owl-nos .owl-nav{
    position: absolute;
    top: 30%;
    width: 100%;
  }

  #owl-nos .owl-nav .prev:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 97px;
    left: 0;
    top: -8px;
    background-image: url(../img/backarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    cursor: pointer;
    z-index: 999;
    opacity: 1 !important;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  #owl-nos .owl-nav .next:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 97px;
    right: 0;
    top: -8px;
    background-image: url(../img/backarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    cursor: pointer;
    z-index: 999;
    opacity: 1 !important;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .slider-testimonios{
    position: relative;
    min-height: 400px;
    margin-top: 20px;
  }

  .slider-testimonios .owl-dots{
    position: absolute;
    top: -80px;
    right: -10px;
  }

  .slider-testimonios .owl-dots .owl-dot{
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span{
    background: #3b3d40;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #a0c52a !important;
    padding: 5px 3px;
  }

  #owl-home .owl-dots .owl-dot span{
    background: #fff;
  }

  .noticia {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 210px;
    margin: 30px 10px 0 10px;
    padding: 0 0 6px 0;
    -webkit-box-shadow: 0 0 15px 0 #C9C9C9;
    box-shadow: 0 0 15px 0 #C9C9C9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .txt-noticias{
    padding: 20px 30px 15px 30px;
  }

  .txt-noticias h6{
    color: #000;
    margin-bottom: 21px;
  }

  .txt-noticias p{
    line-height: 2;
  }

  .testimonio{
    position: relative;
    height: auto;
    min-height: 250px;
    margin: 10px;
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-shadow: 0 0 15px 0 #C9C9C9;
    box-shadow: 0 0 15px 0 #C9C9C9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .testimonio img{
    height: 185px;
    object-fit: cover;
  }

  .txt-test h6{
    line-height: .8;
    color: #000;
  }

  .noticia{
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 210px;
    margin: 30px 10px 0 10px;
    padding: 0 0 6px 0;
    -webkit-box-shadow: 0 0 15px 0 #C9C9C9;
    box-shadow: 0 0 15px 0 #C9C9C9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  .interna .noticia .overlay:hover ~ .txt-noticias .link p:first-child{
    color: #a0c52a;
  }

  .txt-test{
    padding: 10px 40px;
  }

  .txt-test p{
    line-height: 1.5;
  }

  .cont-test{
    position: relative;
  }

  .testimonio:hover{
    background-color: #99bd11;
  }

  .testimonio:hover .cont-test > div.img-test:after{
    border-color: transparent transparent #a0c52a transparent;
  }

  .testimonio:hover .txt-test h6, .testimonio:hover .txt-test p {
    color: #000;
  }

  .slider-testimonios{
    position: relative;
    min-height: 400px;
    margin-top: 20px;
  }

  .slider-testimonios .owl-dots{
    position: absolute;
    top: -80px;
    right: -10px;
  }

  .slider-testimonios .owl-dots .owl-dot{
    display: block;
  }


  .txtfooter p{
    font-size: 12px;
    color: #fff;
    display: inline-block;
  }

  .interna .name-slide{
    width: 100%;
    left: 0;
    text-align: center;
    top: 45%;
  }

  .paginador {
    display: table;
    margin: 20px auto;
  }

  .paginas {
    display: inline-block;
  }

  .paginador ul li {
    display: inline-block;
  }

  .paginador ul li a{
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    background-color: #292929;
    color: #fff;
    outline: 0;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .paginador ul li a.prev, .paginador ul li a.next{
    padding: 7px 14px;
    background-color: #292929;
    outline: 0;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
  }

  .paginador ul li a.prev{
    background-image: url(../img/nextarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .paginador ul li a:hover, .paginador ul li a.activo{
    color: #0092e8;
  }

  .webcra{
    padding: 30px 0;
  }

  footer a{
    font-weight: 400;
  }

  .contproyectos{
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .owl-carousel .owl-stage-outer{
    z-index: 9;
  }

  .txtover{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    padding: 10%;
  }

  .txtover h3{
    text-align: center;
    font-size: 42px;
    word-break: keep-all;
    color: #fff;
    font-weight: 400;
  }

  .contproyectos:hover .tites p:nth-child(4):after, .hoverexpo:hover ~ div > div > .fakelink p:after{
    background-image: url(../img/arrowblue.png);
  }

  .contproyectos:hover .tites p:nth-child(4), .hoverexpo:hover ~ div > div > .fakelink p{
    color: #0092e8;
  }

  .contproyectos img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .txtproyecto{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -200px;
    z-index: 9;
    padding: 5%;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .txtproyecto h6{
    color: #fff;
    margin-bottom: 0;
  }

  .txtproyecto p{
    color: #fff;
    font-weight: 300;
  }

  .contproyectos .txtproyecto{
    bottom: 10%;  
  }

  .contproyectos span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .contproyectos span{
    background-color: rgba(0,0,0,0);
  }

  .contproyectos a:hover{
    background-color: rgba(0, 0, 0, 0.28);
  }



  .grid {
    max-width: 1200px;
  }

  /* clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .txtgaleria{
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(75,75,75,.65);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .hoverimg:hover ~ .txtgaleria{
    opacity: 1;
  }

  .posrel{
    position: relative;
  }

  .video{
    width: 60%;
    margin: 0 auto;
  }

  .descEmpresa h6{
    margin-top: 0;
    max-width: 400px;
  }

  .whiteback{
    position: relative;
    background-color: #fff;
    padding: 0 10% 10% 10%;
  }

  .whiteback:before{
    content: "";
    background-color: #fff;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
  }

  .inline p, .inline img {
    display: inline-block;
    margin: 1%;
  }

  .maxwd60{
    max-width: 65%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .txtitems{
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
    max-width: 450px;
  }

  .col-xs-12 .txtitems:before{
    content:"";
    position: absolute;
    top: 0;
    left: 3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .txtitems p:first-child{
    margin-bottom: 0;
  }

  .col-xs-12:nth-child(1) .txtitems:before{
    background-image: url(../img/01-phone.png);
    left: 0;
    width: 89px;
    height: 42px;
  }
  .col-xs-12:nth-child(2) .txtitems:before{
    background-image: url(../img/04-lupa.png);
    width: 67px;
    height: 67px;
  }
  .col-xs-12:nth-child(3) .txtitems:before{
    background-image: url(../img/02-varita.png);
    width: 70px;
    height: 70px;
  }
  .col-xs-12:nth-child(4) .txtitems:before{
    background-image: url(../img/05-ahorro.png);
    width: 69px;
    height: 50px;
  }
  .col-xs-12:nth-child(5) .txtitems:before{
    background-image: url(../img/03-gear.png);
    width: 58px;
    height: 58px;
  }
  .col-xs-12:nth-child(6) .txtitems:before{
    background-image: url(../img/06-posventa.png);
    background-size: 75%;
    width: 67px;
    height: 51px;
  }

  .col-xs-12 .txtitems:hover:before{
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .txtmarg{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .flecha {
    animation: bounce 2s infinite;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

  .word h2{
    margin-bottom: 60px;
    color: #b9ce3a;
    font-size: 72px;
  }

  .colorgreen h4{
    color: #b9ce3a;
    margin-bottom: 0;
  }

  .colorgreen h6{
    margin-top: 0;
    margin-bottom: 60px;
  }

  .whback{
    position: relative;
    background-color: #fff;
    padding: 3%;
    margin-bottom: 60px;
  }

  .whback .center-block h6{
    margin-bottom: 60px;
    color: #000;
  }

  .txtbannercenter{
    position: absolute;
    bottom: 39%;
    left: 0;
    width: 100%;
  }

  .txtbannercenter h3{
    color: #f0f0f0;
    text-align: center;
  }

  .scrolltxt{
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    z-index: 9;
    cursor: pointer;
  }

  .scrolltxt p{
    color: #fff;
    text-align: center;
  }

  .migadepan{
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0;
  }

  .migadepan ul{
    margin: 0;
    padding: 0;
  }

  .migadepan ul li{
    display: inline-block;
    margin-right: 5px;
  }

  .migadepan ul li a{
    color: #747474;
  }

  .migadepan ul li a b{
    color: #000;
  }

  .padpro{
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contitempro{
    margin-bottom: 30px;
  }

  .contitempro p{
    margin-bottom: 0;
  }

  .contitempro h6{
    color: #747474;
    margin: 0;
  }

  .protxt{
    padding: 0 10%;
  }

  .protxt p{
    text-align: justify;
  }
}

/********header**********/

  body{
    background-color: #f0f0f0 !important;
  }

  .home header{
    position: fixed;
    display: flex;
    justify-content: flex-end;
    background-color: #f0f0f09e;
  }

  /*.home header .logo{
    display: none;
  }*/

  /*body.interna{
    position: relative;
    background-color: #fff !important;
  }*/

  .interna .five{
    background-color: #f0f0f0;
  }

  .home .menu-trigger{
    display: table;
    float: none;
  }

  .menu-trigger > span{
    color: black;
  }

  .hamburger span{
    background-color: #5a5a5a;
  }

  .closemenu span{
    background-color: #fff;
  }


  /*********seccion 1*************/

  .home section.one{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .maxw60{
    max-width: 50%;
    padding-top: 60px;
  }

  .maxwd400{
    max-width: 400px;
  }

  .maxw70{
    max-width: 70%;
  }

  .historia header, .historia section.one{
    position: relative;
    background-color: #e8a44d;
  }

  .criadero header, .criadero section.one{
    position: relative;
    background-color: #804de8;
  }

  .dtable{
    display: table;
    margin: 40px auto;
  }

  .marg20{
    margin: 20px 0;
  }

  .home .slider-home{
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  .interna .slider-home{
    margin-left: 50%;
  }

  .interna .slider.owl-carousel .owl-item .item .content{
    width: 97%;
  }

  .historia .txtbanner{
    left: 45%;
  }

  .interna .txtbanner h1{
    color: #fff;
  }


  .effect-img-animate{
    animation: sliderMo 10s linear infinite;
    -o-animation: sliderMo 10s linear infinite;
    -moz-animation: sliderMo 10s linear infinite;
    -webkit-animation: sliderMo 10s linear infinite;

    /*-webkit-animation-name: sliderMo;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;*/
  }

  .line{
    position: relative;
    width: 200px;
    height: 1px;
    background-color: #7a1c2b;
    margin: 40px 0 0 0;
  }

  .linetop{
    position: relative;
    width: 200px;
    height: 1px;
    background-color: #7a1c2b;
  }

  .titnews, .txtnews{
    margin: 70px 0;
  }

  .txtnews p, .txthistoria{
    text-align: justify;
  }

  .tithistoria, .txthistoria{
    margin: 20px 0;
  }

  .padtop{
    padding-top: 80px;
  }

  .yeguas .txtbanner{
    max-width: 100% !important;
    left: 0 !important;
  }

  .tites p:last-child{
    padding-left: 45px;
  }

  .txtbanner h2{
    text-align: center;
    max-width: 90%;
    display: table;
    margin: 20px auto;
    color: #fff;
  }

  .titamp, .txtamp{
    margin: 40px auto;
  }

  .txtamp p{
    text-align: justify;
  }

  .controlamp{
    margin: 100px auto;
  }

  .controlamp ul{
    margin: 0 auto;
    display: table;
  }

  .controlamp ul li{
    display: inline-block;
    margin: 0 15px;
  }

  .rightline:before{
    content: none !important;
  }

  .rightline{
    padding-right: 45px;
    float: right;
    text-align: right;
  }

  .rightline:after{
    content: "";
    z-index: 9;
    top: 8px;
    right: 0;
    width: 25px;
    height: 1px;
    background-color: #7a1c2b;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .rightline:hover:after {
    background-color: #292929;
  }

  /**********seccion 2***************/

  .home section.two .padbottop{
    padding: 80px 0;
  }
  .home section.two .contwhite{
    padding: 0px 60px 40px 60px;
  }

  .home section.two .height40{
    display: none;
  }

  .home section.two .contwhite .tit p{
    font-size: 12px;
    letter-spacing: 1px;
    color: #424242;
    font-weight: normal;
  }

  .home section.two .contwhite .tit h4{
    font-size: 42px;
    font-weight: 500;
    color: #000;
  }

  .home section.two .contwhite .txt p{
    font-size: 20px;
    color: #424242;
  }

  .home section.two .contwhite .pie p{
    font-weight: 500;
    color: #000;
    line-height: 30px;
  }

  /********footer*********/

  footer{
    background-color: #f6f5f4 !important
  }

  .logo-footer {
    float: left;
    text-align: left;
    padding: 20px 0;
  }

  .fmenu{
    float: left;
    margin: 30px 80px 30px 60px;
  }

  .direccion{
    float: left;
    margin: 0 80px 30px 60px;
  }

  .fmenu ul li{
    margin-bottom: 15px;
    color: #9aa4af;
  }
  .direccion ul li{
    margin-bottom: 15px;
    color: #000;
  }

  .fmenu ul li a{
    color: #7a1c2b;
  }

  .fmenu ul li a:hover{
    color: #292929;
  }

  .redesmenu ul li{
    display: inline-block;
    margin: 10px 10px 10px 0;
    letter-spacing: 2px;
    
  }

  .redesmenu ul li a{
    color: #7a1c2b;
    padding: 4px 7px;
    border: 1px solid #979097;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .redesmenu ul li a i{
    color: #979097;
  }

  .padtopbot{
    padding: 60px 0;
  }

  .contpic{
    position: relative;
  }

  .margtop{
    margin-top: 60px;
  }

  .overpic{
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 5%;
    width: 100%;
    z-index: 1;
  }

  .overpic p{
    text-align: center;
  }

  .overpic > div.posrel > div {
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 25px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
  }

  .overpic > div.posrel p{
    color: #fff;
    vertical-align: baseline;
    font-size: 20px;
    line-height: 1.2;
  }

  .overpic > div.posrel > div > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 0px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .hoverpic{
    z-index: 9;
  }
  .hoverpic:hover ~ .overpic > div.posrel > div > span{
    height: 40px;
  }

  .hoverpic:hover ~ .overpic > div.posrel > div{
    color: #000;
  }
  .overpic:hover > div.posrel > div {
    color: #000;
  }
  .overpic:hover > div.posrel > div > span {
    height: 40px;
  }
  .overpic {
    z-index: 6;
  }

  footer p, footer p b{
    color: #797979;
    font-family: 'Karla', sans-serif;
  }

  .dir{
    padding: 30px 108px;
  }

  .dir ul li{
    color: #797979;
    font-family: 'Karla', sans-serif;
  }

  .padbot{
    padding-bottom: 40px;
  }

  .contfooter a{
    font-family: 'Karla', sans-serif;
    color: #7a1c2b;
    font-weight: 700;
  }

  .contfooter p{
    font-family: 'Karla', sans-serif;
    font-weight: 700;
  }

  .whitebox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .txtwhitebox{
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
  }

  .txtwhitebox p{
    max-width: 510px;
    background-color: #f0f0f0;
    padding: 5%;
    margin: 0;
  }

  .txtbanner{
    padding-left: 12%;
    margin-bottom: 20px;
  }

  .txtbanner h3{
    color: #f0f0f0;
    font-size: 42px;
    margin: 0;
  }

  .txtbanner p{
    margin: 0;
    color: #f0f0f0;
  }

  /********interna******/

  .leftsideblog h4{
    margin: 0;
    margin-bottom: 30px;
    max-width: 400px;
  }

  .leftsideblog > p{
    color: #becd4c;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .leftsideblog .shareit p{
    margin: 0;
    font-weight: 700;
    line-height: 1;
  }

  .shareit ul{
    margin: 0;
    padding: 0;
  }

  .shareit ul li{
    display: inline-block;
    line-height: 1;
    color: #000;
  }

  .titgray h3 {
    margin-bottom: 40px;
  }

  .contpad{
    padding: 40% 10%;
  }

  .contproyectos:hover .tites .fakelink{
    color: #292929;
  }

  .contproyectos:hover .tites .fakelink:before{
    background-color: #292929;
  }

  .contproyectos:hover .tites .fakelink:after, 
  .hoverexpo:hover ~ div > div .fakelink:after{
    margin-left: 15px;
  }

  .paginador ul li a{
    background-color: #000;
    font-size: 18px;
  }

  .paginador ul li a:hover{
    background-color: #7f7f7f;
    color: white;
  }

  .paginador ul li a.prev, 
  .paginador ul li a.next{
    background-color: #000;
    font-size: 18px;
  }

  .paginador ul li a.prev:hover, 
  .paginador ul li a.next:hover{
    background-color: #7f7f7f;
    color: white;
  }

  /*********interna esculturas********/
  .flexslider .slides > li{
    position: relative;
  }
  .flexslider .slides a{
    background: #d1d1d1;
    color: black;
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    left: 0;
    line-height: normal;
    padding: 0 18px 4px;
  }

  .tit-nov h2{
    color: #777878;
    font-size: 48px;
    font-weight: 600;
  }

  .txt-nov p{
    font-size: 16px;
    color: #292929;
  }

  .txt-con p{
    color: #4b4b4b;
    font-weight: 500;
  }

  /******articulos*******/

  .articulo .cont-nov .fecha p{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .articulo .cont-nov .tit-nov h5{
    font-size: 44px;
    font-weight: 500;
  }

  .articulo .cont-nov .txt-nov p{
    font-size: 16px;
    font-weight: 400;
  }

  .articulo .cont-nov .dirgaleria p, 
  .articulo .cont-nov .dirgaleria p a{
    font-size: 13.8px;
    font-weight: 400;
  }

  .articulo .cont-nov .fakelink{
    font-weight: 400;
    font-size: 15px;
  }

  .articulo .cont-nov .fakelink:after{
    font-weight: 700;
  }

  /******ampliacion articulos***/

  .arti-amplia .tit-nov h5{
    color: #777878;
    font-size: 48px;
    font-weight: 600;
  }

  .arti-amplia .txt-nov p{
    font-weight: 400;
  }

  .arti-amplia .txt-nov:after {
    display: none;
  }

  .arti-amplia .socialshareit{
    position: relative;
    margin-top: 35px;
  }

  .arti-amplia .socialshareit:after {
    content: "";
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #292929;
  }

  .arti-amplia .socialshareit p{
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b;
  }

  .fa-facebook{
    color: #21579e;
  }

  .fa-twitter{
    color: #29c5f6;
  }

  .arti-amplia .dirgaleria p, .arti-amplia .dirgaleria p a{
    font-size: 16px;
    font-weight: 400;
    color: #292929;
  }
      

}

@media (max-width: 1350px){
  /**********articulos******/

  .articulo > div{
    width: 100%;
  }

}

@media (max-width: 992px){

  .container {
    width: 100%;
  }

  /*****************/

  /*.home header{
    justify-content: space-between;
  }*/

  .home header .logo{
    display: initial;
    padding: 3.5% 22px 0 10%;
  }

  header .logo{
    padding: 3.5% 22px 0 10%;
  }

  .home section .logo{
    display: none;
  }

  .home .slider-home{
    width: 100%;
    overflow: hidden;
  }

  .desktop{
    display: none !important;
  }

  #owl-home .owl-dots{
    right: auto;
    bottom: 0;
    width: 100%;
  }

  /*.owl-theme .owl-dots .owl-dot span{
    background: black !important;
  }*/

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span{
    background: #98bf0f !important;
  }

  .home section.two .col-md-6{
    width: 100% !important;
  }

  .home section.two .contwhite{
    padding: 0px 0px 40px 0px;
  }

  .home section.two .padbottop{
    padding: 50px 0 0px;
  }



}

@media (max-width: 640px){

  .menu {
    padding: 25% 15% 15% 15%;
  }
  .dir {
    margin: 30px 10px 30px 60px;
  }

}

@media (max-width: 360px){

  /***************/
  .home header .logo, header .logo{
    padding: 3.5% 10.7% 0 5%;
  }

  .home section.two .contwhite .tit h4{
    font-size: 33px;
  }

  .home section.two .contwhite .txt p{
    font-size: 16px;
  }

  /* .home .slider.owl-carousel .owl-item .item .content{
    padding-bottom: 100%;
  } */


}

/*******fin karen*****/

@media screen and (min-width: 375px){
  .cont-blue{
    padding: 20px;
  }

  .soluciones-block{
    min-height: 800px;
  }

  #owl-novedades .owl-nav{
    left: 68%;
  }

  .slidernov .counter{
    left: 46.5%;
  }
}

@media screen and (min-width: 412px){
  .soluciones-block{
    min-height: 850px;
  }
  #owl-novedades .owl-nav{
    left: 71%;
  }

  .slidernov .counter{
    left: 51.5%;
  }
}

@media screen and (min-width: 486px){

  .f-black a {
    text-align: right;
    float: right;
  }

  #owl-soluciones .owl-nav{
    top: 10%;
  }

}

@media screen and (min-width: 320px) and (max-width: 360px){

  #owl-novedades .owl-nav{
    left: 62%;
  }

  .slidernov .counter{
    left: 36.5%;
  }

  .menu-trigger{
    padding: 40px 0;
  }

  nav.muestra {
    background-position: -100px 0;
  }

}

/*@media screen and (min-width: 320px) and (max-width: 360px){

}*/

@media screen and (min-width: 320px) and (max-width: 485px){

  header{
    background-color: #fff;
  }

  .cerrar{
    display: none;
  }

  .testimonio{
    min-height: 510px;
  }

  .testimonio img{
    width: 100%;
    min-height: initial;
    object-fit: initial;
  }

  .proyecto #owl-home .owl-nav {
    bottom: 30% !important;
  }

  .proyecto .txtbannercenter {
    bottom: 28%;
  }

  .proyecto .cerrar{
    color: #000;
  }

  .proyecto .hamburger span{
    background: #000;
  }

  .txtbannercenter{
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
  }

  .txtbannercenter h3{
    color: #000;
  }

  .button-open-and-close,
  .dl-menuwrapper button.dl-trigger{
    top: -50px !important;
  }

  .video{
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .contact{
    text-align: left;
    float: left;
    padding: 0 15%;
    right: initial !important;
  }

  .titcatalogo h1 {
    font-size: 40px;
  }

  .fmenu ul {
    columns: 1;
    column-gap: 0;
  }

  .titcontacto h1 {
    font-size: 40px;
  }

  .formulario{
    width: 100% !important;
  }

  .txtbanner {
    padding: 0;
    top: 8%;
    left: 5%;
    position: absolute;
    max-width: 340px;
    z-index: 9;
  }

  .historia .txtbanner {
    padding: 0;
    top: 8%;
    left: 35% !important;
    position: absolute;
    max-width: 340px;
    z-index: 9;
  }

  .titabs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .titabs h2, .titgray h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .contact a{
    text-align: left;
    float: left;
  }

  .tit-left h2{
    font-size: 40px;
  }

  .socialmedia .inline:first-child{
    display: none;
  }

  .logo {
    float: left;
    padding: 3% 15px 0 5%;
    margin: 0;
    width: 50%;
  }

  .logo img{
    width: 100%;
    max-width: 100%;
  }

  .menu-trigger {
    max-width: 145px;
    margin-right: 0;
    padding: 20px 0;
  }

  .ingreso, .socialmedia{
    float: none;
    margin-right: 0;
  }

  .contslide h1 {
    font-size: 32px;
  }

  .collapsibleMenu > li {
    display: block;
  }

  .collapsibleMenu li ul.sub-block {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    padding: 0 20px;
  }

  #thumbnailSlider, .titserv h2:after{
    display: none;
  }

  h1, h2{
    font-size: 32px;
  }

  div.col-xs-12.col-sm-12.col-md-6 > div > div > div.titnov {
    max-width: 65%;
  }

  .bannertit {
    position: absolute;
    width: auto;
    right: initial;
    top: 40%;
    left: 5%;
  }

  .titfilter h4:after {
    display: none;
  }

  .titfilter{
    float: none;
  }

  .filterbuttons{
    float: none;
    margin: 20px auto;
  }

  select.btborderblue, #datepicker{
    float: none;
    margin: 20px auto;
  }

  .redes{
    top: 35%;
  }

  .interna .redes{
    top: 1.5%;
  }

  .padtop {
    padding-top: 80px;
  }

  .logo {
    float: left;
    padding: 3% 0 0 3%;
    margin: 0;
    width: 60%;
  }

  .menu-trigger{
    max-width: 210px;
  }

  .contact {
    top: 70%;
  }

  .contwhite {
    padding: 40px 20px;
  }

  .contblueslide {
    position: relative;
  }

  .verticaltxt {
    top: 25%;
    left: -75px;
  }

  .menu {
    padding: 15%;
  }

  .blocks div p {
    padding-left: 25px;
    font-size: 12px;
    line-height: .9;
  }

  .firstblock div {
    position: absolute;
    top: 35%;
    left: 0;
  }

  .secondblock > div:first-child {
    margin-top: 290%;
    margin-bottom: 685%;
  }

  .thirdblock > div:first-child {
    margin-top: 95%;
  }

  .thirdblock > div {
    margin-bottom: 325%;
  }

  .forthblock > div {
    margin-bottom: 130%;
  }

  .forthblock > div:nth-child(even) {
    margin-bottom: 130%;
  }

}

/*ONLY MOBILES AND TABLETS*/

/*@media screen and (min-width: 320px) and (max-width: 767px){
  
}*/

@media screen and (min-width: 768px) and (max-width: 1025px){
  .thumb-nov{
    width: 31%;
  }

  .firstblock div{
    position: absolute;
    top: 24%;
    left: 15%;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px){
  
  .demo{
    margin-bottom: 20px;
  }

  .protxt {
    padding: 0;
  }

  .collapsibleMenu {
    padding-top: 40%;
  }

  .txtbannercenter h3 {
    font-size: 23px;
  }

  .contproyectos {
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
  }

  .contproyectos span{
    background-color: rgba(0,0,0,.6);
  }

  .contproyectos .txtproyecto {
    bottom: 10%;
  }

  .interna.proyectos .container, .interna.proyectos .container .col-xs-12{
    padding: 0;
  }

  .whitebox{
    position: relative;
  }

  .home #owl-home .owl-nav {
    bottom: 70%;
  }

  .txtbanner {
    padding: 0;
    top: 8%;
    left: 15%;
    position: relative;
    max-width: 340px;
    z-index: 9;
    margin-top: 40px;
  }

  .txtbanner h3, .txtbanner p{
    color: #000;
  }

  .contpic {
    position: relative;
    margin-bottom: 1px;
  }
  

  .testimonio{
    /*min-height: 400px;*/
  }

  .dl-menuwrapper{
    max-width: initial;
    z-index: 999;
  }

  .dl-menuwrapper button{
      background: transparent !important;
      border: none;
      width: 48px;
      height: 45px;
      text-indent: -900em;
      overflow: hidden;
      position: absolute;
      cursor: pointer;
      outline: none;
      z-index: 9999;
      top: 0 !important;
      right: 0 !important;
  }

  .dl-menuwrapper button:after{
      content: '';
      position: absolute;
      width: 68%;
      height: 5px;
      background: transparent;
      top: -43px;
      left: 16%;
      box-shadow: 0 10px 0 transparent, 0 20px 0 transparent;
  }

  .dl-menuwrapper .dl-menu{
    display: none;
    margin: 0 0 0 0;
    top: 65px;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .dl-menuwrapper .dl-menu.dl-menuopen{
    display: block;
    padding: 10px 0;
  }

  .dl-menuwrapper li.dl-back:after, 
  .dl-menuwrapper li > a:not(:only-child):after{
    content: "";
    position: absolute;
    top: 10px;
    width: 12px;
    height: 20px;
    line-height: 50px;
    font-family: initial;
    speak: none;
    -webkit-font-smoothing: antialiased;
    background-image: url('../img/icons/drop-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .dl-menuwrapper li.dl-back:after{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dl-menuwrapper li a{
    padding: 10px 20px;
    color: #000;
    font-family: "Karla", helvetica;
    font-weight: 700;
  }

  .dl-menuwrapper button:hover, 
  .dl-menuwrapper button.dl-active, 
  .dl-menuwrapper ul{
    background: #fff;
  }

  .button-open-and-close{
      display: block;
      position: absolute;
      top: 20px;
      right: 10px;
      width: 48px;
      height: 30px;
      overflow: visible;
      z-index: 9999;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
      transition: transform .2s ease,-webkit-transform .2s ease;
      -webkit-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
      transform: translate3D(0,0,0);
  }
  /*
    menu icon css3
  */

  .menu-icon{
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      margin: 0 auto;
      float: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }

  .menu-icon > span{
      position: absolute;
      top: 50%;
      display: block;
      width: 36px;
      height: 6px;
      background-color: #fff;
      right: 0;
  }

  .menu-icon > span:before, .menu-icon > span:after{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }

  .menu-icon > span:before{
    width: 20px;
    right: 0;
  }

  .opened > span:before{
    width: 50px;
  }

  .menu-icon > span:after{
    width: 48px;
    right: 0;
  }

  .menu-icon > span:before{
      -webkit-transform: translateY(-12px);
      transform: translateY(-12px);
  }

  .menu-icon > span:after{
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  /* OPENED */

  .menu-icon.opened{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-icon.opened > span:before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon.opened > span:after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon.opened > span{
    width: 48px;
  }

  .menu-icon.opened > span:after{
    display: none;
  }

  .thumbnail-slider-container{
    margin: 20px 0;
  }

  .leftimgbg, .rightimgbg{
    display: none;
  }

  .counter{
    bottom: 0;
  }

  #owl-servicios .owl-nav {
    top: 13%;
    right: -6%;
  }

  .newsletter{
    width: 100%;
    min-width: initial;
  }

  #newsletter input[type="email"] {
    width: 89%;
  }

  .collapsibleMenu li ul.sub-block {
    position: relative;
    left: 0;
  }

  .titserv h2:after {
    right: 0;
  }


  .backbuttons ul li{
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 540px){


  .smartphone{
    display: none;
  }

  .testimonio {
    min-height: 185px;
  }


}


/*FROM TABLETS AND ABOVE*/

@media screen and (min-width: 640px){

  .menufooter, .submenu {
    padding: 0;
  }

  #owl-novedades .owl-nav {
    left: 29.5%;
  }

}

@media screen and (min-width: 768px){

  .menufooter, .submenu {
    text-align: left;
  }

  .menufooter ul li, .submenu ul li{
    display: inline-block;
  }

  .txtnov p{
    text-align: justify;
  }

  .contenedor80{
    width: 80%;
  }

  .moveup {
    margin-top: -495px;
  }

  .margbot{
    margin-bottom: 40px;
  }

}


/*FROM NETBOOKS AND LAPTOPS*/

@media screen and (min-width: 993px){
  .desktop{
    display: block !important;
  }

  .mobile{
    display: none !important;
  }

  nav {
    width: 100%;
  }

  .contnewsletter{
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  .titfilter h4:after {
    content: "";
    background-color: #37a5ef;
    position: absolute;
    right: -225%;
    top: 15px;
    width: 215%;
    height: 1px;
  }

  .smallerline h4:after {
    right: -60%;
    width: 55%;
  }

  .backbutton {
    position: absolute;
    left: -120px;
    z-index: 5;
  }

  .contenedor80{
    width: 75%;
  }

  #owl-novedades .owl-nav {
    left: 20.5%;
  }

  .slidernov .counter {
    left: 12.5%;
  }

  .linesbesides h2{
    position: relative;
  }

  .linesbesides h2:before{
    content: "";
    position: absolute;
    top: 30px;
    left: -35%;
    background-color: #37a5ef;
    width: 30%;
    height: 1px;

  }

  .linesbesides h2:after{
    content: "";
    position: absolute;
    top: 30px;
    right: -35%;
    background-color: #37a5ef;
    width: 30%;
    height: 1px;

  }
  .titnovgray{
    max-width: 65%;
  }

  .titnov h4{
    font-size: 25px;
  }

  .titnov h4:before{
    top: 26px;
  }

  .slidernos{
    width: 85%;
    margin-left: 15%;
  }

  #owl-nos .owl-nav .prev:after{
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  .collapsibleMenu > li > a{
    font-size: 60px;
  }

  .contact a{
    font-size: 18px;
  }

  .contact{
    top: 52%;
  }

  #owl-home .owl-dots {
    right: 5%;
  }

  .pic-nov img {
    object-fit: cover;
    height: 446px;
    width: 100%;
  }

  .cont-nov {
    background-color: #fff;
    height: 446px;
    padding: 20% 40px;
  }

  .contslide h1 {
    font-size: 82px;
    letter-spacing: 2px;
  }

  .txtbanner{
    max-width: 500px;
  }

  .txtbanner h1{
    font-size: 90px;
    font-size: 90px;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;
  }

  .moveup{
    margin-top: -595px;
  }

  .proyecto .cerrar{
    color: #fff;
  }

}

@media screen and (min-width: 1280px){
  .titserv{
    position: relative;
    width: 90%;
  }

  .menu-trigger {
    margin-right: 2%;
  }

  nav {
    padding-top: 0;
  }

  .contnov .imgnov img{
    height: 290px;
    object-fit: cover;
  }

  .publicaciones .contnov img{
    height: auto;
    object-fit: initial;
  }

  .contenedor80{
    width: 80%;
  }

  #owl-novedades .owl-nav {
    left: 23%;
  }

  .slidernov .counter {
    left: 16.5%;
  }

  .form-contacto {
    padding: 5% 10%;
  }

  .firstblock div {
    top: 40%;
  }

  .moveup{
    margin-top: -725px;
  }

}


@media screen and (min-width: 1366px){
  #owl-servicios .owl-nav {
    top: 6.5%;
    right: 13.7%;
  }

  .counter {
    bottom: 41%;
  }

  .searchbox {
    right: 21%;
  }

  .contnosotros p {
    width: 75%;
    max-width: 600px;
  }

  #owl-novedades .owl-nav {
    left: 23.8%;
  }

  .slidernov .counter {
    left: 16.8%;
  }
  
}

/*ONLY DESKTOP*/

@media screen and (min-width: 1440px){
  .menufooter ul li a {
    margin-right: 25px;
  }
  .contactfooter a, .contactfooter p {
    display: inline-block;
  }

  #owl-servicios .owl-nav {
    top: 5.5%;
    right: 14.4%;
  }

  .counter {
    bottom: 42%;
  }

  .searchbox {
    right: 20%;
  }

  #owl-novedades .owl-nav {
    left: 24.3%;
  }

  .slidernov .counter {
    left: 18.5%;
  }

  .form-contacto {
    padding: 5% 15%;
  }

}

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

  .menufooter ul li a {
    margin-right: 40px;
  }

  #owl-servicios .owl-nav {
    top: 2.9%;
    right: 15.7%;
  }

  .counter {
    bottom: 44.1%;
  }

  .searchbox {
    right: 18%;
  }

  .contenedor80{
    max-width: 1200px;
  }

  #owl-novedades .owl-nav {
    left: 25.2%;
  }

  .slidernov .counter {
    left: 20%;
  }

}

@media screen and (min-width: 1680px){

  #owl-servicios .owl-nav {
    top: 2%;
    right: 15.9%;
  }

  .counter {
    bottom: 44.1%;
  }

  .searchbox {
    right: 17%;
  }

  #owl-novedades .owl-nav {
    left: 25.6%;
  }

  .slidernov .counter {
    left: 20.5%;
  }

}

@media screen and (min-width: 1800px){

 .menufooter ul li a {
    margin-right: 67px;
  }

  .searchbox {
    right: 16%;
  }

  .cont-nov {
    padding: 20% 60px;
  }

}


@media screen and (min-width: 1920px){

  .rightimgbg {
    background-position: left center;
  }

  #owl-servicios .owl-nav {
    top: 1%;
    right: 17%;
  }

  .counter {
    bottom: 52%;
  }

  .searchbox {
    right: 15%;
  }

  #owl-novedades .owl-nav {
    left: 26.6%;
  }

}

@media screen and (min-width: 1921px){

  #owl-home .owl-dots {
    right: 3%;
  }
}


/* ----------- iPhone 4 and 4S ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
   

    
}

/* ----------- iPhone 5 and 5S ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
  #owl-home .owl-dots {
    left: -8%;
  }

  #owl-servicios .owl-nav {
    top: 17%;
    right: -4%;
  }

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* ----------- iPhone 6+ ----------- */

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    #owl-servicios .owl-nav {
    top: 11%;
    right: -3%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
}

/* Landscape */
@media only screen 
  and (min-device-height: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
   
}

/* Landscape */
@media screen 
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {

  

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: landscape) {
    
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 598px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    
}


/* Landscape */

@media only screen 
and (min-width: 412px)
and (max-width: 732px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2.6) {

}

@media only screen 
  and (min-device-width: 1920px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) { 

}


/**********karen************/

/*******animacion*****/

@keyframes sliderMo {  
  0% {
    transform: translateX(0%);
    opacity: 0;
  }

  1% {
    opacity: 0;
  } 

  9% {
    opacity: 0.5;
  }

  13%{
    opacity: 1;
  }

  90%{
    opacity: 1;
  }

  95%{
    opacity: 0.5;
  }

  100% {
    transform: translateX(-39.7%);
    opacity: 0;
  }
}

@-o-keyframes sliderMo {  
  0% {
    transform: translateX(0%);
    opacity: 0;
  }

  1% {
    opacity: 0;
  } 

  9% {
    opacity: 0.5;
  }

  13%{
    opacity: 1;
  }

  90%{
    opacity: 1;
  }

  95%{
    opacity: 0.5;
  }

  100% {
    transform: translateX(-39.7%);
    opacity: 0;
  }
}

@-moz-keyframes sliderMo {  
  0% {
    transform: translateX(0%);
    opacity: 0;
  }

  1% {
    opacity: 0;
  } 

  9% {
    opacity: 0.5;
  }

  13%{
    opacity: 1;
  }

  90%{
    opacity: 1;
  }

  95%{
    opacity: 0.5;
  }

  100% {
    transform: translateX(-39.7%);
    opacity: 0;
  }
}

@-webkit-keyframes sliderMo {  
  0% {
    transform: translateX(0%);
    opacity: 0;
  }

  1% {
    opacity: 0;
  } 

  9% {
    opacity: 0.5;
  }

  13%{
    opacity: 1;
  }

  90%{
    opacity: 1;
  }

  95%{
    opacity: 0.5;
  }

  100% {
    transform: translateX(-39.7%);
    opacity: 0;
  }
}



  
/*ADD*/
div.alert{
    text-align: center;
    min-height: 101px;
    line-height: 90px;
}
.cont-share a{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
}
.cont-share a:hover{
  opacity: 0.5;
}
.icon-facebook{
  background: url('../img/icon_facebook.png') no-repeat;
  background-size: 38px;
}

.icon-twitter{
  background: url('../img/icon_twitter.png') no-repeat;
  background-size: 38px;
}

.icon-pinterest{
  background: url('../img/icon_pinterest.png') no-repeat;
  background-size: 38px;
}

.cont-loading{
        text-align: center;
        display: none;
      }
      
      .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
      }
      .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #4e8635;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
      }
      .lds-ellipsis div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 0.6s infinite;
      }
      @keyframes lds-ellipsis1 {
        0% {
          transform: scale(0);
        }
        100% {
          transform: scale(1);
        }
      }
      @keyframes lds-ellipsis3 {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(0);
        }
      }
      @keyframes lds-ellipsis2 {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(19px, 0);
        }
      }
      

.observaciones textarea{
  min-height: 157px;
}

#ContactContactForm input{
  padding: 14px 51px;
}

.padpro .protxt a {
    color: #98bf0f;
}
.contpic img.img-responsive {
    max-width: initial !important;
    width: 100% !important;
  }

@media (max-width: 540px ) {
  .whiteback::before {
    display: none !important;
  }
  #owl-home {
    margin-top: 20%;
  }
}

@media (max-width: 515px ) {
  .home #owl-home .owl-nav {
    bottom: 60% !important;
  }
  .slider-testimonios .item div:nth-child(2) {
    /*padding-top: 32px;*/
  }
  .cont-test div:nth-child(2){
    background-color: #fff;
  }
  .cont-test:hover div:nth-child(2){
    background-color: #fff;
  }
  .inline p, .inline img {
    display: block;
    margin: 5% auto;
  }
  .inline p {
    width: max-content;
  }
  .two p img{
    width: 100%;
  }
}

.btn-center button {
	margin: 25px auto;
	display: block;
}


@media (min-width: 2001px) {

  body { font-size: 3.5rem; }

  .container {width: 100%;max-width: 1700px;}
  .contproyectos img { width: 100%; }
  p { font-size: 2.5rem; }
  h3, .h3 { font-size: 8rem; }
  h4, .h4 { font-size: 6rem; }
  h6, .h6 { font-size: 4rem; }
  .img-responsive { width: 100%; }

  .collapsibleMenu > li > a { font-size: 8rem; }


  .logo { padding: 0.8% 15px 0 4%; }
  .logo img { max-width: 278px; }
  .hamburger { margin-top: 15px; }

  .txtbanner { max-width: 34%; }
  .txtbanner h3 { font-size: 9rem; }
  .txtwhitebox p { max-width: 49%; }



  .titgreen p:first-child { font-size: 4rem; }



  .overpic > div.posrel p { font-size: 4.5rem; }
  .overpic > div.posrel > div { max-width: 278px; }

  .hoverpic:hover ~ .overpic > div.posrel > div > span { height: 100%; }



  .testimonio { min-height: 300px; }
  .testimonio img { height: 300px; }



  footer { font-size: 3rem; margin-bottom: 97px; }
  footer p { font-size: 3rem; }



  .padtop { padding-top: 170px;  }


  input[type="text"],
  input, button, select, textarea { font-size: 3rem; }



  input::-webkit-input-placeholder { font-size: 3rem; }
  input:-moz-placeholder { font-size: 3rem; }
  input::-moz-placeholder { font-size: 3rem; }
  input:-ms-input-placeholder { font-size: 3rem; }

  textarea::-webkit-input-placeholder { font-size: 3rem; }
  textarea:-moz-placeholder { font-size: 3rem; }
  textarea::-moz-placeholder { font-size: 3rem; }
  textarea:-ms-input-placeholder { font-size: 3rem; }




  .descEmpresa h6 { max-width: 80%; }
  .txtitems { max-width: 80%; }


  .word h2 { font-size: 15rem; }

}/*-----  2001   Table -----*/
@media (min-width: 2801px) {

  body { font-size: 4.5rem; }

  .container { max-width: 2500px;}
  .contproyectos img { width: 100%; }
  p { font-size: 3rem; }
  h3, .h3 { font-size: 9rem; }
  h4, .h4 { font-size: 7rem; }
  h6, .h6 { font-size: 5rem; }
  .img-responsive { width: 100%; }

  .collapsibleMenu > li > a { font-size: 10rem; }


  .logo { padding: 0.8% 15px 0 4%; }
  .logo img { max-width: 278px; }
  .hamburger { margin-top: 23px; }

  .txtbanner { max-width: 34%; }
  .txtbanner h3 { font-size: 9rem; }
  .txtwhitebox p { max-width: 49%; }

  .titgreen p:first-child { font-size: 4rem; }

  .overpic > div.posrel p { font-size: 4.5rem; }
  .overpic > div.posrel > div { max-width: 278px; }

  .hoverpic:hover ~ .overpic > div.posrel > div > span { height: 100%; }

  .testimonio { min-height: 370px; }
  .testimonio img { height: 370px; }

  footer { font-size: 4rem; margin-bottom: 97px; }
  footer p { font-size: 4rem; }

  .padtop { padding-top: 170px;  }

  input[type="text"],
  input, button, select, textarea { font-size: 4rem; }

  input::-webkit-input-placeholder { font-size: 4rem; }
  input:-moz-placeholder { font-size: 4rem; }
  input::-moz-placeholder { font-size: 4rem; }
  input:-ms-input-placeholder { font-size: 4rem; }

  textarea::-webkit-input-placeholder { font-size: 4rem; }
  textarea:-moz-placeholder { font-size: 4rem; }
  textarea::-moz-placeholder { font-size: 4rem; }
  textarea:-ms-input-placeholder { font-size: 4rem; }

  .descEmpresa h6 { max-width: 80%; }
  .txtitems { max-width: 80%; }
  .word h2 { font-size: 15rem; }

}/*-----  3501   Table -----*/

@media (min-width: 2560px){
.titgray h3 {
    font-size: 5rem !important;
}
} 

@media (min-width: 2560px){
.txtbanner h3 {
    font-size: 5rem !important;
}
} 

@media (min-width: 2560px){
.overpic > div.posrel p {
    font-size: 3.5rem !important;
}
} 

@media (min-width: 2560px){
.txtbannercenter h3 {
    font-size: 5rem !important;
}
} 

@media (min-width: 2560px){
.fmenu  {
    font-size: 2.5rem !important;
}
} 
@media (min-width: 2560px){
.footer p  {
    font-size: 2.5rem !important;
}
} 

@media (min-width: 2560px){
.pull-right {
    font-size: 2.5rem !important;
}
} 

@media (min-width: 2560px){
p {
    font-size: 2rem !important;
}
} 

@media (min-width: 2560px){
h6 {
    font-size: 3rem !important;
}
} 

@media (min-width: 2560px){
.word h2 {
    font-size: 9rem !important;
}
}

@media (min-width: 2560px){
.direccion li {
    font-size: 2.5rem !important;
}
}

  