/**
* Template Name: Serenity - v2.1.0
* Template URL: https://bootstrapmade.com/serenity-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #c06845;
  }
  
  a:hover {
    color: #df130c;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #94c045;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }
  
  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  
  .back-to-top:hover {
    color: #fff;
    background: #a6ca63;
    transition: background 0.2s ease-in-out;
  }
  
  #main {
    margin-top: 70px;
    z-index: 3;
    position: relative;
  }
  
  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 90px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #fff;
  }
  
  #header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 5px 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #3c4133;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 75px; 
    position: relative;
    right: -80px;
    bottom: 1px;
   
  
  }
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  
  
  .section-bg {
    background-color: #f9fbf4;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #f15c17;
  }
  .section-title h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #000000;
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  /*-------
   
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #f1da09;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
  }
  
  .services .icon-box:hover {
    transform: translateY(-5px);
  }
  
  .services .icon {
    position: absolute;
    left: 10px;
    top: calc(50% - 30px);
  }
  
  .services .icon i {
    font-size: 70px;
    line-height: 1;
    transition: 0.5s;
  }
  
  .services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .services .title a {
    color: #111;
    margin-left: 80px;
  }
  
  .services .icon-box:hover .title a {
    color: #f15c17;
  }
  
  .services .description {
    font-size: 14px;
    margin-left: 80px;
    line-height: 24px;
    margin-bottom: 0;
  }
  /*----------------------------Galeria de imagenes--------------------------*/
 
  h1{
    text-align: center;
    
    
    margin: 50px auto;
}
body{
  background-color: #fbff00;
}
h1::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
  
    top: 50%;
    z-index: -1;
}
h1 span2{
    background-color:#ecf4fb;
    padding: 0 15px;
}
.img-gallery{
    width: 80%;
    margin: 50px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}
.img-gallery img{
    width: 100%;
    cursor: pointer;
    transition: 1s;
}
.img-gallery img:hover{
    transform: scale(1.2);
}
.ful-img{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0,0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.ful-img span{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.ful-img img{
    width: 90%;
    max-width: 600px;
}
@media screen and (max-width:400px){
    h1{
        text-decoration: underline;
    }
    h1::before{
        display: none;
    }
    h1 span{
        padding: 0;
    }
}


--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  color: #3c4133;
}

.features .card-text {
  color: #5e5e5e;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #94c045;
}

.features .card:hover .read-more a, .features .card:hover .card-title, .features .card:hover .card-title a, .features .card:hover .card-text {
  color: #fff;
}

.bodi{
  min-width: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

.form{
  padding: 50px 55px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  width: 340px;
  
}





@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');





.Card_servicios{
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
}


.titleservicio{
  text-align: center;
  font-size: 40px;
  color: #6a6a6a;
  margin-top: 20px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.subtitle{

  text-align: center;
  font-size: 20px;
  color: #1b1b1b;
  margin-top: 10px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.container2{
  background: #f3f3f3;
  background:  #dc3545;
    width: 100%;
    max-width: 1200px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.container2 .card{
    width: 330px;
    height: 490px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background: #fbff00;
}

.container2 .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.container2 .card img{
    width: 330px;
    height: 300px;
    position: relative;

}


.container2 .card h4{
    font-weight: 600;
    font-size: 20px;
    color: #353535;
    
}

.container2 .card p{
    padding: 0 1rem;
    font-size: 13px;
    font-weight: 300;
}

.container2 .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

