/*header*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth
}
body{
    font-family:'Roboto Slab', serif;
    background-color:#204158 ;
}
.Presentacion2{
    margin-bottom: 100px;
}
.mr{
    margin-top: 20px;
}
.mof{
    margin-right: 100px;
}
#TextoMini2, #TextoMini3{
    margin-bottom: 20px;
}
.nav{
    background-color: #ffffff;
    height: 120px;
    width: 100%;
    position: fixed;
    transition: all 0.5s ease;
    z-index: 2  ;
}
.Il{
    width: 150px;
    height: 80px;
    margin-top: 20px;
    margin-left: 50px;
    transition: 0.5s ease-in-out;
}
.navul{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}
.navulli{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.navullia{
    color: #204158;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
}
.active,.navullia:hover{
    background: #9cb0b9;
    transition: .5s;
}

.checkbtn{
    margin-top: 36px;
    font-size: 30px;
    color: #204158;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.IC{
  left: auto;
  right: 20px;
  height: 20px;
  width: 80px;
  display: flex;
  position: absolute;
  top: 10px;
}
.IDIOMAS{
  border-radius: 200px;
  height: 22px;
  width: 22px;
  margin-left: 6px;
}
.IDIOMAS:hover{
  transform: scale(1.1);
}
.lol{
    display: none;
}
@media (max-width:1050px){
    .navullia{
        font-size: 16px;
        padding: 6px 12px;
    }
    .navulli{
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media (max-width: 940px){
    .checkbtn{
        display: block;        
    }
    .Il{
      height: 80px;
      width: 120px;
    }
    .navul{
        position: fixed;
        width: 100%;
        height: 80vw;
        background: #d5dee6;
        top: 98px;
        right: -110%;
        text-align: center;
        transition: all .5s;
    }
    .navulli{
        display: block;
        margin:  50px 0;
        line-height: 30px;
    }
    .navullia{
        font-size: 20px;
    }
    .active,.navullia:hover{
        background: none;
        color: #3d8dbe;
    }
    #check:checked ~ ul{
        right:-30;
    }
    .IC{
      left: auto;
      right: -4px;
      height: 20px;
      width: 80px;
      display: flex;
      position: absolute;
      top: 10px;
    }
    .IDIOMAS{
      border-radius: 200px;
      height: 20px;
      width: 20px;
      margin-left: 2px;
    }
}
@media(max-width: 650px){
    .Il{
        width: 120px;
        height: 60px;
        margin-top: 20px;
        margin-left: 25px;
    }
    .nav{
      height: 120px;
    }
    .navul{
        height: 75vh;
    }
}
@media(max-width: 350px){
    .Il{
        width: 120px;
        height: 60px;
        margin-top: 20px;
        margin-left: 25px;
    }
    .nav{
      height: 120px;
    }
    .navul{
        height: 80vh;
    }
}
.m2{
    margin-bottom: 10px;
}
.separator{
    height: 120px;
  }
/* Header */ 

:target::before {
    content: '';
    display: block;
    height:      130px;
    margin-top: -130px;
  }
  .TP1, .HP1, .TP2, .TP3, .HP2, .HP3, .H4, .T4, .FV{
    display: none;
}

/* Texto Inicial */
.imagen{
    width: 100%;
    height: 62vh;
    transition: all 0.2s ease;
  }
  .acomodar{
    margin-top: -62vh;
  }
  @media (max-width:1214px){
    .acomodar{
        margin-top:-400px;
      }
      #Linea-Divisora{
        height: 200px;
    }
  }
  @media (max-width:1115px){
    .imagen{
      height: 410px;
    }
    .acomodar{
        margin-top:-400px;
      }
      #Linea-Divisora{
        padding-top: 2000px !important;
    }
  }
  @media (max-width:1040px){
    .imagen{
      height: 400px;
    }
  }
  @media (max-width:952px){
    .imagen{
      height: 340px;
    }
    .acomodar{
        margin-top:-350px;
      }
      #Linea-Divisora{
        height: 100px;
    }
  }
  @media (max-width:880px){
    .imagen{
      height: 260px;
    }
    .acomodar{
        margin-top:-300px;
      }
      #Linea-Divisora{
        height: 30px;
    }
}
  @media (max-width:700px){ 
    .imagen{
      height: 230px;
    }
  }
  @media (max-width:680px){ 
    .imagen{
      height: 200px;
    }
    .acomodar{
        margin-top:-260px;
      }
      #Linea-Divisora{
        height: 30px;
    }
  }
  @media (max-width:550px){ 
    .imagen{
      height: 270px;
      margin-bottom: 20px;
    }
    .acomodar{
        margin-top:-300px;
      }
      #Linea-Divisora{
        height: 30px;
    }
  }
  @media (max-width:500px){ 
    .imagen{
      height: 240px;
    }
  }
  @media (max-width:430px){ 
    .imagen{
      height: 220px;
    }
  }
  @media (max-width:380px){ 
    .imagen{
      height: 200px;
    }
  }
  @media (max-width:3090px){ 
    #HeaderPresentacion{
        margin-left: auto;
        margin-right: auto;
    }
    .boddd{
        justify-content: center!important;
        display: flex!important;
        flex-direction: column!important;
        margin-right: auto!important;
        margin-right: auto!important;
        padding-left: 0!important;
        padding-right: 0!important;
        text-align: center!important;
    }
    #Imagen1{
        margin-right: 0 !important;
        margin-left: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    #Texto1{
        font-size: 20px;
    }
    #HeaderPresentacion, #TextoMini, #HeaderPresentacion2, #TextoMini2, #HeaderPresentacion3, #TextoMini3, #Header4, .FondoServicios, #Texto4{
        display: none!important;
    }
    .mof{
        margin-right: 0px;
    }
    #Imagen3{
        margin-right: 0px!important;
    }
    .lol2{
        display: none;
    }
    .lol{
        color: white;
        background-color: #00000000;
        text-decoration: none;
        transition: all 0.5s;
    }
    .lol:hover{
        transform: scale(1.1);
        color: rgb(127, 255, 212);
        animation: ease-out;
    }
    .TP1, .HP1, .TP2, .TP3, .HP2, .HP3, .H4, .T4, .FV, .lol{
        display: block;
    }
    .HP1, .HP2, .HP3{
    color: beige;
    font-family: 'Roboto Slab', serif;
    text-decoration: underline;
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    }
    .TP1, .TP2, .TP3{
        margin-left: 25px;
        margin-right: 25px;
        font-size: 22px;
        color: white;
        font-weight: 500;
        font-family: 'Roboto Slab', serif;
        margin-bottom: 10px;
    }
    #Iconos{
        padding-top: 0px;
    }
    .FV{
        background-color: rgba(219, 239, 255, 0.856);
        border-radius: 20px;
        font-family: 'Roboto Slab', serif;
        padding: 15px 15px 15px 15px;
        margin-right: 25px;
        margin-left: 5px;
    }
    .H4{
        color: white;
        font-size: 40px;
        padding-bottom: 20px;
        text-align: left;
        margin-left: 25px;
            text-shadow: #97d4ff 2px 2px;   
    }
    .T4{
        font-size: 20px;
        color: #000000;
        margin-right: 10px;
        margin-left: 10px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
    }

  }
.Divisor{
    display: flex;
}

#Texto1{
    font-size: 6rem;
    font-family:'Roboto Slab', serif;
    color: white;
    padding-left: 7rem;
    padding-top: 5rem;
    display: flex;
    width: 700px;
    text-align: center;
    text-shadow: #97d4ff 4px 4px;

}

#EnlaceOpcion1{
    color: white;
    background-color: #00000000;
    text-decoration: none;
    transition: all 0.5s;
}

#EnlaceOpcion2{
    color: white;
    background-color: #00000000;
    text-decoration: none;
    transition: all 0.5s;
}

#EnlaceServicios{
    color: #557cfd;
    font-weight: bolder;
    background-color: #00000000;
    text-decoration: none;
    transition: all 0.5s;
}

#EnlaceServicios:hover{
    color: #3260f7;
    text-decoration: underline;
}

#Opcion1{
    font-size: 4rem;
    color: white;
    padding-left: 20rem;
    padding-top: 20rem;
    text-align: center;
    text-shadow: #97d4ff 3px 3px;
}

#OpcionMovil{
    font-size: 4rem;
    color: white;
    margin-left: 20rem;
    margin-top: 20rem;
    text-align: center !important;
    text-shadow: #97d4ff 3px 3px;
}

#Opcion2{
    font-size: 4rem;
    color: white;
    padding-left: 20rem;
    padding-top: 5rem;
    text-align: center;
    text-shadow: #97d4ff 3px 3px;
}

#EnlaceOpcion1:hover{
    transform: scale(1.1);
    color:lightcoral;
    animation:ease-outTexto1;
 }

#EnlaceOpcion2:hover{
   font-size: 4.25rem;
   color: rgb(127, 255, 212);
   animation:ease-out;
}

.Fondo{
    background-image: linear-gradient(
    to right,
    rgba(68, 68, 68, 0.418),
    rgba(89, 0, 255, 0.226)
  ), url(https://i.ibb.co/ccXx1S1/IMG-20240126-WA0054.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 850px;
}


@media (max-width:1700px){
    #Texto1{
        font-size: 4.5rem;
        padding-left: 5rem;
        padding-top: 3.5rem;
        width: 600px;
    }
    #Opcion1{
        font-size: 3.5rem;
        padding-left: 23rem;
        padding-top: 11rem;
    }
    #Opcion2{
        font-size: 3.5rem;
        padding-left: 23rem;
        padding-top: 2.5rem;
    }

    #EnlaceOpcion2:hover{
        font-size: 3.75rem;
    }
    .Fondo{
        height: 550px;
    }
    #Imagen1{
        height: 450px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion{
        padding-left: 1.5rem !important;
        font-size: 30px;
        width: 620px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 21px !important;
        margin-left: 4.5rem !important;
        margin-bottom: 5rem;
        width: 500px !important;
    }
    #Linea-Divisora{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #LineaVertical{
        margin-bottom: 4.5rem !important;
    }
  }

@media (max-width:1400px){
    #Texto1{
        font-size: 4rem;
        padding-left: 5rem;
        padding-top: 3.5rem;
        width: 600px;
    }
    #Opcion1{
        font-size: 3rem;
        padding-left: 18rem;
        padding-top: 8.5rem;
    }
    #Opcion2{
        font-size: 3rem;
        padding-left: 18rem;
        padding-top: 2.5rem;
    }

    #EnlaceOpcion2:hover{
        font-size: 3.15rem;
    }
    .Fondo{
        height: 450px;
    }
    #Imagen1{
        height: 450px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion{
        padding-left: 0rem !important;
        font-size: 25px;
        width: 600px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 17.5px !important;
        margin-left: 3rem !important;
        width: 500px !important;
    }
    #Linea-Divisora{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #LineaVertical{
        margin-bottom: 4.5rem !important;
    }
  }

  @media (max-width:1300px){
    #Texto1{
        font-size: 4rem;
        padding-left: 5rem;
        padding-top: 3.5rem;
        width: 600px;
    }
    #Opcion1{
        font-size: 3rem;
        padding-left: 18rem;
        padding-top: 8.5rem;
    }
    #Opcion2{
        font-size: 3rem;
        padding-left: 18rem;
        padding-top: 2.5rem;
    }

    #EnlaceOpcion2:hover{
        font-size: 3.15rem;
    }
    .Fondo{
        height: 450px;
    }
    #Imagen1{
        height: 375px;  
        width: 500px;
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion{
        padding-left: 0rem !important;
        font-size: 28px;
        width: 600px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 2rem !important;
        width: 500px !important;
    }
    #Linea-Divisora{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #LineaVertical{
        margin-bottom: 4.5rem !important;
    }
  }

  @media (max-width:1214px){
    #Texto1{
        font-size: 3.25rem;
        padding-left: 5rem;
        padding-top: 3.5rem;
        width: 600px;
    }
    #Opcion1{
        font-size: 2.25rem;
        padding-left: 7rem;
        padding-top: 6rem;
    }
    #Opcion2{
        font-size: 2.25rem;
        padding-left: 7rem;
        padding-top: 2.5rem;
    }

    #EnlaceOpcion2:hover{
        font-size: 2.4rem;
    }
    .Fondo{
        height: 350px;
    }
    #Imagen1{
        height: 375px;  
        width: 400px;
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion{
        padding-left: 1rem !important;
        font-size: 24px;
        width: 525px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 19px !important;
        margin-left: 2rem !important;
        width: 475px !important;
    }
    #Linea-Divisora{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #LineaVertical{
        margin-bottom: 4.5rem !important;
    }
  }


  @media (max-width:1040px){
    #Imagen1{
        height: 300px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion{
        padding-left: 40px !important;
        font-size: 22px;
        width: 450px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 18px !important;
        margin-left: 3rem !important;
        width: 425px !important;
    }
    #LineaVertical{
        margin-bottom: 0.5rem;
    }
  }


@media (max-width:1024px){
    #Texto1{
        font-size: 3rem;
        padding-left: 2rem;
        padding-top: 5rem;
        width: 500px;
    }
    #Opcion1{
        font-size: 2rem;
        padding-left: 7rem;
        padding-top: 8rem;
    }
    #Opcion2{
        font-size: 2rem;
        padding-left: 7rem;
        padding-top: 2.5rem;
    }
  
     #EnlaceOpcion2:hover{
        font-size: 2.15rem;
    }
     .Fondo{
        height: 325px;
    }
    #Linea-Divisora{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
  }

  
@media(max-width:980px){
    #Opcion1{
        display: none;
    }
    #OpcionMovil{
        display: inline !important;
        font-size: 2rem;
        color: white;
        margin-left: 7rem;
        padding-top: 0rem !important;
        text-align: center;
        text-shadow: #97d4ff 3px 3px;
    }   
    #Opcion2{
        margin-top: 3.5rem;
        margin-bottom: 2.5rem;
    }
    #Garza{
        margin-left: 6.5rem;
    }
}




    @media (max-width:990px){
        #Imagen1{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        margin-right: 2.5rem;
    }
    #HeaderPresentacion{
        margin-left: 200px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 260px !important;
        width: 470px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
    #Garza{
        margin-left: 4rem !important;
    }
  }

    
    @media(max-width:980px){
        #Garza{
            margin-left: 6.5rem !important;
        }
    }

  @media(max-width:905px){
    #OpcionMovil{
        margin-left: 5rem;
    }
    #Opcion2{
        padding-left: 5rem;
        margin-top: 3.5rem;
    }
    #Garza{
        margin-left: 5rem !important;
    }
}

  @media (max-width:890px){
        #Imagen1{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion{
        margin-left: 120px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 200px !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
    #Garza{
        margin-left: 5rem !important; 
    }
  }




  @media(max-width:830px){
    #OpcionMovil{
        margin-left: 4rem;
        font-size: 25px;
    }
    #Opcion2{
        padding-left: 4rem;
        font-size: 25px;
        margin-top: 4rem;
    }
 
     #EnlaceOpcion2:hover{
        font-size: 25.5px;
    }
    #Garza{
        margin-left: 4rem !important; 
    }
}

@media(max-width:750px){
    #OpcionMovil{
        margin-left: 8rem;
        font-size: 28px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
    #Opcion2{
        padding-left: 8rem;
        font-size: 28px;
        text-shadow: #97d4ff 1.5px 1.5px;
        margin-top: 3rem;
    }

     #EnlaceOpcion2:hover{
        font-size: 30px;
    }
    #Texto1{
        font-size: 35px;
        width: 300px !important;
        padding-top: 4rem;
        text-shadow: #97d4ff 2px 2px;
    }
    #Garza{
        margin-left: 8rem !important;
    }
}

@media(max-width:720px){
    #OpcionMovil{
        margin-left: 8rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
    #Opcion2{
        padding-left: 8rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
        margin-top: 3rem;
    }
 
     #EnlaceOpcion2:hover{
        font-size: 25px;
    }
    #Texto1{
        font-size: 35px;
        width: 300px !important;
        padding-top: 4rem;
        text-shadow: #97d4ff 2px 2px;
    }
    #Garza{
        margin-left: 8rem !important; 
    }
}

  @media(max-width:710px){
    #Imagen1{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion{
        margin-left: 60px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 110px !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
  }


  @media(max-width:645px){
    #HeaderPresentacion{
        padding-left: 0rem !important;
        margin-left: 4rem !important;
        font-size: 22px;
        width: 500px;
    }
  } 

  @media (max-width:620px){
    #Texto1{
        font-size: 2.2rem;
        padding-left: 2rem;
        padding-top: 4rem;
        width: 250px;
    }
    #Opcion1{
        font-size: 23px;
        padding-left: 5rem;
        padding-top: 7rem;
    }
    #Opcion2{
        font-size: 23px;
        padding-left: 3rem;
        padding-top: 2.5rem;
    }

     #EnlaceOpcion2:hover{
        font-size: 25px;
    }
    .Fondo{
        height: 350px;
    }
    #Imagen1{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion{
        padding-left: 0rem !important;
        margin-left: 0.5rem !important;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 4rem !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
  }

@media(max-width:588px){
    #HeaderPresentacion{
        height: 100px;
        width: 450px;
        margin-left: 3rem !important;
        margin-right: 2rem !important;
    }
}

@media(max-width:560px){
    #OpcionMovil{
        margin-left: 0.5rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
    #Opcion2{
        padding-left:1.5rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
 
     #EnlaceOpcion2:hover{
        font-size: 25px;
    }
    #Texto1{
        font-size: 35px;
        width: 300px !important;
        padding-top: 4rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 1rem;
    }
    #Garza{
        margin-left: 0.5rem !important;
    }
}

@media(max-width:535px){
    #OpcionMovil{
        margin-left: 2rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
    #Opcion2{
        padding-left: 2rem;
        font-size: 23px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
  
     #EnlaceOpcion2:hover{
        font-size: 25px;
    }
    #Texto1{
        font-size: 30px;
        width: 200px !important;
        padding-top: 4rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 1rem;
    }
    #Garza{
        margin-left: 2rem !important;
    }
}

  @media (max-width:535px){
    /* #Texto1{
        font-size: 2rem;
        padding-left: 2rem;
        padding-top: 6.5rem;
        width: 250px;
    }
     #OpcionMovil{
        font-size: 1.5rem;
        padding-left: 3rem;
        padding-top: 8.5rem;
    }
    #Opcion2{
        font-size: 1.5rem;
        padding-left: 3rem;
        padding-top: 2.5rem;
    } 

     #EnlaceOpcion2:hover{
        font-size: 1.70rem;
    } */
    .Fondo{
        height: 350px;
    }
    #Imagen1{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion{
        padding-left: 1.5rem !important;
        margin-left: 0rem !important;
        font-size: 20px;
        width: 450px;
    }
    #TextoMini{
        margin-top: 0rem !important;
        font-size: 18px !important;
        margin-left: 2.75rem !important;
        width: 400px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
  }

  @media (max-width:470px){
    #Texto1{
        font-size: 2rem;
        padding-left: 1rem;
        padding-top: 4rem;
        width: 220px !important;
    }
    /* #Opcion1{
        font-size: 1.25rem;
        padding-left: 2rem;
        padding-top: 7.5rem;
    }
    #Opcion2{
        font-size: 1.25rem;
        padding-left: 2rem;
        padding-top: 2.5rem;
    } 
 
     #EnlaceOpcion2:hover{
        font-size: 1.40rem;
    } */
    .Fondo{
        height: 350px;
    }
    #Imagen1{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion{
        padding-left: 1rem !important;
        font-size: 20px;
        width: 400px;
    }
    #TextoMini{
        margin-top: 1rem !important;
        font-size: 18px !important;
        margin-left: 2.3rem !important;
        width: 335px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion{
        display: block !important;
        text-align: center;
    }
    #LineaVertical{
        display: none;
    }
  }

  @media(max-width:440px){
    #OpcionMovil{
        margin-left: 3rem;
        font-size: 20px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
    #Opcion2{
        padding-left: 3rem;
        font-size: 20px;
        text-shadow: #97d4ff 1.5px 1.5px;
    }
  
     #EnlaceOpcion2:hover{
        font-size: 21.5px;
    }
    #Texto1{
        font-size: 28px;
        width: 200px !important;
        padding-top: 5rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
    #Garza{
        margin-left: 3rem;
    }
}

@media(max-width:390px){
    #Garza{
        margin-right: 4rem;
    }
    #Texto1{
        font-size: 28px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
    .acomodar{
        margin-top: -260px;
    }
}

@media(max-width:380px){
    #Texto1{
        margin-top: auto;
        margin-bottom: auto;
        font-size: 25px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
}

@media(max-width:350px){
    #Texto1{
        margin-top: auto;
        margin-bottom: auto;
        font-size: 23px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
}
@media(max-width:330px){
    #Texto1{
        font-size: 22px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
    .Fondo{
        height: 400px !important;
    }
}
@media(max-width:320px){
    #Texto1{
        font-size: 20px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }
    .lol{
        font-size: 18px;
    }
    #EnlaceOpcion1{
        font-size: 18px;
    }
    #EnlaceOpcion1{
        font-size: 18px;
    }
}
@media(max-width:320px){
    #Texto1{
        font-size: 19px;
        width: 220px !important;
        padding-top: 3rem;
        text-shadow: #97d4ff 2px 2px;
        padding-left: 2rem;
    }}
/*
#columnas{
    column-count:1;
    column-gap:20px;
    column-rule:4px dotted gray;
 }
 */





/* Texto Inicial */

/* Primer Contenido */

#Linea-Divisora{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#LineaVertical{
    margin-bottom: 10rem;
    margin-left: 2rem;
}

.Presentacion{
    display: flex;
    text-align: center;
}

#Imagen1{
    margin-left: 10rem;
    margin-bottom: 10rem;
    animation: backwards 0.5s;
    border-radius: 1rem;
}

#HeaderPresentacion{
    padding-left: 1rem;
    color: beige;
    font-family:'Roboto Slab', serif;
    text-decoration:underline;
}

#TextoMini{
    margin-top: 2.2rem;
    color: white;
    font-family:'Roboto Slab', serif;
    font-size: 1.25rem;
    margin-left: 4rem;
    width: 55rem;
    text-align: left !important;
}

/* Primer Contenido */



/* Tres Imagenes */

#Imagen01{
    width: 400px;
    margin-left: 6rem;
    border-radius: 10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 334px;
}

#Imagen02{
    width: 400px;
    margin-left: 12rem;
    border-radius: 10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 334px;
}

#Imagen03{
    width: 400px;
    margin-left: 10rem;
    border-radius: 10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 334px;
}

.TresImagenes{
    display: flex;
}
.mottt{
    margin-bottom: 10px;
}
#LineaVerticalIzquierda{
    width: 6px;
    background-color: white;
    margin-left: 62px;
    height: 430px;
}

#LineaVerticalDerecha{
    width: 6px;
    background-color: white;
    margin-left: 105px;
    height: 430px;
}

#LineaHorizontal1{
    margin-right: 4.7rem !important;
    margin-left: 3.95rem !important;
    margin-bottom: 0px !important;
}

#LineaHorizontal2{
    margin-right: 76px !important;
    margin-left: 62.4px !important;
}

#TituloTres{
    text-align: center;
    color: white;
    text-shadow: #97d4ff 2px 2px;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    margin-bottom: 1.25rem;
}

@media(max-width:4000px){
    #Linea-Divisora2{
        display: none !important;
    }
}

@media(max-width:1700px){

    #Imagen01{
        width: 350px;
        margin-left: 6rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 350px;
        margin-left: 8rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 350px;
        margin-left: 8rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62px;
        height: 370px;
    }
    .cuert{
        display: flex;
        align-items: center;
        height: 500px;
        background-color: #eef4f8;
        justify-content: space-evenly;
    }
    .conta{
        margin-left: -100px;
    }
    .deco{
        text-decoration: underline solid #2e648a 5px;
        color: rgb(12, 66, 128);
    }
    .mapa{
        margin-right: -100px;
        height: 500px;
        width: 800px;
    }
    .t2{
        margin-bottom: 15px;
        font-size: 28px;
    }
    .tc{
        background-color:#2e648a;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 10px 10px ;
    }
    .t1{
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        display: inline-block;
        text-align: center;
        color: white;
        text-shadow: 5px 5px #1b3a50;
        
    }
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 75px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 103px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
    }
    
    #LineaHorizontal2{
        margin-right:103px !important;
        margin-left: 62.4px !important;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}



@media(max-width:1600px){

    #Imagen01{
        width: 350px;
        margin-left: 4rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 350px;
        margin-left: 6rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 350px;
        margin-left: 6rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 137px;
        margin-left: 65px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 137px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
    }
    
    #LineaHorizontal2{
        margin-right: 137px  !important;
        margin-left: 62.4px !important;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1550px){

    #Imagen01{
        width: 350px;
        margin-left: 4rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 350px;
        margin-left: 6rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 350px;
        margin-left: 6rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 137px;
        margin-left: 25px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 137px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
    }
    
    #LineaHorizontal2{
        margin-right: 137px  !important;
        margin-left: 62.4px !important;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1480px){

    #Imagen01{
        width: 350px;
        margin-left: 3rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 350px;
        margin-left: 5rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 350px;
        margin-left: 5rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 25px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 103px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
    }
    
    #LineaHorizontal2{
        margin-right:103px !important;
        margin-left: 62.4px !important;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1410px){

    #Imagen01{
        width: 315px;
        margin-left: 3rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 350px;
        margin-left: 5rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 315px;
        margin-left: 5rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 20px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 103px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
    }
    
    #LineaHorizontal2{
        margin-right:103px !important;
        margin-left: 62.4px !important;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1385px){

    #Imagen01{
        width: 300px !important;
        margin-left: 2rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px !important;
        margin-left: 4rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px !important;
        margin-left: 4rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px;
        background-color: white;
        margin-left: 62 px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 40px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
        width: 1111px;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 62.4px !important;
        width: 1112px;
    }
    
    #TituloTres{
        text-align: center;
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-right: 7rem;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1300px){

    #Imagen01{
        width: 300px;
        margin-left: 2rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px;
        margin-left: 2rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px;
        margin-left: 2rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px !important;
        background-color: white;
        margin-left: 62 px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 25px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
        width: 1032px;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 62.4px !important;
        width: 1033px;
    }
    
    #TituloTres{
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-bottom: 1.25rem;
    }
}

@media(max-width:1220px){

    #Imagen01{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px !important;
        background-color: white;
        margin-left: 62 px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 103px;
        margin-left: 15px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 3.95rem !important;
        margin-bottom: 0px !important;
        width: 974px;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 62.4px !important;
        width: 975px;
    }
    
    #TituloTres{
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-bottom: 1.25rem;
        margin-right: 2rem;
    }
}

@media(max-width:1150px){

    #Imagen01{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px !important;
        background-color: white;
        margin-left: 30px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 10px;
        margin-left: 15px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 30px !important;
        margin-bottom: 0px !important;
        width: 975px;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 30.5px !important;
        width: 974px;
    }
    
    #TituloTres{
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-bottom: 1.25rem;
        margin-right: 2rem;
    }
}

@media(max-width:1040px){

    #Imagen01{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px;
        margin-left: 1rem;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: 300px;
    }
    
    .TresImagenes{
        display: flex;
    }
    
    #LineaVerticalIzquierda{
        width: 6px !important;
        background-color: white;
        margin-left: 10px;
        height: 370px;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 5px;
        margin-left: 15px;
        height: 370px;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 11px !important;
        margin-bottom: 0px !important;
        width: 975px;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 10px !important;
        width: 975px;
    }
    
    #TituloTres{
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-bottom: 1.25rem;
        margin-right: 2rem;
    }
}

@media(max-width:1040px){

    #Linea-Divisora2{
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: inline !important;
    }

    #Imagen01{
        width: 300px;
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 300px;
    }
    
    #Imagen02{
        width: 300px;
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 300px;
    }
    
    #Imagen03{
        width: 300px;
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 300px;
    }
    
    .TresImagenes{
        display:block;
        text-align: center;
    }
    
    #LineaVerticalIzquierda{
        width: 6px !important;
        background-color: white;
        margin-left: 10px;
        height: 370px;
        display: none;
    }
    
    #LineaVerticalDerecha{
        width: 6px;
        background-color: white;
        margin-right: 5px;
        margin-left: 15px;
        height: 370px;
        display: none;
    }
    
    #LineaHorizontal1{
        margin-right: 191px !important;
        margin-left: 11px !important;
        margin-bottom: 0px !important;
        width: 975px;
        display: none;
    }
    
    #LineaHorizontal2{
        margin-right:191px !important;
        margin-left: 10px !important;
        width: 975px;
        display: none;
    }
    
    #TituloTres{
        color: white;
        text-shadow: #97d4ff 2px 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        margin-bottom: 1.25rem;
        margin-left: 3rem;
    }
}
/* Tres Imagenes */



/* Segundo Contenido */

#LineaVertical2{
    margin-bottom: 10rem;
    margin-right: 60px;
}

.Presentacion2{
    display: flex;
    text-align: center;
    margin-top: 12rem;
}

#Imagen2{
    margin-right: 10rem;
    margin-bottom: 10rem;
    animation: backwards 0.5s;
    border-radius: 1rem;
}

#HeaderPresentacion2{
    padding-left: 1rem;
    color: beige;
    font-family:'Roboto Slab', serif;
    text-decoration:underline;
}

#TextoMini2{
    margin-top: 3.25rem;
    color: white;
    font-family:'Roboto Slab', serif;
    font-size: 1.25rem;
    margin-left: 85px;
    width: 940px;
    text-align: left !important;
}

@media(max-width:1750px){
    #TextoMini2{
            margin-left: 75px;
            margin-right: 25px;
    }
    #Iconos{
        font-size: 20px;
    }
    #LineaVertical2{
        margin-right: 25px;
    }
}

@media(max-width:1585px){
    #HeaderPresentacion2{
        font-size: 25px;
        width: 650px;
        margin-left: 30px;
    }
    #TextoMini2{
        width: 650px;
        height: 500px;
        margin-left: 80px;
        margin-top: 2rem;
    }
    #Iconos{
        font-size: 20px;
    }
    .Icono-Persona{
        padding-left: 60px !important; 
    }
    #LineaVertical2{
        margin-right: 25px;
    }
}

@media(max-width:1300px){
    #HeaderPresentacion2{
        font-size: 25px;
        width: 550px;
        margin-left: 35px;
    }
    #TextoMini2{
            width: 500px;
            height: 680px;
            margin-left: 80px;
            margin-top: 1rem;
    }
    #Iconos{
        font-size: 20px;
    }
    #LineaVertical2{
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .Icono-Persona{
        padding-left: 3rem !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 1rem;
        margin-bottom: 50px;
    }
    #Imagen2{
        width: 400px;
        height: 500px;
    }
}

@media(max-width:1030px){
    #HeaderPresentacion2{
        font-size: 25px;
        width: 500px;
        margin-left: 10px;
    }
    #TextoMini2{
            width: 500px;
            height: 660px;
            margin-left: 35px;
            margin-top: 1rem;
    }
    #Iconos{
        font-size: 20px;
    }
    #LineaVertical2{
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .Icono-Persona{
        padding-left: 30px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 20px;
    }
    #Imagen2{
        width: 400px;
        height: 500px;
    }
}

@media(max-width:985px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 180px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 250px !important;
        width: 450px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 215px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        padding-top: 20px;
        margin-top: 200px;
        margin-bottom: 5rem;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:830px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 110px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 180px !important;
        width: 450px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 120px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 100px;
        margin-bottom: 5rem;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:730px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 70px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 130px !important;
        width: 450px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 85px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 100px;
        margin-bottom: 5rem;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:690px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 40px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 90px !important;
        width: 450px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 55px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 100px;
        margin-bottom: 5rem;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:620px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 10px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 70px !important;
        width: 450px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 40px !important;
    }
    .Icono-Reloj{
        margin-left: 10px !important;
    }
    .Icono-Lugar{
        margin-left: 10px !important;
    }
    #Iconos{
        margin-top: 100px;
        margin-bottom: 5rem;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:587px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 55px;
        font-size: 22px;
        width: 400px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 85px !important;
        width: 380px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 0px !important;
        padding-bottom: 5px;
    }
    .Icono-Reloj{
        margin-left: 0px !important;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .Icono-Lugar{
        margin-left: 0px !important;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #Iconos{
        margin-bottom: 5rem;
        display: block !important;
        font-size: 25px !important;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
    }
}

@media(max-width:500px){
    #Imagen2{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        display: none;
    }
    #HeaderPresentacion2{
        margin-left: 15px;
        font-size: 22px;
        width: 400px;
    }
    #TextoMini2{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 45px !important;
        width: 380px !important;
    }
    .Presentacion2{
        display: block !important;
        text-align: center;
        margin-top: 2rem;
    }
    #LineaVertical2{
        display: none;
    }
    .Icono-Persona{
        padding-left: 0px !important;
        padding-bottom: 5px;
    }
    .Icono-Reloj{
        margin-left: 0px !important;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .Icono-Lugar{
        margin-left: 0px !important;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #Iconos{
        margin-top: 240px;
        margin-bottom: 5rem;
        display: block !important;
        font-size: 25px !important;
    }
    #ImagenMovil{
        display: inline !important;
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        border-radius: 1rem;
        margin-right: 10px;
    }
}


/* Segundo Contenido */


/* Iconos */

.Icono-Persona{
    padding-left: 15rem;
    margin-right: 10px;
}

.Icono-Reloj{
    margin-left: 6rem;
    margin-right: 10px;
}

.Icono-Lugar{
    margin-left: 6rem;
    margin-right: 10px;
}

#Iconos {
    display: flex;
    color: #71bdff;
    margin-top: 4rem;
    font-size: 25px;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

/* Iconos */






/* Tercer Contenido */

#LineaVertical3{
    margin-bottom: 10rem;
    margin-left: 2rem;
}

.Presentacion3{
    display: flex;
    text-align: center;
    padding-top: 10rem;
}

#Imagen3{
    margin-left: 10rem;
    margin-bottom: 10rem;
    animation: backwards 0.5s;
    border-radius: 1rem;
}
#HeaderPresentacion3{
    padding-left: 1rem;
    color: beige;
    font-family:'Roboto Slab', serif;
    text-decoration:underline;
}

#TextoMini3{
    margin-top: 3rem;
    color: white;
    font-family:'Roboto Slab', serif;
    font-size: 1.25rem;
    margin-left: 5rem;
    width: 55rem;
    text-align: left !important;
}

@media (max-width:1700px){
    #Imagen3{
        height: 450px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion3{
        padding-left: 0rem !important;
        font-size: 30px;
        width: 750px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 21px !important;
        margin-left: 4.5rem !important;
        width: 500px !important;
    }
  }

@media (max-width:1400px){
    #Imagen3{
        height: 450px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion3{
        padding-left: 0rem !important;
        font-size: 25px;
        width: 600px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 17.5px !important;
        margin-left: 3rem !important;
        width: 500px !important;
    }
  }

  @media (max-width:1300px){
    #Imagen3{
        height: 375px;  
        width: 500px;
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion3{
        padding-left: 0rem !important;
        font-size: 28px;
        width: 600px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 2rem !important;
        width: 500px !important;
    }
  }

  @media (max-width:1214px){
    #Imagen3{
        height: 375px;  
        width: 400px;
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion3{
        padding-left: 1rem !important;
        font-size: 24px;
        width: 525px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 19px !important;
        margin-left: 2rem !important;
        width: 475px !important;
    }
    .Presentacion3{
        padding-top: 3rem;
    }
  }

@media (max-width:1024px){
    #Imagen3{
        height: 300px;  
        margin-left: 3.75rem !important;
    }
    #HeaderPresentacion3{
        padding-left: 40px !important;
        font-size: 22px;
        width: 450px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 18px !important;
        margin-left: 3rem !important;
        width: 425px !important;
    }
    #LineaVertical3{
        margin-bottom: 0.5rem;
    }
  }

  @media (max-width:990px){
    #Imagen3{
    height: 200px;  
    width: 275px;
    margin-bottom: 40px !important;
    margin-right: 2.5rem;
}
#HeaderPresentacion3{
    margin-left: 200px;
    margin-right: 1000px;
    font-size: 22px;
    width: 560px;
}
#TextoMini3{
    margin-top: 1rem !important;
    font-size: 20px !important;
    margin-left: 260px !important;
    width: 470px !important;
}
#Linea-Divisora{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.Presentacion3{
    display: block !important;
    text-align: center;
}
#LineaVertical3{
    display: none;
}
#Garza{
    margin-left: 1rem;
}
}


  @media (max-width:930px){
    #Imagen3{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion3{
        margin-left: 200px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 290px !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
    }
    #LineaVertical3{
        display: none;
    }
  }


  

  @media(max-width:830px){
    #Imagen3{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion3{
        margin-left: 100px;
        margin-right: 1000px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 180px !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
    }
    #LineaVertical3{
        display: none;
    }
  }

  @media(max-width:700px){
    #Imagen3{
        height: 200px;  
        width: 275px;
        margin-bottom: 40px !important;
        margin-right: 50px;
    }
    #HeaderPresentacion3{
        margin-left: 30px;
        font-size: 22px;
        width: 560px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 100px !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
    }
    #LineaVertical3{
        display: none;
    }
  }

  @media (max-width:630px){
    #Imagen3{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion3{
        margin-left: 25px;
        font-size: 22px;
        width: 470px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 20px !important;
        margin-left: 4rem !important;
        width: 450px !important;
    }
    #Linea-Divisora{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
        padding-top: 1rem;
    }
    #LineaVertical3{
        display: none;
    }
  }

  @media (max-width:530px){
    #Imagen3{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion3{
        padding-left: 10px !important;
        margin-left: 0rem;
        font-size: 20px;
        width: 450px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 18px !important;
        margin-left: 2.75rem !important;
        width: 400px !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
    }
    #LineaVertical3{
        display: none;
    }
  }

  @media (max-width:470px){
    #Imagen3{
        height: 200px;  
        margin-left: 0rem !important;
        width: 275px;
        margin-bottom: 40px !important;
    }
    #HeaderPresentacion3{
        padding-left: 1rem !important;
        font-size: 20px;
        width: 400px;
    }
    #TextoMini3{
        margin-top: 1rem !important;
        font-size: 18px !important;
        margin-left: 2.3rem !important;
        width: 335px !important;
    }
    .Presentacion3{
        display: block !important;
        text-align: center;
    }
    #LineaVertical3{
        display: none;
    }
  }

  @media (max-width:340px){
    #Imagen03, #Imagen02, #Imagen01{
        height: 250px!important;
        width: 250px!important;
        margin-left: auto;
        margin-right: auto;
    }
  }
/* Tercer Contenido */




/* Otros Servicios */

#Presentacion4{
    margin-left: 175px;
    margin-bottom: 10rem;
    font-family:'Roboto Slab', serif;
}

#Header4{
    color: white;
    text-shadow: #97d4ff 2px 2px;
    font-size: 40px;
    margin-bottom: 25px;
}

#Texto4{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    width: 1450px;
}

.FondoServicios{
    background-color: rgba(219, 239, 255, 0.856);
    border-radius: 20px;
    width: 1465px;
    height: 165px;
    padding-top: 30px;
    padding-left: 30px;
}

@media(max-width:1700px){
    #Presentacion4{
        margin-left: 75px;
    }
}

@media(max-width:1570px){
    #Presentacion4{
        margin-left: 20px;
    }
}

@media(max-width:1510px){
    #Presentacion4{
        margin-left: 45px;
    }
    #Texto4{
        width: 1300px;
    }
    .FondoServicios{
        width: 1350px;
    }
}

@media(max-width:1420px){
    #Presentacion4{
            margin-left: 55px;
    }
    #Texto4{
            width: 1150px;
    }
    .FondoServicios{
            width: 1200px;
    }
}

@media(max-width:1280px){
    #Presentacion4{
            margin-left: 55px;
    }
    #Texto4{
            width: 1050px;
    }
    .FondoServicios{
            width: 1100px;
            height: 190px;
    }
}

@media(max-width:1190px){
    #Presentacion4{
            margin-left: 80px;
    }
    #Texto4{
            width: 950px;
    }
    .FondoServicios{
            width: 1000px;
            height: 200px;
    }
}

@media(max-width:1100px){
    #Presentacion4{
            margin-left: 80px;
    }
    #Texto4{
            width: 850px;
    }
    .FondoServicios{
            width: 900px;
            height: 230px;
    }
}

@media(max-width:1020px){
    #Presentacion4{
            margin-left: 80px;
    }
    #Texto4{
            width: 780px;
    }
    .FondoServicios{
            width: 830px;
            height: 220px;
    }
}


@media(max-width:950px){
    #Presentacion4{
            margin-left: 80px;
    }
    #Texto4{
            width: 700px;
    }
    .FondoServicios{
            width: 750px;
            height: 240px;
    }
}

@media(max-width:860px){
    #Presentacion4{
            margin-left: 65px;
    }
    #Texto4{
            width: 645px;
    }
    .FondoServicios{
            width: 700px;
            height: 255px;
    }
}

@media(max-width:800px){
    #Presentacion4{
            margin-left: 65px;
    }
    #Texto4{
            width: 620px;
    }
    .FondoServicios{
            width: 650px;
            height: 290px;
    }
}

@media(max-width:720px){
    #Presentacion4{
        margin-left: 10px;
        margin-top: 2rem;
    }
    #Texto4{
        width: 600px;
    }
    .FondoServicios{
        width: 650px;
        height: 290px;
        margin-left: 1.5rem;
    }
    #Header4{
        text-align: left;
        margin-left: 3rem;
    }
}

@media(max-width:720px){
    #Presentacion4{
        margin-left: 10px;
        margin-top: 2rem;
    }
    #Texto4{
        width: 575px;
    }
    .FondoServicios{
        width: 610px;
        height: 275px;
        margin-left: 1.5rem;
    }
    #Header4{
        text-align: left;
    }
}

@media(max-width:610px){
    #Presentacion4{
            margin-left: 10px;
            margin-top: 2rem;
    }
    #Texto4{
            width: 500px;
    }
    .FondoServicios{
            width: 550px;
            height: 310px;
    }
    #Header4{
        text-align: left;
    }
}

@media(max-width:600px){
    #Presentacion4{
            margin-left: 50px;
            margin-top: 2rem;
    }
    #Texto4{
            width: 400px;
    }
    .FondoServicios{
            width: 450px;
            height: 380px;
    }
    #Header4{
        text-align: left;
    }
}
@media(max-width:590px){
    #TextoMini2{
        padding-bottom: 850px;
    }
}
@media(max-width:540px){
    #Presentacion4{
            margin-left: 70px !important;
            margin-top: 3rem;
    }
    #Texto4{
            width: 300px;
    }
    .FondoServicios{
            width: 350px;
            height: 460px;
            margin-right: 100px !important;
            padding-right: 100px;
    }
    #Header4{
        text-align: left;

    }
}

@media(max-width:470px){
    #Presentacion4{
            margin-left: 15px !important;
            margin-top: 3rem;
    }
    #Texto4{
            width: 250px;
    }
    .FondoServicios{
            width: 300px;
            height: 570px;
            margin-left: 50px;
    }
    #Header4{
        text-align: left;
        width: 400px;
    }
}




/* Otros Servicios */


/* Footer */

.divider{
    background-image: url("https://i.ibb.co/KWjcPm3/Footer-pattern.png");
    height: 100px;
    width: 100%;
}
.name{
    font-family:'Roboto Slab', serif;
    font-size: 50px;
}
.desp{
    font-family:'Roboto Slab', serif;
    color:#2e648a;
    text-transform: uppercase;
    margin-left: 65px;
    font-size: 17px;
}


.footer-distributed{
    background: #DBE1E4;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 25px 50px;
  }
  .icoss{
    transition: all 0.2s ease;
  }
  .icoss:hover{
    transform: scale(1.2);
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }

  
  .footer-distributed .footer-left{
    width: 40%;
  }
  .footer-distributed{
    margin-top: -2px;
  }
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
  }
  
  .footer-distributed h3 span{
    color:  lightseagreen;
  }
  
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color:#204158;
    font-weight:400;
    vertical-align: middle;
    margin:0;
    font-family:'Roboto Slab', serif;
    font-size: 16px;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:16px;
    line-height:2;
  }
  
  .footer-distributed .footer-center p a{
    color:#204158;
    text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:#204158;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    font-family:'Roboto Slab', serif;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family:'Roboto Slab', serif;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
  
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
  
    margin-right: 3px;
    margin-bottom: 5px;
  }
  
  @media (max-width: 880px) {
  
    .footer-distributed{
      font: bold 14px sans-serif;
    }
    .desp{
        margin-left: 0;
    }
  
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
  
    .footer-distributed .footer-center i{
      margin-left: 0;
    }
  
  }

.cuerpo{
  animation: transitionIn 0.5s;
}

@keyframes transitionIn {
  from{
    opacity: 0;
    /*transform: rotateX(-10deg);*/
    transform: translateY(-10px);
  }
  to{
    opacity: 1;
    /*transform: rotateX(0deg);*/
    transform: translateY(0px);
  }
}

/* Footer */