html {
  font-family: Calibri, Arial, sans-serif;
  
}

body {
    background-image: url('img/marcadeagua_dp.jpg');
    background-repeat: repeat;
    background-position: left center;
    background-attachment: fixed;
 
  }

  #servicios.container.seccion1 {
    background: linear-gradient(to left, #080808, #656666,#fafcfa);
    padding: 5px;
    border-radius: 10px;
  }
   
  #servicios2.container.seccion5 {
    background: linear-gradient(to left, #080808, #656666,#fafcfa);
    padding: 5px;
    border-radius: 10px;
  }

section{
    /* background: linear-gradient(to right, #bbfa88, #c5dee0,#b8f8ca,  #c5dee0, #c5dee0,  #bbfa88);*/
    background: linear-gradient(to right, rgb(202, 201, 201), white, white, white, rgb(202, 201, 201));
    /* background-color: rgb(243, 240, 240);*/

    margin-top: 15px;
    padding: 5px;
    border-radius: 20px;
}

.formulario{
  background: linear-gradient(#afb1b1,#e4e6e5);
  border-radius: 5px;
  padding: 2px;
  border-style:inherit;
}

.inicio{
  margin-top: 10px;
}

.navbar li a:hover {
    background-color: #2d7c34;
    border-radius: 10px;
 }

.navbar {
    margin-top: 5px;
    background-color: #34b839;
    height: 50px;
    font-size: 16px;
    border-radius: 10px;
}   

.navbar-brand, .nav-item .nav-link{
   color: white;
}

#img_nav{
  border-radius: 50px;

}

.imagen1 {
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transition: transform 0.5s ease;
  }
  
  
.shaded-section {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Aquí defines el tamaño y color de la sombra */
  border-radius: 5px; /* Agrega esquinas redondeadas a la sección (opcional) */

}

.shaded-section:hover {
    transform: scale(1.01);
}

.btn-verde{
    margin: 10px;
    background-color: rgb(31, 107, 31) !important;
    color: white !important;
    font-size: 12px;
    border-radius: 10px;
}


.btn-verde:hover {
  background-color: rgb(27, 233, 120);
}

.mapa1 {
    align-items: center;
    padding: 5px;
    margin: 30px;
}

.ubicacion {
    height: auto;
}

.ajustar_img2{
    margin-top: 5px;
    width: 350px;
    height: 300px;
    border-radius: 20px;
}

.h3_cajas2{
    font-size: 35px;
    text-align: center;
}

.resaltar {
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.resaltardp {
  color: green;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.resaltardp2 {
  color: green;
  text-decoration: underline;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.resaltardp2:hover {
  color: rgb(65, 45, 245);
}

.resaltardp3 {
  color: rgb(60, 248, 60);
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



/* Boton para subir al inicio */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #28f843;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #b0fd4c;
}

.card1 {
    background: linear-gradient(to right, #b7f1b7,  #c5dee0, #bbfa88);
    border-radius: 10px;
    height: auto;
}

.card2 {
    margin-top: 15px;
    padding: 5px;
    background: linear-gradient(to left, #bbfa88, #c5dee0 , #c5dee0,  #bbfa88);
    font-size: 22px;
    border-radius: 10px;
}

.card3 {
    background: linear-gradient(to right, #dcece1,#d6dee2);
    font-size: 22px;
}

.card4 {
  border-radius: 10px;
  height: auto;
}

.list-group-item {
    background: linear-gradient(to right, #c5dee0,#969997);
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

.div_info {
    text-align: center;
    border-radius: 18px;
    border: #17221c solid;
}

.custom-input {
  background-color: #f0f0f0;
}

.div_info2{
  border-radius: 18px;
  border: #17221c solid;
}

/* Estilos para el texto del párrafo */
.paragraph {
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 20px;
    border: 2px solid #3e5048;
    border-radius: 10px;
    line-height: 1.5;
  }

  /* Estilos para el separador de renglones */
  .line-separator {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  /* Efectos de texto */
  
  .carousel-item img {
    object-fit: cover;
    height: 450px;
    border-radius: 10px; /* Agregamos el redondeo de bordes */
  }

footer {
    margin-top: 10px;
    height: auto;
    border-radius:10px;
    color: white;
}

.textoPie {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.txtpie2 {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.fondo-page3 {
  padding: 5px;
  background: linear-gradient(#6e7374,#6a8573);
  border-radius: 10px 10px 0 0 ;
  height: auto;
}

.fondo-div {
  padding: 15px;
}

.fondo-page4 {
  background-color: #222;
  border-radius: 0 0 10px 10px;
}

.contactowsap{
  width:50px;
  
}

.icono1 {
  color: rgb(60, 248, 60);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

  @media (max-width: 576px) {
    .carousel-item img {
      height: 200px;
      border-radius: 10px; /* Agregamos el redondeo de bordes */
    }

    .navbar {
      height: auto;
  }   

  .resaltardp {
    font-size: 14px;
  }

  .list-group-item {
    
    font-size: 13px;
    text-align: center;
  }
  .paragraph {
    font-size: 15px;
  }

 /* Estilos para hacer el iframe responsive */
.responsive-iframe {
  position: relative;
  padding-bottom: 150%; /* Ajusta este valor según tus necesidades */
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
  .resaltardp2{
    font-size: 14px;
  }

  }

 