/*!
 * SHYMAT  CSS
 *
 * Created Pucci Design
 * Visit us at http://www.puccidesign.com.ar
 *
 * Handcrafted with love!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .list-inline, small, #pricing, #mensaje {
  font-family: 'Raleway', sans-serif;
}  
p, .form-control, select, #mensaje{
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
}

p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #4b4f59;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #4b4f59; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #4b4f59; /* Firefox */
	color: #FFFFFF;
}

.pad-xl {
  padding: 200px 0px;
}

.pad-lg {
  padding: 160px 0px;
}

.pad-sm {
  padding: 80px 0px;
}

.pad-xs {
  padding: 30px 0px;
}
.shadow-text {
  text-shadow: 2px 2px 0 rgba(0,0,0,.50);
}
.shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); 
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

/*-----------------gradient------------------*/

.gradient-1{
  background-color: #375EA8;
  background-image: -webkit-linear-gradient(225deg, #6CC8F2 20%, #375EA8  100%)!important;
  background-image: -moz-linear-gradient(225deg,  #6CC8F2 20%, #375EA8  100%)!important;
  background-image: -o-linear-gradient(225deg,  #6CC8F2 20%, #375EA8  100%)!important;
  background-image: linear-gradient(225deg,  #6CC8F2 20%, #375EA8  100%)!important;
}

.gradient-2{
  background-color: #375EA8;
  background-image: -webkit-linear-gradient(225deg, #93C01E 20%, #008D36  100%)!important;
  background-image: -moz-linear-gradient(225deg,  #93C01E 20%, #008D36  100%)!important;
  background-image: -o-linear-gradient(225deg,  #93C01E 20%, #008D36  100%)!important;
  background-image: linear-gradient(225deg,  #93C01E 20%, #008D36  100%)!important;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 25px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#39B54A;
  color: #ffffff;
  padding: 15px 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #7ece8a;
  color: rgb(46, 110, 56);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #2b416e;
  color: #fff;
  padding: 10px 35px;
  margin: 30px 0 30px 0;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #fff!important;
  color: #2b416e!important;
  border-radius: 15px!important;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}



/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}

.margin-top-20p {
  margin-top: 20% !important;
}


/*-----------------Colors------------------*/

.fa-lg {
  color: #2b416e!important;
}
.color-2 {
  color: #007e4f;
}
.color-3 {
  color: #d4252c;
}
.color-wp {
  color: #39B54A;
}
.black {
  color: #231f20!important;
}
.blue {
  color: #70cbce;
}
.white {
  color: #ffffff;
}
.color-1-bg {
  background: #2b416e;
}
.color-2-bg {
  background: #007e4f;
}
.color-3-bg {
  color: #d4252c;
}
.black-bg {
  background: #231f20;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */
   .preloader {
    height: 1000px;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9999px;
    z-index: 9998;
   }
   .preloader2
   {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(https://www.shymat.com.ar/img/preload.gif); /* reemplazar aquí al URL absoluta del gif*/
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
   
   }


.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: transparent;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    /* top: -80px; */
    transition: all 0.3s ease 0s;
    
}

.navbar.open {
    top: 0;
    background: #375EA8;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all ease-in .3s;
     -moz-transition: all ease-in .1s; 
      -ms-transition: all ease-in .1s; 
       -o-transition: all ease-in .1s; 
          transition: all ease-in .1s; 

}


.navbar-inverse .navbar-nav > li > a{
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #4b4f59;
    opacity: 0.6;
}

.navbar-nav a {
    padding: 0 20px;
     color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;  
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 10px;
}

#logo {
  
}
.logo img {
    width: 180px;
    margin-bottom: 10px;
    padding-left: 20px
}
.logo2 img {
    width: 220px;
    margin-bottom: 10px;
    padding-left: 20px
}
/* open logo with nav */
.navbar.open  img {
  width: 150px;
  -webkit-transition: all ease-in .1s;
  -moz-transition: all ease-in .1s; 
   -ms-transition: all ease-in .1s; 
    -o-transition: all ease-in .1s; 
       transition: all ease-in .1s; 
}



/* ==========================================================================
   Main styles
   ========================================================================== */
#header {
}

#comprometidos {
  /* background: #d4252c no-repeat center center; */
  min-height: 200px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#servicios {

}

.s1-azul-l {
  background: #375EA8 no-repeat center center;
  /* padding: 20px 10px 60px 10px; */
  height: 350px;
  border-radius: 0 20px 20px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.s1-green-r {
  background: #008D36 no-repeat center center;
  /* padding: 20px 10px 60px 10px; */
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

#servicios img {
  width: 100%;
  max-width: 350px;

}

#servicios h1 {
  color: #ffffff;
  /* padding: 20px; */
  /* text-transform: uppercase; */
  font-weight: 800;
  margin-top: 120px;
  margin-right: 40px;
  font-size: 60px;
  text-align: right;

}

#servicios h3{
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.s1-list {
  padding: 30px;
}
.s1-list ul, .pr-list ul {
  list-style-image: url('../img/plus-12.png');
  }
.s1-list li {
  font-size: 16px;
  /* font-weight: 800; */
  color: #ffffff;
  padding-bottom: 2px;
}

.pr-list li {
  font-size: 16px;
  padding-bottom: 2px;
}

#s2 {
    background: url(../img/s-bg-icon.jpg) no-repeat center center;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

#s2 p {
  padding-top: 5px;
  font-weight: 600;
}

#s2 .btn {
  margin-top: 10px;
}

#s3-gestion h2 {
  color: #4267B0;
  font-weight: 800;
  text-transform: uppercase;
}

#somos {

}

#somos img {
  width: 100%;
}

#faq h1 {
  color: #008D36;
  padding-bottom: 55px;

}

#faq h2, #mision h2 {
  color: #375EA8;
  font-weight: 800;
  padding-bottom: 25px;
}

#faq p, #mision p {
  color: #333333;
  padding-bottom: 15px;
}

#faq img {
  width: 100%;
  padding-top: 25px;
}

#preventiva img {
  width: 100%;
}

.logo-prev img {
  width: 277px!important;
  padding: 30px!important;
}

#legislaciones h2 {
  color: #375EA8;
  font-weight: 800;
  padding-bottom: 25px;
}

#leg-item{

}

#leg-item img {
  /* width: 80px; */
  padding: 20px 0px;
  margin-right: 20px;
}

#leg-item span {
  color: #375EA8;
  font-size: 16px;
  font-weight: 600;
}


.separeitor {
  border: #4b4f59;
  border-width: 1px 0 0 0;
  border-style: solid;
  width: 100%;
}




#contacto {
  /* background: #c6c6c6 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

#contacto p, #contacto h2  {
  color: #ffffff !important;
  line-height: 150%;
  padding-top: 15px;
}

#contacto img {
  padding-right: 5px;
}


.fa-envelope-o, .fa-facebook, .fa-twitter, .fa-instagram {
  color: #ffffff;
  font-size: 18px;
  display: block;
  padding-top: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}


.footer p{
  color: #ffffff;
  font-size: 11px;

}

footer {
  background: #2b416e; 
  padding: 20px 0px;
}

.social a:hover {
  opacity: 0.5;
}

.social a {
  padding-right: 10px;
}

.social-icons {
  color: #FFFFFF;
}

/* Btn whatsapp */

.btn-floating {
	width: 56px;
	height: 56px;
	position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
	transition: .3s ease-out;
	text-align: center;
}
a .btn-floating {
	text-align: center;
}

.boton-wsp {
    position: fixed;
    right: 15px;
    bottom: 95px;
	background-color: #2CB742;
	text-align: center;
	border-radius: 50px;
	
}

.boton-wsp i {
	color: #ffffff;
	line-height: 55px;
	font-size: 25px;
}
.boton-wsp img {
	color: #ffffff;
	width: 45px;
  margin: 4px 1px 0 0;
}



/* Nuestra empresa  */

#headerEmpresa, #headerServicios {
  background: url(../img/bg-header-page.jpg) no-repeat center center;
  width: 100%;
  padding: 120px 10px 60px 10px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#ne-1 p {
  color: #333333;
  font-weight: 600;
}

/* accordion */

#accordion a:focus {
  color: #ffffff;
}

#accordion a:hover {
  color: #ffffff;
}

.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #375EA8; 
}

.panel-default>.panel-heading:active, .panel-default>.panel-heading:visited, .panel-default>.panel-heading:focus {
  color: #ffffff;
  background-color: #008D36;
}


/* Servicios page */

#servicios-page-1 h1 {
  color: #375EA8!important;
  font-weight: 800!important;
  padding-bottom: 25px!important;

}

#servicios-page-1 p {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  color: #333;

}

.m1 h2 {
  color: #375EA8!important;
  font-weight: 800!important;
  padding-bottom: 25px!important;

}

.m1 h3 { 
  color: #008D36!important;
  font-weight: 800!important;
  padding: 25px 0 25px 0!important;

}

.m1 h4 { 
  color: #333!important;
  font-weight: 800!important;
  padding: 25px 0 25px 0!important;

}


/* legislaciones */

#decretos-in p {
 
    color: #375EA8;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}






/* ==========================================================================
   Form styles
   ========================================================================== */
#form {
   
}

#form p {
  color: #fff;
}


#form-nutri{
/*   border: 2px solid #fff;
  border-radius: 5px 5px 25px 25px;*/
}

.form-control, #mensaje {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder, #mensaje::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-moz-placeholder, #mensaje::-webkit-placeholder, .form-control::-o-placeholder, #mensaje::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder, #mensaje::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

#mensaje {
  /*height: 90px !important;*/
}

.form-group {
  margin: 0px 0px 5px 0px !important;
}

.form-group p {
  display: none; 

}

.alert {
    border-radius: 7px !important; 
}

.g-recaptcha {
  padding-top: 15px;
}

select {
  width:100%;
  min-height:30px;
  padding:12px 10px;
  text-transform:uppercase;
  border:0;
  border:1px solid #2e2e2e;
  margin-bottom:20px;
  outline:none;
}

/*================================================
  Slider
  ================================================  */

  /* extra style */

  #slider-img-smart {
    padding-right: 50%;
    margin-top: -180px;
  }

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 100vh;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #4b76b9;
  border-color: #4b76b9;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
width: 10px;
height: 10px;
opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.50);
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}
/*.hero h1 {
  font-size: 6em;    
  font-weight: bold;
  margin: 0;
  padding: 0;
}*/

.hero h3 {
color: #ffffff;
line-height: 45px !important;

}

hgroup {
padding-bottom: 20px;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .3;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #4b76b9;
  border-color: #4b76b9;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
height: 100vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
background-image: url(../img/slide-01.jpg); 
}
.fade-carousel .slides .slide-2 {
background-image: url(../img/slide-02.jpg);
}
.fade-carousel .slides .slide-3 {
background-image: url(../img/slide-03.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
  .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
  .hero h1 { font-size: 4em; }    
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

  .navbar-nav {
      margin: 7.5px 0px!important;
  }
  .navbar-nav a {
        padding: 10px 5px !important;
        text-align: center;
  }
  .btn-avlgps {
    background-color: #EB5E33;
    color: #fff;
    padding: 10px 35px;
    margin: 20px 10px 0px 10px;
  }

  /* slider */
  #slider-img-smart {
    width: 430px;
    height: auto;
    padding-right: 0; 
    margin-top: -10px;
  }

  #comprometidos h1, #preventiva h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
  }

  #somos {
    text-align: center;
  }
  #contacto{
    padding-left: 5%;
    padding-right: 5%;
  }



  

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

    #contacto{
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-avlgps {
    background-color: #EB5E33;
    color: #fff;
    padding: 10px 35px;
    margin: 20px 10px 0px 10px;
  }


  

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .btn-avlgps {
    background-color: #EB5E33;
    color: #fff;
    padding: 10px 35px;
    margin: 20px 10px 0px 10px;
  }

 
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {


  
}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
  .s1-azul-l {
    background: #375EA8 no-repeat center center;
    /* padding: 20px 10px 60px 10px; */
    height: 350px;
    border-radius: 20px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  
  }
  
  .s1-green-r {
    background: #008D36 no-repeat center center;
    /* padding: 20px 10px 60px 10px; */
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  
  }

  .social-icons {
    text-align: center;
  }


  
} 


