body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


/*NAV PPAL*/

.nav {
    background: #EC7060;
    padding: 10px;

}

.logo{
    padding-left: 20px !important;
}

ul {
    list-style-type: none;
    margin: 0;
    height: 57px;
    overflow: hidden;
    background: #F4AD9C;
}

li {
    color: #ffffff !important;
    text-decoration: none;
    display: inline;
    float: right;

}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;

}


.section {
    padding:30px 20px;
}

.btn_primary{
    background-color: #D16E60;
    color: white;
    border: none;
    border-radius: 0 20px;
    cursor: pointer;
     padding: 10px 20px;
    
}

@media only screen and (max-width: 400px) {
    
    ol, ul {
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    ul {
        list-style-type: none;
        margin: 0;
        height:auto;
        overflow: hidden;
        background: #F4AD9C;
    }

    li a {
        display: block;
        color: white;
        text-align: left;
        padding: 5px;
        text-decoration: none;
        font-size: 12px;
    
    }

    .btn_primary{
        background-color: #D16E60;
        color: white;
        border: none;
        border-radius: 0 20px;
        cursor: pointer;
         padding: 5px 10px;
        
    }

    li {
        color: #ffffff !important;
        text-decoration: none;
        display: block;
        float: left;
    }
  }

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: rgb(227, 160, 160);

}


/*DESTACADA QUIENES SOMOS HOME*/

.destacado {
    background: #67B2C5;
    color: #FFFEFE;
    text-align: center;
    font-size: 25px;
    height: 100%;
    padding: 20px;

}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;

}

 .destacado-align a{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 20px !important;
    font-size: 25px;
}

@media only screen and (max-width: 400px) {
    
  
     .destacado {
        background: #67B2C5;
        color: #FFFEFE;
        text-align: center;
        font-size: 14px !important;
        height: 100%;
        padding: 10px;
    
    }

    .destacado-align a{
        display:block;
        text-align: center;
        text-decoration: none;
        padding: 0 !important;
        font-size: 14px !important;
    }
  }

/*Titulos*/
h1 {
    color: var(--quartery-black, #000);
    font-family: "Open Sans";
    font-size: 25px !important;
    text-align: center;
    padding: 20px 0;
}


@media only screen and (max-width: 400px) {
    
  
    h1 {
        color: var(--quartery-black, #000);
        font-family: "Open Sans";
        font-size: 14px !important;
        text-align: center;
        padding: 10px 0;
    }
  }

/*FOOTER*/
footer {
    background: #67B2C5;
    padding: 30px 50px;
    margin: 0;
}


.li_footer {
    width: 260px;
}


.li_footer a{
    display: inline-block;
    color: white;
    text-align: left;
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
}


@media only screen and (max-width: 400px) {
    
  
    .li_footer a{
        display:inline-block;
    
        font-size: 14px;
    }

    .li_footer {
        width: 200px;
    }

    ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-grid;
        align-items: center;
    }
  }

/*//////////SLIDER////////*/


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #19B3C7;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F4AD9C;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position: relative;
  bottom:50px;
}

.active, .dot:hover {
  background-color: #EC7060;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
  opacity: 1 !important;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* On smaller screens, decrease text size */

@media only screen and (max-width: 500px) {
    
  
    .dot {
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 0 2px;
      background-color: #F4AD9C;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
      position: relative;
      bottom:0px;
    }
  }

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}

  .dot {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #F4AD9C;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    bottom:30px;
  }
}


/*/////////CONTACTO/////*/


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  .input_submit{
    background-color: #D16E60;
    color: white;
    border: none;
    border-radius: 0 20px;
    cursor: pointer;
    float: right;
    padding: 9px 62px;
justify-content: center;
align-items: center;
gap: 10px;
    
   
  }
  
  input[type=submit]:hover {
    background-color: #EC7060;
    
  }
  
  form {
     padding: 40px 20px;
  }
  
  @media only screen and (max-width: 400px) {
    
  
    .input_submit{
        background-color: #D16E60;
        color: white;
        border: none;
        border-radius: 0 10px;
        cursor: pointer;
        float: right;
        padding: 9px 32px;
    justify-content: center;
    align-items: center;
    gap: 5px;
        
       
      }

      form {
        padding: 20px 10px;
     }
  }

  /*////LOGOS////*/

  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }