body{
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  color: #92a3a8;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #6c937f;
}

.custom-h2{
  font-size: 3em;
  margin-bottom: 50px;
}

h2>span{
  font-size: .8em;
}

.h3-1{
  margin-bottom: 25px;
}

.h3-2{
  margin-bottom: 5px;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

small{
  display: inline-block;
}

/******************************
        TOOGLE PRODUCTS
******************************/

.btn-catalogo{
  background-color: #00913d;
  color: #ffffff;
}

.btn-catalogo:hover,
.btn-catalogo:focus{
  color: #ffffff;
}


.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
  box-shadow: 5px 5px 20px #000000;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
  box-shadow: 5px 5px 20px #000000;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}

.product-menu{
  position: fixed;
  z-index: 999;
  top: 30%;
  left: 0;
}

.product-items{
  position: fixed;
  z-index: 999;
  top: 34%;
  left: 0;
  background-color: #00913d;
  padding: 10px 5px 10px 0px;
  padding-left: 0;
}

.product-items a{
  color: #ffffff;
}

.product-items a:hover{
  color: #ffffff;
  text-decoration: none;
}

.product-items ul{
  list-style: none;
  padding-left: 15px;
}

.product-items ul li{
  list-style: none;
  margin-bottom: 10px;
}

.product-items>ul>li{
  margin-top: 15px;
}




/******************************
        TOOGLE PRODUCTS
******************************/

.mar-top-0{
	margin-top: 0px;
}

.padding-y-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

/*.main-carousel-inner.main-item{
	height: 100vh;
}*/

.main-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 85vh;
}

.slider1{
	background-image: url(images/slider1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 100%;
	min-height: 100%;
}

.slider2{
  background-image: url(images/slider2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  min-height: 100%;
}

.slider3{
  background-image: url(images/slider3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  min-height: 100%;
}

.carousel-caption-1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-caption-2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -70%);
  font-size: 2em;
  text-align: right;
  text-shadow: 5px 5px 15px #000;
  color: #ffffff;
  opacity: 1;
}

.carousel-caption-3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5%, -80%);
  font-size: 2em;
  text-align: left;
  text-shadow: 5px 5px 15px #000;
  color: #ffffff;
  opacity: 1;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-default {
  background-color: #ffffff;
  border-radius: 0px;
}

/* custom bootstrap menu */

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #00913d;
    background-color: #fff!important;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #00913d;
  /*background-color: #00913d;*/
  transition: all ease-in-out .4s;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #00913d;
    background-color: #fff;
}

.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    color: #00913d;
    background-color: #fff;
    border-color: #337ab7;
}


/*   custom bootstrap menu ends */ 

menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #fff;
  color: #00913d;
  transition: all ease-in-out .4s;
}

.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	width: 200px;
  padding-top: 6px;
	background-repeat: no-repeat;
	background-position: center center;
}

.navbar-brand>img {
    display: block;
    margin-top: 6px;
}

/************************************************************************************************
                                              MENU
************************************************************************************************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    width: 100%;
}

.dropdown-submenu .open  > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .open  > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*.aside-social{
    list-style: none;
    padding-left: 0;
    position: fixed;
    z-index: 99999999;
    top: 20%;
}

.aside-social li{
    width: 63px;
    border-bottom: 1px solid white;
    background-color: rgba(0, 0, 0, .8);
}

.aside-social li>a{
    padding: 10px;
    display: block;
    font-size: 2em;
    text-align: center;
    color: white;
    transition: all ease-in-out .3s;
}

.aside-social li>a:hover{
    text-decoration: none;
    color: #009232;
}*/

.social {
  width: 200px;
  height: 220px;
  position: fixed;
  top: 40%;
  margin-top: 30px;
  perspective: 1000px;
  list-style: none;
  padding-left: 0;
}

.social li a {
  display: block;
  height: 30px;
  width: 40px;
  background: #222;
  border-bottom: 1px solid #333;
  font: normal normal normal
  16px/20px 
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 7px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child a:hover { background: #3b5998 }
.social li:nth-child(2) a:hover { background: #00acee }
.social li:nth-child(3) a:hover { background: #0077b5 }
.social li:nth-child(4) a:hover { background: #dd4b39 }

.social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child a { border-radius: 0 0 5px 0 }
    
.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -10px 35px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
  z-index: 999999999;
  position: absolute;
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}

/************************************************************************************************
                                          END - MENU
************************************************************************************************/

.parallax1{
	background-image: url(images/parallax1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}

.parallax2{
	background-image: url(images/parallax2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
  padding-top: 100px;
}

.parallax2 p{
  color: #fff;
  font-size: 2em;
  width: 80%;
  padding-top: 30px;
}

.parallax-line{
  height: 2px;
  background-color: #fff;
  width: 80%;
}


.custom-area-1{
	padding: 3em 0em;
  color: #92a3a8;
}

.custom-area-2{
	background-color: #edebec;
  color: #92a3a8;
	padding: 3em 0em;
}

.custom-area-3{
  background-color: #58bc9a;
  color: #000;
  padding: 3em 0em;
}

.custom-area-4{
  background-color: #e95d41;
  color: #000;
  padding: 3em 0em;
}

.custom-area-5{
  background-color: #6f78ae;
  color: #000;
  padding: 3em 0em;
}

.resize-w-50{
	width: 30%;
}

.negative-color{
  color: #fff;
}

.cronex-color{
  color: #58bc9a;
}

.proxem-color{
  color: #58bc9a;
}

.vysis-color{
  color: #e95d41;
}

.custom-btn-1{
  background-color: transparent;
  width: 150px;
  border: 1px solid #00913d;
  border-radius: 0px;
  color: #00913d;
  font-size: 1.2em;
  margin-top: 25px;
  transition: all ease-in-out .3s;
}

.custom-btn-1:hover,
.custom-btn-1:focus{
  background-color: #00913d;
  border: 1px solid #00913d;
  border-radius: 0px;
  color: #fff;
  outline: none!important;
}

.custom-btn-1:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-btn-2{
  background-color: #00913d;
  border: 1px solid #00913d;
  border-radius: 0px;
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
  transition: all ease-in-out .3s;
}

.custom-btn-2:hover,
.custom-btn-2:focus{
  background-color: #00913d;
  border: 1px solid #00913d;
  border-radius: 0px;
  color: #fff;
  outline: none!important;
}

.custom-btn-2:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-btn-3{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
  width: 250px;
  transition: all ease-in-out .3s;
}

.custom-btn-3:hover,
.custom-btn-3:focus{
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #6f78ae;
  outline: none!important;
}

.custom-btn-3:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-btn-3:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-btn-4{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
  width: 250px;
  transition: all ease-in-out .3s;
}

.custom-btn-4:hover,
.custom-btn-4:focus{
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #e95d41;
  outline: none!important;
}

.custom-btn-4:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-btn-5{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
  transition: all ease-in-out .3s;
}

.custom-btn-5:hover,
.custom-btn-5:focus{
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #58bc9a;
  outline: none!important;
}

.custom-btn-5:active{
  transform: scale(.9);
  outline: none!important;
}

.custom-par-1{
  font-size: 1.2em;
}



/* CLIENTES CAROUSEL */




.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
  border-left: 1px solid #edebec;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}


.contact-area{
  background-image: url(images/background-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;

}

.custom-imput{
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0px;
  color: #fff;
}

option{
  background-color: #66afe9;
}

.footer-contact{
  list-style: none;
}

.footer-contact li{
  margin-bottom: 10px;
}

.footer-social{
  list-style: none;
}

.footer-social li{
  margin-bottom: 10px;
  color: #1da1f2;
}

.footer-social li>h3,
.footer-contact li>h3{
  color: #888787;
}

.footer-contact li,
.footer-contact li>a{
  color: #888787;
}
.footer-contact li>a:hover{
  color: #888787;
  text-decoration: none;
}

.footer-social li>a{
  margin-bottom: 10px;
  color: #376d5a;
}

.footer-social li>a:hover{
  margin-bottom: 10px;
  color: #78d4b3;
  text-decoration: none;
}

.footer-custom-info{
  background-color: #1b1b1b;
}

.credits-content{
  background-color: #101010;
  color: #565656;
  padding: 15px;
}

.credits-content a{
  background-color: #101010;
  color: #9c9c9c;
}
.credits-content a:hover,
.credits-content a:focus{
  text-decoration: none;
  color: #3acae4;
}




.footer{
  background-color: #1b1b1b;
}

.social-footer{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.social-footer li{
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 2em;
}


.social-footer li>a span{
  border: 1px solid #00913d;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  color: #fff;
  background-color: #00913d;
  transition: all ease-in-out .5s;
  display: block;
}

.social-footer li:hover > a span{
  border: 1px solid #00913d;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  color: #00913d;
  background-color: #fff;
}

.social-footer li:hover > a{
  text-decoration: none;
}

.footer-prod{
  list-style: none;
}

.footer-prod li{
  margin-bottom: 10px;
}

.footer-prod li a{
  text-decoration: none;
  color: #92a3a8;
}

.footer-prod li a:hover{
  text-decoration: none;
  color: #fefefe;
}
    


/************************************************************************************************
                                              CRONEX
************************************************************************************************/

.banner-cronex{
  background-image: url(images/banner-cronex.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.circle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
  margin-bottom: 20px;
}

.circle-color-1{
  background-color: #e95d41!important;
}

.circle-color-3{
  background-color: #6f78ae!important;
}

.circle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;
}

.line-2{
  background-color: #e95d41;
  height: 2px;
  width: 320px;
  margin: 50px auto;
}

.line-3{
  background-color: #6f78ae;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}

/************************************************************************************************
                                            SERVICIOS
************************************************************************************************/

.flex-container-1{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
}

.flex-container-2{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row-reverse;
}

.flex-item-1{
  width: 50%;
  height: 400px;
  background-image: url(images/icon4.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.flex-item-1-content{
  padding: 40px;
}

.flex-item-1-content ul{
  list-style: none;
}

.flex-item-1-content p{
  padding-top: 40px;
  padding-left: 40px;
}


.flex-item-2{
  width: 50%;
  height: 400px;
  background-image: url(images/serv-1.jpg);
  background-position: center;
  background-size: cover;
}



.flex-item-3{
  width: 50%;
  height: 400px;
  background-image: url(images/icon5.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.flex-item-3-content{
  padding: 40px;
}

.flex-item-3-content ul{
  list-style: none;
}

.flex-item-3-content p{
  padding-top: 40px;
  padding-left: 40px;
}

.flex-item-4{
  width: 50%;
  height: 400px;
  background-image: url(images/serv-2.jpg);
  background-position: center;
  background-size: cover;
}


.flex-item-5{
  width: 50%;
  height: 400px;
  background-image: url(images/icon6.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.flex-item-5-content{
  padding: 40px;
}

.flex-item-5-content ul{
  list-style: none;
}

.flex-item-5-content p{
  padding-top: 40px;
  padding-left: 40px;
}

.flex-item-6{
  width: 50%;
  height: 400px;
  background-image: url(images/serv-3.jpg);
  background-position: center;
  background-size: cover;
}

/************************************************************************************************
                                              PROXEM
************************************************************************************************/

.banner-proxem{
  background-image: url(images/banner-proxem.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.cricle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
}

.cricle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.number-long{
  font-size: 1.8em;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}


/************************************************************************************************
                                              VISYS
************************************************************************************************/

.banner-visys{
  background-image: url(images/banner-visys.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.cricle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
}

.cricle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.number-long{
  font-size: 1.8em;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}


/************************************************************************************************
                                            LIGHTBOARD
************************************************************************************************/

.banner-lightboard{
  background-image: url(images/banner-lightboard.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.cricle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
}

.cricle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.number-long{
  font-size: 1.8em;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}

/************************************************************************************************
                                          CONTRASTADOR
************************************************************************************************/

.banner-contrastador{
  background-image: url(images/banner-contrastador.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.cricle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
}

.cricle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.number-long{
  font-size: 1.8em;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}

/************************************************************************************************
                                            TELECOM
************************************************************************************************/

.banner-telecom{
  background-image: url(images/banner-telecom.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.cricle-number{
  background-color: #4bab88;
  color: #ffffff;
  border-radius: 50%;
  font-size: 3em;
  width: 105px;
  height: 105px;
  line-height: 105px;
  margin: auto;
}

.cricle-number:hover{
  -webkit-transform: rotateY( 360deg ) ;
  -ms-transform: rotateY( 360deg ) ;
  -o-transform: rotateY( 360deg ) ;
  transform: rotateY( 360deg ) ;
  transition: all 2s ease-in-out;
}

.number-long{
  font-size: 1.8em;
}

.line-1{
  background-color: #4bab88;
  height: 2px;
  width: 320px;
  margin: 50px auto;

}

.separate-line{
  height: 1px;
  width: 100%;
  background-color: #edebec;
}


/*****************************************************************************/
/******************************************************************************
                              MARGINS
******************************************************************************/
/*****************************************************************************/

.pad-y-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-y-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-y-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-h2{
  margin-top: 0;
  margin-bottom: 40px;
}

.mar-bot-30{
  margin-bottom: 30px;
}

.mar-bot-10{
  margin-bottom: 10px;
}

.mar-y-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

.mar-top-51{
  margin-top: 51px;
}



.mar-bot-35{
  margin-bottom: 35px!important;
}



.hide-full-w{
  display: none;
}

/*****************************************************************************/
/******************************************************************************
                          MARGINS - ENDS
******************************************************************************/
/*****************************************************************************/

@media screen and (max-width: 1024px){
  
  .flex-container-1{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .flex-container-2{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .flex-item-1{
    width: 100%;
    height: auto;
  }

  .flex-item-2{
    width: 100%;
    height: 250px;
  }

  .flex-item-3{
    width: 100%;
    height: auto;
  }

  .flex-item-4{
    width: 100%;
    height: 250px;
  }


  .flex-item-5{
    width: 100%;
    height: auto;
  }

  .flex-item-6{
    width: 100%;
    height: 250px;
  }


}


@media screen and (max-width: 992px){
  
  .hide-992{
    display: none;
  }

  .show-992{
    display: block;
  }


}


@media screen and (max-width: 768px){
  
  .padding-responsive-1{
    padding-left: 25px;
    padding-right: 25px;
  }

  .parallax2 p{
    color: #fff;
    font-size: 1.8em;
    width: 80%;
    padding-top: 30px;
  }

  .footer-prod{
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 35px;
  }

  .mar-top-51{
    margin-top: 0;
  }

  .credits-content{
    text-align: center;
  }

  .mar-top-100{
    margin-top: 100px;
  }

  .text-responsive{
    text-align: center;
  }

  .hide-768{
    display: none;
  }

  .show-768{
    display: block
  }

  .social{
    display: none;
  }

}

@media screen and (max-width: 480px){

  .parallax2 p{
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .parallax-line{
    height: 2px;
    background-color: #fff;
    width: 100%;
  }

}

@media screen and (max-width: 400px){

  .line-1,
  .line-2,
  .line-3{
    width: 220px;
  }

}



