
  
  
.parallax {
    background-image: url("../images/oaxtepec/porton.png");
    min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    box-shadow: inset 0 0 0 2000px  rgba(0, 0, 0, 0.50);
}

.parallax2 {
    background-image: url("../images/oaxtepec/alberca.png");
    min-height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counterText {
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
}
.footer-band {
    background-color: #000000;
    
    color: white;
    font-size: 1.1rem;
    line-height:  50px;
}
.container1 {
  max-width: 250px;
  max-height:250px;
  position: relative;
  text-align: center;
 }
.container1 img {   
  border-radius: 20%;  
 }
 
.container2 {
  max-width: 400px;
  max-height:200px;
  position: relative;
  text-align: center;
 }
.container2 img {   
  border-radius: 10%;  
  overflow: hidden;
 }
 .container2 {
  max-width: 200px;
  max-height:200px;
  position: relative;
  text-align: center;
 }
.container2 img {     
  overflow: hidden;
 }
 .container3 {
  max-width: 200px;
  max-height:100px;
  position: relative;
  text-align: center;
 }
.container3 img {     
  overflow: hidden;
 }

 .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered3 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-red {
  -webkit-text-stroke: 1px white;
  color: red;
  font-weight: bold;
  text-shadow:
      1px 1px 0 #fff,
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
      1px 1px 0 #fff;
}

.text-red2 {
  
  color: red;
  text-shadow:
      1px 1px 0 #fff,
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
      1px 1px 0 #fff;
}

.text-red4 {
  font-size: 1.8vw;
  position: absolute;
  top: 100%;
  left:160%;
  color: red;
  text-shadow:
      1px 1px 0 #000,
    -1px -1px 0 #000,  
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}

.text-black2 {
  position: absolute;
  top: 100%;
  font-size: 1.6vw;
  color: black;
  text-shadow:
      1px 1px 0 #fff,
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
      1px 1px 0 #fff;
}


#btn-back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
.responsive {
    width: 100%;
    height: auto;
  }
.home-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 3.5rem;
    color: white;
    line-height: 80px;
    line-height: 96px;
  }
  .section-title {    
    font-size: 2vw;
    color: black;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-text {    
    font-size: 1.3vw;
    color: black;    
  }
.menuLink {    
    font-size: 1rem; 
    color: black; 
    text-decoration: none;
}
.midlaner {
    background-color: #eeeeee
}
.imgContainer {
    width: 100px;
    height: 100px;
    background-color: black;
   }
  
  
  .overlay {   
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.70);
        position: relative;
        top: -50px;              
        text-align: center;  
        padding-right: 10px;      
        color: white;
        line-height: 25px;
        height: 50px;
  }
  .example-image {
    padding-top: 15px;
  }
  
  
.toplaner {
    background-color: #ffea00
}

.font8 {
    background-color: transparent;
    font-size: 8px;
    color: #000000;
}

.font10 {
    background-color: transparent;
    font-size: 10px;
    color: #000000;
}

.font12 {
    background-color: transparent;
    font-size: 12px;
    color: #000000;
}

.font80 {
    background-color: transparent;
    font-size: 80px;
    color: #000000;
}

.font50 {
    background-color: transparent;
    font-size: 50px;
    color: #000000;
}

.font240 {
    background-color: transparent;
    font-size: 240px;
    color: #000000;
}

.font25 {
    background-color: transparent;
    font-size: 25px;
}

.font30 {
    background-color: transparent;
    font-size: 30px;
}

.font35 {
    background-color: transparent;
    font-size: 35px;
}

.font50 {
    background-color: transparent;
    font-size: 50px;
}

.font100 {
    background-color: transparent;
    font-size: 100px;
    color: #000000;
}

.fblue1 {
    color: #3f99ee;
}
/* Inicia Menu */
body {
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color .5s;
}



/* Termina Menu */

.borderGreen {
    border-style: solid;
    border-width: 1px;
    border-color: #27ae60;
    border-radius: 8px;
}

.borderOrange {
    border-style: solid;
    border-width: 1px;
    border-color: #f39c12;
    border-radius: 8px;
}

.backColorBlack {
    background-color: #333333;
    color: #aaaaaa;
    font-size: 90%;
    text-decoration: none;    
    vertical-align: middle;
}
.backColorBlack a {
    background-color: #333333;
    color: #aaaaaa;
    font-size: 90%;
    text-decoration: none;
}

.backColorOrange {
    background-color: #f39c12;
    color: white;
    height: 70px;
    text-align: center;
}

.backColorGreen {
    background-color: #27ae60;
    color: white;
    height: 70px;
    text-align: center;
    vertical-align: baseline;
}

.backColorOdd {
    background-color: #f8f6ff;
    color: #808080;
    height: 70px;
    text-align: center;
}

.backColorPar {
    background-color: white;
    color: #808080;
    height: 70px;
    text-align: center;
}
/* BEGIN ANIMATED TEXT */
h1 {
 
    span.text {
      padding: 0;
      padding-right: 4px;
      border-right: 2px solid #747474;
      animation: blink 0.75s infinite;
    }
  
    .blue {
      color: #4480ff;
    }
    .green {
      color: #4caf50;
    }
    .yellow {
      color: #f4b400;
    }
    .red {
      color: #f44336;
    }
  }
  p.info {
    font-size: 12px;
    margin-top: 6rem;
    color: #747474;
  
    a {
      text-decoration: none;
      color: #4480ff;
    }
  }
  
  @keyframes blink {
    from {
      border: none;
    }
    to {
      border-color: 2px solid #747474;
    }
  }
/* ENDS ANIMATED TEXT */

.imageG   {
    display: inline-block;
    vertical-align: baseline;
   
  }
  
