/*@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap';*/

* {
    outline: none !important;
}

body, html {
    overflow-x: hidden !important;
}

body {
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    color: #999;
    margin: 0;
    line-height: 25px;
    background: #fff;
    -webkit-box-sizing: box-sizing;
    -moz-box-sizing: box-sizing;
    box-sizing: box-sizing
}
.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
img {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 12px 0
}
p {
    font-size: 15px;
    font-weight: 400
}
a {
    color: #436eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
a:hover {
    color: #5e82ef;
    text-decoration: none
}
a:focus {
    outline: none;
    text-decoration: none
}



video:focus, video:active, section:focus, section:active, a:focus, a:active, button:focus, button:active {
   outline: none !important;
   box-shadow: none !important;
}

#carousel-slider {
    height: 85vh;
}

#carousel-area {
    overflow: hidden;
    background: white;
    border: 30px solid white;
    border-bottom: none;
}
#carousel-area .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}
#carousel-area .carousel-inner .active {
    opacity: 1
}
#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1
}
#carousel-area .carousel-control {
    z-index: 2
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    #carousel-area .carousel-inner>.item.next,
    #carousel-area .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.prev,
    #carousel-area .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.next.left,
    #carousel-area .carousel-inner>.item.prev.right,
    #carousel-area .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
#carousel-area .item {
    background-size: 100%;
    background-size: cover;
    height: 1000px
}
#carousel-area .item .carousel-caption {
    top: 12%;
    right: 10%;
    left: 10%;
}
#carousel-area .item .carousel-caption h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    margin-bottom: 5px;
        padding-bottom: 5px;
        text-shadow: none;
}
#carousel-area .item .carousel-caption p {
    font-size: 24px;
    color: #fff;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    line-height: 30px;
    margin-top: 0;
    text-shadow: none;
    margin-bottom: 10px;
    font-weight: 100;
}

body #carousel-area .carousel-caption.TAL p {
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#carousel-area .item .carousel-caption .btn {
        /*margin: 5px 15px;*/
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
        margin-right: 0;
}
#carousel-area .active {
    opacity: 1
}
#carousel-area .active.left,
#carousel-area .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
#carousel-area .carousel-control {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background: url(../img/skin.png);
    margin-top: -35px;
    text-shadow: none
}
#carousel-area .left.carousel-control {
    left: 5%
}
#carousel-area .right.carousel-control {
    right: 5%;
    background-position: -150px 0
}
#carousel-area .carousel-indicators {
    bottom: 5px
}
#carousel-area .carousel-indicators li {
    border-radius: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #436eee;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1;
    width: 18px;
    height: 18px;
    background: #00cb96;
}
#carousel-area:hover .carousel-control {
    display: block
}
#carousel-area i {
    margin-right: 10px
}
.big-title {
    font-family: montserrat, sans-serif;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase
}
.mr {
    margin-right: 10px
}

.TAr1 {
    text-align: right;
    padding-top: 40px;
}

#carousel-area .item .carousel-caption h1#cap2 {
    font-size: 55px;
    text-align: left;
    line-height: 48px;
    margin-top: 20vh;
    padding-left: 50px;
}

body .dropdown-menu>li>a:hover {
        text-decoration: none;
    color: #8fc899 !important;
    background-color: transparent !important;
}

/*5 Columnas*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}



@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}

div#copyNilpix {
    width: 100%;
    border-top: 1px solid #353535;
    background: #1d2023;
    padding: 5px;
}



div#copyNilpix p {
    margin: 0;
    color: #b9b9b9;
    font-family: monospace;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
}


div#copyNilpix p a {
    color: #61c2acc7;
    font-size: 11px;
}

div#copyNilpix p a {
    color: rgb(97 194 172 / 78%);
    font-size: 11px;
}


/*Custom*/

.section2 {
    background-image: url(../img/back1.jpg);
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding: 160px 0;
}

.section2 h3 {
    color: #115c42;
    font-size: 44px;
}

.section2 h3 p {
    color: black;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.grilla1 .container-fluid {
    padding: 0;
}

.grilla1 .row {
    margin: 0;
}

form.form1 input[type="text"], form.form1 input[type="email"], form.form1 textarea {
    width: 100%;
    border: none;
    background-color: #dcdcdc;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

form.form1 input[type="text"], form.form1 input[type="email"] {
    height: 50px;
}

form.form1 textarea {
    height: 240px;
    padding-top: 20px;
}

form.form1 input[type="submit"] {
    margin: 0 auto;
    background-color: #005c3e;
    border: none;
    color: white;
    font-size: 17px;
    padding: 15px 50px 15px 50px;
}

.contact1 {
    background-color: #ffffff;
    padding: 30px 0 50px 0;
}

.titlePage1 {
    padding-top: 100px;
    padding-bottom: 0;
}


.contact1 .container-fluid {
    width: 75%;
}

.contact1 h3 {
    color: #115c42;
    font-size: 44px;
}

.section2 .container-fluid {
    width: 75%;
}

footer {
    background-color: #251e1d;
}

.m-t100 {
    margin-top: 100px;   
}

nav.navbar-static-top {
    background-color: white;
    padding: 20px;
    position: relative;
    z-index: 9;
        top: 70px;
    height: 100px;
    margin: 0 auto;
    padding-right: 100px;
}

body .dropdown-menu li a {
        color: #115c42 !important;
}

nav.navbar-static-top li a {
    font-size: 16px;
    color: #115c42;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    text-align: right;
}

.navbar-brand>img {
    width: 250px;
    position: relative;
    top: 40px;
}


body .nove1 {
    margin-top: 50px;
    border-top: 10px solid #6fc998;
    padding-top: 50px;
}

.subCat {
    padding: 0;
    color: white;
    font-weight: 300;
}

.titleColors {
    color: #005c3e;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 30px;
}

hr.hrGreen {
    border: 8px solid #6fc998;
    border-top: none;
    margin: 60px 0;
}

body .prodDiv .container-fluid.colors1 {
    width: 100%;
    padding: 0;
}

a.navbar-brand {
    position: relative;
    bottom: 100px;
}

.white1 {
    height: 60px;
    background-color: red;
}

.navbar-nav>li {
    margin-right: 30px;
}

body .item a.conoce33x {
    font-size: 17px;
    background-color: #115c42;
    color: white !important;
    border-radius: 0;
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    padding-right: 60px;
    padding-left: 60px;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.section2 p, .contact1 p, .nosotros1 p {
    color: #111113;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

body #navbar3 .activeSubmenu1 {
    text-decoration: none;
    color: #8fc899 !important;
    background-color: transparent !important;
}



.nav>li>a:hover {
    text-decoration: none;
    color: #8fc899 !important;
    background-color: transparent !important;
}

.le100 {
    position: relative;
    left: 100px;
}

.nosotrosTit {
    height: 490px;
    background-image: url(../img/nosotros1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.contactoTit {
    height: 1000px;
    background-image: url("../img/contacto1.jpg");
    position: relative;
    background-repeat: no-repeat;
}

.catalogoTit {
    height: 100vh;
    background-image: url("../img/catalogo1.jpg");
    position: relative;
    background-repeat: no-repeat;
}

.ulCont {
    list-style: none;
    display: inline;
    float: left;
    padding: 0;
    margin-right: 50px;
}

.ulCont p, .contact1 p, .ulCont a {
    color: black;
    font-weight: 400;
}

h2.title1 {
    color: white;
    font-size: 55px;
    line-height: 55px;
}

.p-t50 {
    padding-top: 50px;
}

.fancybox-lock .fancybox-overlay {
    background-color: rgb(0 0 0 / 40%);
}

.rowTit {
    margin-top: 120px;
    margin-left: 10%;
}

.rowTitNos {
    margin-left: 5%;
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.contactoTit .rowTit, .catalogoTit .rowTit {
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 10%;
}

.nosotros1 {
    padding: 30px 70px 0;
}

.img90 {
    width: 90%;
}

.nosotros1 h3 {
    color: #005c3e;
    font-size: 44px;
}

.p-r16 {
    padding-right: 16%;
}

.rowNos1 {
    margin-top: 30px;
    border-top: 10px solid #6fc998;
    border-bottom: 15px solid #6fc998;
}


.rowNos1 .col-md-6, .rowNos2 .col-md-5 {
    padding: 0px;
}

.compTite {
    font-size: 40px;
    color: #005c3e;
}

body .noBorderB {
    border-bottom: none !important;
}

/*body .col-md-6.plane1 {
    padding-left: 100px;
    padding-top: 100px;
}*/

body .active a {
    color: #6fc998 !important;
}

/*body .col-md-6.comproCol {
    padding-top: 50px;
    padding-right: 5%;
}*/

body .col-md-7.InduCOl {
    padding-top: 50px;
    padding-right: 10%;
}

.fl-R {
    float: right;
}

.cierreSec .container-fluid, .cierreSec .col-md-12 {
    padding: 0;
}


/*5 Columnas*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}



@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}


.descProd1 {
    background-color: #2d2d2d;
    padding: 15px 10px 15px 10px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.descProd1 p {
    margin: 0;
    color: white;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}


.contact1 hr {
    margin: 10px 0 25px 0;
}


.dropdown-menu li.active a {
    background-color: transparent !important;
    color: #8fc899 !important;
}

.col-md-15 a {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

p.cursP {
    color: black;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
}

.prodDiv .container-fluid {
    width: 95%;
}

.m-b50 {
    margin-bottom: 50px;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.wppBut {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 99999999;
}


.wppBut img {
    width: 70px;
}

footer {
    background-color: #231817;
    height: 70px;
    margin-top: 50px;
}


.posTitle1 {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

.posTitle2 {
    position: absolute;
    top: 220px;
    left: 100px;
}

.dwForm {
    background-color: #115c42;
    color: white;
    border-radius: 3px;
    padding: 7px 30px 7px 30px;
}

.navbar-toggle .icon-bar {
    background-color: #115c42;
}

.infoMob {
    display: none;
}

.mob1 {
    display: none;
}

body hr.sep33 {
    margin: 10px 0;
}


/*Responsive*/

/* 1620px */
@media (max-width: 1620px) {
    
    body .col-md-6.comproCol {
    padding-top: 10px !important;
    padding-right: 0% !important;
    padding-left: 50px !important;
    }
    
    .prodDiv .container-fluid {
    width: 95% !important;
    }
    
    .contact1 .container-fluid {
    width: 100% !important;
    }
    
    .le100 {
    left: 0px !important;
    }
}


/* 480px */
@media (max-width: 480px) {
    
    .mob1 {
    display: block !important;
    }
    
    .desk1 {
        display: none !important;
    }
    
    #carousel-area {
    overflow: unset !important;
    border: none !important;
    }
    
    #carousel-slider {
    height: unset !important;
    }
    
    #carousel-area .item .carousel-caption h1#cap2 {
    font-size: 22px !important;
    line-height: 26px !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    text-shadow: 1px 1px 1px black;
    }
    
    body .item a.conoce33x {
    margin-left: 0 !important;
    }
    
    nav.navbar-static-top {
    top: 0px !important;
    padding-right: unset !important;
    padding-left: 0 !important;
    }
    
    .navbar-brand>img {
    width: 160px !important;
    top: 80px !important;
    left: 20px !important;
    }
    
    #carousel-area .item .carousel-caption {
    top: 0% !important;
    }
    
    #carousel-area .item {
    height: 215px !important;
    }
    
    .right.carousel-control, .left.carousel-control {
    display: none !important;
    }
    
    .navbar-nav {
    background-color: white !important;
    }
    
    .navbar-nav>li {
    margin-right: 10px !important;
    }
    
    .section2 {
    background-position: bottom right !important;
    padding-bottom: 220px !important;
    padding-top: 50px !important;
    background-size: 60% !important;
    }
    
    .section2 .container-fluid {
    width: 100% !important;
    }
    
    footer {
    margin-top: 0px !important;
    }
    
    .nosotros1 {
    padding: 0 !important;
    margin-top: 20px !important;
    }
    
    .p-r16 {
    padding-right: 10px !important;
    }
    
    .img90 {
    width: 100% !important;
    }
    
    body .col-md-6.comproCol {
    padding-top: 0px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    }
    
    .posTitle1 {
    left: 40px !important;
    bottom: 0px !important;
    }
    
    h2.title1 {
    font-size: 35px !important;
    line-height: 32px !important;
    }
    
    .posTitle2 {
    top: 125px !important;
    left: 30px !important;
    }
    
    h2.title1, h5.subCat {
    text-shadow: 1px 1px 1px black;
    }
    
    form {
    margin-bottom: 70px !important;
    }
    
    .titlePage1 {
    padding-top: 30px !important;
    }
    
    .infoMob {
    display: block !important;
    }
    
    .infoDesk {
    display: none !important;
    }
    
    h5.subCat {
    font-size: 23px !important;
    }
    
    .asd1 {
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    }
    
    .prodDiv .container-fluid {
    width: 100% !important;
    }
    
    .catalogoTit {
    background-position: bottom !important;
    }
    
    .nos2 {
    margin-bottom: 40px !important;
    }
    
    .cursores1 .col-md-15 {
    margin-bottom: 60px !important;
    }
    
}



