/*generales*/

body {
    padding-top: 100px;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 26px;
    padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
  }

    /*color vinculos*/
a {
    color: white;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    color: #81ab35;
  }

  .top a:hover{
    color:black;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.left{
  float: left;
}

.justificado{
  text-align: justify;
}

.titular {
  position: relative;
  position: relative;
  padding: 30px 0 50px 0;
  color: #2b2828;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
}

.titular:before {
  position: absolute;
  left: 0;
  bottom: 35px;
  height: 4px;
  width: 70px;
  content: '';
  display: block;
  background: #83ba00;
}

.paginas p {
  text-align: justify;
  margin: 15px 0;
  letter-spacing: 0;
}

#nosotros p, #medioambiente p, #servicios .col-md-12>p, #servicios ul.puntoslista li {
  font-size: 1.5em;
  line-height: 2em;
}

.btn-color{
color:white;
background-color:#94c045;
}
.btn-color:hover{
  background-color:#81ab35;
  color:white;
}

/*cabecera*/
/******************cabecera**********************/
.header {
   /* overflow: hidden;
    background-color: #333;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
  }

.navbar{
    background-color: white;
}  

.top {
    position: relative;
    background-color: #94c045;
    color: black;
    width: 100%;
    height: 42px;
    z-index: 2;
    padding-top: 8px;
    padding-bottom: 10px;
}

.button-medium {
    background: #333c46;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 7px;
    margin-top: 10px;
}

.button-medium:hover {
    color: #f2f792;
}
.top-right {
    float: right;
    padding-right: 15px;
}

.top-left {
    float: left;
    padding-left: 15px;
}

.top-left:hover, .top-right:hover{
  color:whitesmoke;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
  /* color: red; */
}

.navbar-default .navbar-nav>li>a:hover {
  font-weight: bold;
  color: #81ab35; 
}

.nav-admin{
  display: inline-block;
}

.nav-admin:hover{
  display: inline-block;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:active {
  text-decoration: none;
  background-color: #81ab35;
}

.containerlogo{
  float:right;
}


/**********  ESTILOS DEL LOGO Y EL TEXTO BAYSAN   ***********/    

.navbar-default .navbar-brand {
  float:left;
  color: #7da335;
  /*padding:14px;
  padding-left: 24px;*/
}

.nav-header{
  padding-bottom: 10px;
}

.navbar-default .navbar-brand:hover{
  color:#81ab35;
}

.scroll:hover{
  background-color: #f5f1f1;
}


.logo-txt{
  padding-left: 24px;
  font-family:'Meutas-SemiBold',sans-serif;
  font-size:3em;
  font-weight: 900;
  /*font-family: cooper;
  font-size: 35px;*/
}

.logo2-txt{
  font-family:'arial',sans-serif;
  padding: 25px 0px 0px 0px;
/*  font-family:'Meutas-SemiBold',sans-serif;
font-weight: 400;*/
  font-size:1em;  
}


.logo img{
  float: left;
  padding-top: 3px;
}

.logo-img img{
  padding-top: -14px;
  width: 45px;
}


.top .fa{
  color:white;
}

.top .fa:hover{
  color:black;
}

.top-right i span:hover{
  color:white;

}

@media (min-width: 200px)
{
  .container {
    width: 100%;
  }
}


@media (max-width: 468px)
{
  .top-email{
    display:none;
  }
  #pegajoso p {
    font-size: 1em;
  }

  #pegajoso h2{
    font-size: 29px;
  }
}






/*Slider*/

.info h2{
  background-color: #94c045;
}

#sequence .info p {
  background: #eee;
  padding: 10px;
}

#sequence ul{
  list-style: none;
}

.containerlogo{
  box-shadow: 0 6px 10px rgb(0 0 0 / 50%);
  padding-bottom: 10px;
}
#intro{
  box-shadow: 0 6px 10px rgb(0 0 0 / 50%);
}


/* VALORES */

.features{
  padding-left: 30px;
  padding-right: 30px;
}

.features h4 {
  margin-top: 2px;
}

.features i.left {
  margin-right: 10px;
}

.dotted_line {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #eeeeee;
}

.icon-circled,.icon-rounded {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  text-align: center;

  background-color: #444;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 15px;
}

[class^="icon-"], [class*=" icon-"] {
  margin-top: 1px;
  margin-right: .3em;
}

.icon-square:hover, .icon-rounded:hover, .icon-circled:hover {
  background-color: #94c045;
}
.icon-32 {
    width: 30px;
    height: 30px;
    padding: 3px;
    font-size: 16px;
    line-height: 24px;
}

.icon-circled.active{
background-color:#94c045 ;
color:white;
}


/* SOBRE NOSOTROS*/

#nosotros, #medioambiente, #flexiselDemo3, #services{
  padding-left: 30px;
  padding-right: 30px;
}


.green-car{
  text-align: center;
}

.green-car img { 
  width: 30%;
  max-width: 230px;
  min-width: 130px;
 
}



/* SERVICIOS */
#servicios-contenido{
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin:auto;
}

#card-izquierda{
  
  padding-bottom: 30px;
}


/* CONTACTO */
#contacto {
  width: 100%;
  position: fixed;
  z-index: 110;
  margin-top: 0px;
  padding-top: 5px;
  height: 26px;
  background-color: #94c045;
  align-content: flex-end;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #94c045;
  outline: 0;
  outline: thin dotted \9;
}



.subintro{
  box-shadow: 0 16px 10px rgb(0 0 0 / 50%);

}

.subhead {
  text-align: left; 
  margin: 0 0 20px 0; 
  padding: 35px 0 10px 0;
  background: #94c045;
}
.subhead h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.subhead p {
  font-size: 1em;
  color: #fff;
  margin: 0;
  padding: 0;
}


.centered {
  text-align: center;
}

.icon-rounded {
  background-color: #444;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.social-links{
  display:flex;
  list-style: none;
}

.widget li{
  list-style: none;
}

.widget label, .widget p{
  font-size: 14px;
  color: #666;
}

aside {
  padding: 20px 15px 0 15px;
  margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgb(0 0 0 / 3%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside .widget h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color:#333;
  font-size: 17px;
}



/*SLIDER PEGATINAS*/
#flexiselDemo3{
  padding-right: 40px;
}


/*boton whatsapp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}


/* footer */

#logofooter{
  max-width: 200px;
  padding-bottom: 10px;
}

footer {
  padding-top: 30px;
  color: #7e7e7e;
  box-shadow: 0 -6px 10px rgb(0 0 0 / 50%);
   background: #3a3a3a;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #e8e8e8;
}

footer .verybottom {
  border-top: inset;
  padding-top: 15px;
  background: #303030;
}

footer .logo img {
  margin-bottom: 20px;
}

.credits {
  text-align: center;
}

.widget h5{
  color:#94c045;
}

/*iconos delante de los li del footer REVISAR MAS ADELANTE*//*
.regular li:before {
  position: absolute;
  top: 0;
  content: "\f105";
  font-family: FontAwesome,sans-serif;
  color: #83ba00;
  letter-spacing: -0.4px;
  text-transform: none;
  margin: 0;
  text-indent: 0;
  left: 30px;
  font-size: 20px;
}*/

.form-control:focus {
  border-color: #94c045;
}

.img-card img{
  width: 100%;
}


#chk-politica, #servicios a, #medioambiente a{
  color:#80ac2f;
}

#chk-politica:hover{
  color:#94c045;
}


#img-medio img{
  width: 370px; 
  float: left; 
  padding:20px;
}

#servicios ul.puntoslista {
  list-style: none; /* Quitamos los marcadores */
  padding: 0; /* Quitamos el padding por defecto de la lista */
  margin-left: 10px; /* Separamos la lista de la izquierda */
  }
  
#servicios ul.puntoslista li::before { /* Añadimos contenido antes de cada elemento de la lista */
  content: "\2022"; /* Insertamos el marcador */
  padding-right: 8px; /* Establecemos el espacio entre las viñetas y el list item */
  color: #94c045; /* Coloreamos la viñeta */
  }


  /*MODAL IZQUIERDA*/

  .my-fixed-item {
    position: fixed;
    min-height: 120px;
    width: 252px;
    text-align: center;
    word-wrap: break-word;
    background-color: red;
    z-index: 20000 ;
}


@media (max-width: 820px) {
  .info p{
    display: none;
  } 
  
  .logo2-txt{
    display: none;
  }

  #img-medio img{
    width: 350px; 
    float: left; 
    padding:2px;
  }
}


.row{
  margin-right: 0px; 
  margin-left: 0px;
}


#myModal{
  z-index: 20000;
}


@media (max-width: 650px) {
  #servicios-contenido {
    padding-left: 0px; 
    padding-right: 0px;
  }
}

@media (max-width: 450px) {
  #img-medio img{
    width: 300px; 
    float: left; 
    padding:1px;
  }
}

