* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  scroll-behavior: smooth;
}


@font-face {
  font-family: 'Poppins-Bold';
  src: url(../Fuentes/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url(../Fuentes/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../Fuentes/Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../Fuentes/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../Fuentes/Poppins-SemiBold.ttf) format("truetype");
}

body {
  font-family: 'Poppins-Regular';
  background-color: #F0F2E3;
  font-size: 100%;
}

.contenedor {
  padding: 60px 0;
  width: 90%;
  max-width: 100%;
  margin: auto;
  overflow: clip;
}

/* Header */

header {
  width: 100%;
  height: 100vh;
  background-image: url(../imagenes/fondo1.png);
  background-size: cover;
}

.contenedor-nav-logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #004F5B;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 2;
  /*box-shadow: 1px 1px 14px #2C2323;*/
}


nav{
  text-align: right;
  padding: 0 10px 0 0;
  float: left;
}

nav > a{
  color:#F8F1DB;
  font-weight: 300;
  text-decoration: none;
  margin-right: 0px;
  padding-right: 15px;
  font-size: .75em;

}

nav > a:hover{
  text-decoration: none;
  color: #E5B7E4;
}

.TITULAR{
  width: 55%;
  text-align: left;
  padding-top: 40px;
  z-index: 1;
}

.contenedor_header{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding-top:60px;
  padding-right: 60px;
}

.logo img{
  width: 200px;
  padding: 10px 0 0 10px;
}

.menu-icon{
  display: none;
}

/* About us */

main .sobre-nosotros{
  padding: 70px 0 60px 0;
  justify-content: flex-end;
  width: 100%;
  background-color: #F0F2E3;
}
.contenedor-sobre-nosotros{
  display: flex;
  width: 90%;
  align-items: center;
  padding: 0px 0px 50px 0px;
  margin: auto;
}

.sobre-nosotros{
  width: 80%;
}
.contenido-textos{
  text-align: left;
  width: 50%;
}

.contenedor-devenir{
width: 50%;
text-align: center;
}

.imagen-sobre-nosotros svg{
  width: 105px;
}

.contenido-textos p {
  padding: 0px 0px 30px 0px;
  font-size: .96em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5em;
  color: #000000;
}

.titulo_2 {
  color: #FF805A;
  font-size: 2.5em  ;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.titulo-about-us{
  padding: 0px 0px 10px 0px;
  font-size: 3.5em;
  font-weight: 100;
  text-align: center;
  line-height: 1.1em;
  color: #004F5B;
}

.titulo-about-us-2{
  padding: 0px 0px 10px 0px;
  font-size: 3.5em;
  font-weight: bolder;
  text-align: center;
  line-height: .3em;
  color: #7C5076;
}

span{
  color: #004F5B;
}

/* Servicios */

main .Servicios{
  padding: 70px 0 60px 0;
  justify-content: center;
  width: 100%;
  background-color: #00727D;
}

.titulo_3 {
  color: #E5B7E4;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}
.Servicios img{
  width: 75px;
  padding-bottom: 20px;
}

.contenedor-servicios{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contenedor-servicios h4{
  color: #FFFF;
  font-size: 1.3em;
}


.servicio{
  width: 33%;
  align-items: center;
  text-align: center;
}
#servicio2 img{
  width: 51px;
}

.leyenda p{
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 1em;
  color: #FFFF;
  letter-spacing: 1.5px;
}

.contenedor-redes{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 50px 0px;
}

.red{
  position: relative;
  width: 80px;
  height: 80px;
  padding-right: 80px;
}
.red img{
  width: 52px;
}

.red a{
  position: absolute;
}

.red a:hover{
  text-decoration: none;
  opacity: 0;
}

/* Modalidades */

main .Modalidades{
  padding: 70px 0 60px 0;
  width: 100%;
  background-color: #F0F2E3;
  margin:0;
}
.contenedor-modalidades{
  display: flex;
  width: 100%;
  padding: 0px 0px 50px 0px;
  justify-content: center;
  align-items: baseline;
}

.imagen-mov{
  text-align: center;
}

.modalidad{
  width: 40%;
}
.modalidad2{
  width: 50%;
}

.imagen-modalidad img{
  width: 150px;
}

.contenido-texto{
  display: flex;
  width: 70%;
  margin: auto;
  align-items:center;
}

.marcadores{
  height: 160px;;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
}

.marcador1 img{
  width: 35px;
}

.marcador2 img{
  width: 35px;
}

.titulo-modalidad{
  color: #00727D;
}


/* Algunos motivos */

main .Motivos{
  padding: 70px 0 90px 0;
  justify-content: center;
  width: 100%;
  background-color: #00727D;
}

.titulo_3 {
  color: #E5B7E4;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
  z-index: 1;
}

#esp_3{
  display: none;
}

.titulo_3b{
  display: none;
}

.Motivos img{
  padding-bottom: 20px;
}

.imagen-motivos svg{
  width: 115px;
  z-index: 1
}

.contenedor-motivos{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 20px;
}

.imagen-motivos {
  width: 30%;
  text-align: center;
  z-index: 1;
}

.contenedor-lista-motivos{
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items:baseline;
  z-index: 1;
}

.lista-motivos1 li{
  font-size: 1.1em;
  color: #FFFF;
  list-style: none;
  line-height: 2em;
  padding-left: 40px;

}

.lista-motivos2 li{
  font-size: 1.1em;
  color: #FFFF;
  list-style: none;
  line-height: 2em;

}

#bullet1 {
  color: #FF805A;
  font-weight: bold;
}

#bullet2 {
  color: #E5B7E4;
  font-weight: bold;
}

.marca-agua{
  width: 100%;
  position: absolute;
  text-align: left;
  z-index: 0;

}

.marca-agua img{
  width: 450px;
  opacity: 70%;
}

#m-agua2{
  display: none;
}

/*Preguntas frecuentes*/
main .Preguntas-frecuentes{
  padding: 70px 0 60px 0;
  width: 100%;
  background-color: #F0F2E3;
  margin: 0;
}

.listado-preguntas{
  width: 60%;
  margin: auto;
  padding: 40px 0px 40px 0px;
}

.pregunta{
  width: 80%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pregunta a{
  text-decoration: none;
  color: #7C5076;
  font-weight: bold;
}

.pregunta h4{
  text-decoration: none;
  font-weight: normal;
}

.pregunta p {
  font-size: .9em;
  font-weight: lighter;
  box-sizing: border-box;
  text-align: justify;
}

main .Preguntas-frecuentes{
  width: 100%;
  padding: 70px 0 60px 0;
  margin: auto;
}
.contenedor-preguntas{
  display: flex;
  width: 80%;
  margin: auto;
  padding: 0px 0px 50px 0px;
  justify-content: space-evenly;
  align-items: center;
}

.imagen-pregunta{
  width: 40%;
  text-align: center;
}
.listado-preguntas{
  width: 60%;
}

.imagen-pregunta svg{
  width: 115px;
}

.listado-preguntas hr{
  width: 80%;
  border-color: #00727D;
}

.titulo_2b{
  display: none;
}

/* Blog */

main .Blog{
  padding: 70px 0 90px 0;
  justify-content: center;
  width: 100%;
  background-color: #00727D;
}

.titulo_3 {
  color: #E5B7E4;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}
.Blog img{
  width: 95px;
  padding-bottom: 20px;
}

.contenedor-blog{
  display: flex;
  padding: 70px 0 70px 0;
}

.contenedor-categoria{
  display: flex;
  justify-content: space-evenly;
  width: 70%;
}

.contenedor-categoria h4{
  color: #FFFF;
  font-size: 1.3em;
}

.categoria{
  width: 25%;
  align-items: center;
  text-align: center;
}

.imagen-blog{
  width: 30%;
  text-align: center;
}

.imagen-blog svg{
  width: 115px;
}

/* Contacto*/
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.Contacto {
  width: 100%;
  height:100%;
  background-color: #004F5B;
  justify-content: center;
  align-items: baseline;
  padding-top: 90px;
}

.contenedor-redes2{
  width: 80%;
  display: flex;
  margin: auto;
  align-items: flex-end;
  font-size: 1em;
  color: #fff;
  padding-bottom: 105px;
  justify-content: space-evenly;
  text-align: center;
}

.siguenos{
  width:20%;
  text-align: center;

}
.redes{
  width:100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.contactanos{
  width:100%;
  display: flex;
  text-align: left;
  padding-bottom: 20px;
}
.llama-escribenos{
  width:80%;
  display: flex;
  text-align: left;
}

.mail{
  width:100%;
  display: flex;
  text-align: left;
  padding-left: 40px;
}

.titulos-contacto{
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.titulos-contacto-2{
  width: 60%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.textos-contactanos{
  font-size: .9em;
}

.red{
  width: 70px;
  margin: 0;
  height: 70px;
  text-align: center;
  justify-content: center;
  padding: 0px;
}

#contactanos{
  padding-right: 30px;
}
#mail{
  padding-right: 30px;
}
.titulos-contacto h2 {
  color: #E5B7E4;
  font-size: 2em  ;
  text-align: center;
  padding: 20px 0px;
}
.titulos-contacto-2 h2 {
  color: #E5B7E4;
  font-size: 2em  ;
  text-align: center;
  padding: 20px 0px;
}
.marca{
  background-color: #023E44;
  display: flex;
  width: 100%;
  margin: auto;
  font-size: .9em;
  color: #fff;
  justify-content: center;
  border-top: 1px solid #fff;
}

.titulo-final{
  padding-top: 40px;
  padding-bottom: 40px;
}

.marca span{
  font-size: .9em;
  color: #fff;
  font-weight: normal;
}

/*scroll_to top*/

.to_top{
  display: flex;
  text-align: center;
  justify-content: flex-end;

}
.to-top {
  position: fixed;
  bottom: 16px;
  right:32px;
  width: 50px;
  height: 50px;
  display: flex ;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.to-top img{
  width: 80px;
}


.to-top.active{
  bottom: 32px;
  right: 32px;
  pointer-events: auto;
  opacity: 1;

}

/*animacion-scroll*/
/*sobre-nosotros*/

#Capa_1{
  animation: animation--show1 ease-out;
  animation-timeline: view();
}

#FLOR{
  animation: animation--show ease-out;
  animation-timeline: view();
  animation-delay: 3s;
}



@keyframes animation--show1{
  from{
    opacity: 0;
    transform: translateY(100px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes animation--show{
  10%{
    opacity: 0;
    transform: translateY(125px);
  }
  70%{
    opacity: 1;
    transform: translateY(0px);
  }
}

/*sobre-nosotros_titulos*/

#contenedor_titulos{
  animation: animation--show3 ease-out;
  animation-timeline: view();
}


@keyframes animation--show3{
  from{
    opacity: 0;
    transform: translateX(-50px);
  }
  20%{
    opacity: 1;
    transform: translateX(0px);
  }
}

/*animacion-scroll*/
/*motivos*/

#Capa_2 {
  animation: animation--show4 ease-out;
  animation-timeline: view();
}

#maraña{
  animation: animation--show5 ease-out;
  animation-timeline: view();
  animation-delay: 3s;
}



@keyframes animation--show4{
  from{
    opacity: 0;
    transform: translateY(100px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes animation--show5{
  from{
    opacity: 0;
    transform: translateY(125px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

/*animacion-scroll*/
/*preguntas*/

#Capa_3 {
  animation: animation--show4 ease-out;
  animation-timeline: view();
}

#signos{
  animation: animation--show5 ease-out;
  animation-timeline: view();
}


@keyframes animation--show4{
  from{
    opacity: 0;
    transform: translateY(100px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes animation--show5{
  from{
    opacity: 0;
    transform: translateY(125px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.st0c{
  animation: animation--show6 2s ease-in infinite;
}

@keyframes animation--show6{
  30%{
    transform: rotateZ(0deg);
  }
  60%{
    transform: rotateZ(4deg);
  }
  90%{
    transform: rotateZ(0deg);
  }
}

#signos .st1c{
  animation: animation--show7 2s ease-in infinite;
}

@keyframes animation--show7{
  30%{
    transform: rotateZ(0deg);
  }
  60%{
    transform: rotateZ(-5deg);
  }
  90%{
    transform: rotateZ(0deg);
  }
}

.st2{
  animation: animation--show8 2s ease-in infinite;
}

@keyframes animation--show8{
  30%{
    transform: rotateX(0deg);
  }
  60%{
    transform: rotateX(-20deg);
  }
  90%{
    transform: rotateX(0deg);
  }
}

.st3{
  animation: animation--show9 2s ease-in infinite;
}


@keyframes animation--show9{
  30%{
    transform: rotateY(0deg);
  }
  60%{
    transform: rotateY(10deg);
  }
  90%{
    transform: rotateY(0deg);
  }
}

/*animacion-scroll*/
/*blog*/

#taza{
  animation: animation--show10 ease-out;
  animation-timeline: view();
}

#pluma{
  animation: animation--show11 ease-out;
  animation-timeline: view();
  animation-delay: 3s;
}
#garabato{
  animation: animation--show11 ease-out;
  animation-timeline: view();
  animation-delay: 3s;
}




@keyframes animation--show10{
  from{
    opacity: 0;
    transform: translateY(60px);
  }
  50%{
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes animation--show11{
  10%{
    opacity: 0;

  }
  50%{
    opacity: 1;
  }
}

/*responsive*/
@media screen and (max-width:900px){
  nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 5px;
    padding-right: 5px;
    font-size: .65em;
  }

  /*sobre-nosotros*/

  .Sobre-nosotros{
    padding-top: 30px;
  }

/*Modalidades*/

.contenido-texto p{
  width: 100%;
  font-size: .9em;
}

  .marcador1 img{
    width: 25px;
    padding-top: 5px;
  }

  .marcador2 img{
    width: 25px;
    padding-bottom: 5px;
  }

/*contacto*/

  .Contacto{
    padding-top: 120px;
  }

  .contenedor-redes2{
    width: 90%;
    font-size:.85em;
}
.contactanos{
  display: flex;
  flex-direction: column;
}
.contenedor-redes2{
  align-items: baseline;
}
.mail{
  padding-left: 0px;
}
.siguenos{
  width:40%;
}
.titulos-contacto{
  padding-bottom: 5px;
}
.titulos-contacto-2{
  padding-bottom: 5px;
}

}


@media screen and (max-width:768px){

/*header*/

  header {
    width: 100%;
    height: 100vh;
    background-image: url(../imagenes/fondo_4.png);
    background-size: cover;
  }

  .contenedor-nav-logo{
    height: 80px;
  }

  .logo img{
    width: 180px;
    padding: 10px 0 0 10px;
  }

  .contenedor_header{
    justify-content: center;
    padding-top: 160px;
  }

/*sobre-nosotros*/

  .contenedor-sobre-nosotros{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .imagen-about-us{
    width: 492px;
  }

  .sobre-nosotros{
    width: 90%;
  }

  .contenido-textos{
    text-align: left;
    width: 70%;
    padding-top: 30px;
  }

/*Modalidades*/

.contenido-texto p{
  width: 100%;
  font-size: .9em;
}

.contenido-texto{
  width: 100%;
}

.marcador1 img{
  width: 25px;
  padding-top: 15px;
}

.marcador2 img{
  width: 25px;
  padding-bottom: 15px;
}

  /*nav-bar*/

  nav{
    position: absolute;
    top: 80px;
    left: 0;
    align-items: center;
    text-align: left;
    background: rgba(30, 60, 59, .66);
    width: 100%;
    height: 200px;
    z-index: 1;
    padding: 10px 0 10px 10px;
    display: none;
    flex-direction: column;
    align-items: flex-start;

  }

  nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    font-size: .8em;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
  }

  .contenedor-nav-logo{
    height: 80px;
  }


  nav > a:hover{
    text-decoration: none;
    color: #E5B7E4;
  }

  .menu-icon{
    display: block;
    padding: 0 30px 0 0;
    width: 60px;
  }


/*motivos*/

.lista-motivos1 li{
  font-size: 1em;
}

.lista-motivos2 li{
  font-size: 1em;
  padding-left: 40px;
}

/*contacto*/

.contactanos{
  display: flex;
  flex-direction: column;
}

.mail{
  padding-left: 0px;
}

.titulos-contacto{
  padding-bottom: 5px;
}
.titulos-contacto-2{
  padding-bottom: 5px;
}

.siguenos{
  width:40%;
}

.contenedor-redes2{
  align-items: baseline;
}

.redes{
  padding-bottom: 3px;
}

}

@media screen and (max-width:500px){

  /*header*/

    header {
      width: 100%;
      height: 70vh;
      background-image: url(../imagenes/fondo_4c.png);
      background-size: cover;
      background-repeat: no-repeat;
    }

    .contenedor-nav-logo{
      height: 80px;
    }

    .logo img{
      width: 180px;
    }

    nav > a{
      padding-bottom: 5px;
    }


      /*sobre-mosotros*/

    .contenedor-sobre-nosotros{
      width: 100%;
      padding-top: 20px;
    }

    .contenedor-devenir{
      width: 80%;
    }

    .contenedor_titulos{
      width: 100%;
      display: flex inline;
      align-items: baseline;
    }

    .titulo-about-us{
      width: 50%;
      padding: 0px 0px 10px 0px;
      font-size: 1.4em;
      font-weight: SemiBold;
      text-align: right;

      color: #004F5B;
    }

    .titulo-about-us-2{
      width: 50%;
      padding: 0px 0px 10px 7px;
      font-size: 1.4em;
      font-weight: ExtraBold;
      text-align: left;
      color: #7C5076;
    }

    .contenido-textos{
      width: 85%;
      padding-top: 0px;
    }

    .Sobre-nosotros .titulo_2{
      font-size: 2em;
      padding-top: 40px;
    }

    .imagen-sobre-nosotros svg{
      width: 75px;
    }

    #esp_1{
      display: none;
    }

    .Sobre-nosotros .titulo_2{
      display: none;
      padding-top: 0px;
    }

    #Sobre-nosotros{
      padding-top: 0px;
    }




      /*Servicios*/

      .contenedor-servicios{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .servicio h4{
        font-size: .9em;
      }

      .Servicios img{
        width: 60px;
        padding-bottom: 0px;
      }

      #servicio2 {
        width: 40px;
        padding-bottom: 40px;
      }
      .contenedor-servicios #servicio2 {
        width: 100%;
        padding-bottom: 40px;
      }

      .servicio{
        padding-bottom: 40px;
      }

      .leyenda{
        width: 100%;
        display: flex;
        justify-content: center;

      }

      .leyenda p{
        width: 80%;
        margin: 0;
        font-family:'Poppins-Regular';
        font-size: .48em;
      }

      .red img{
        width: 42px;
      }

      .Servicios .titulo_3{
      font-size: 2em;
    }

    /*Modalidades*/

    .contenedor-modalidades{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .modalidad {
      width: 100%;
      padding-bottom: 30px;
    }

    .contenido-texto{
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .contenido-texto p{
      width: 65%;
      text-align: left;
      padding-left: 10px;
    }

    .imagen-modalidad img{
      width: 65px;
    }

    .modalidad2 {
      width: 100%;
    }

    .Modalidades .titulo_2{
      font-size: 2em;
    }

    .marcadores{
      height: 130px;
      padding: 0px;
    }

    .marcador1 img{
      width: 25px;
      padding-top: 5px;
    }

    .marcador2 img{
      width: 25px;
      padding-top: 35px;
    }



    /*Motivos*/
    .contenedor-motivos{
      width: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 40px;
    }

    .contenedor-lista-motivos{
      width: 90%;
      display: flex;
      flex-direction: column;
    }

    .lista-motivos1{
      width: 100%
    }
    .lista-motivos2{
      width: 100%
    }

    .lista-motivos2 #esp_2{
      display: none;
    }

    #esp_3{
      display: flex;
    }

    .imagen-motivos svg{
      width: 75px;
    }

    #titulo_3_m{
      display: none;
    }

    .titulo_3b{
      display: flex;
      color: #E5B7E4;
      font-size: 1.7em;
      text-align: center;
    }

    .marcador1 img{
      width: 25px;
    }

    .marcador2 img{
      width: 25px;
    }

    #m-agua1{
      display: none;
    }

    #m-agua2{
      display: flex;
      justify-content: flex-end;
    }

    #m-agua2 img{
      width: 220px;
    }

    .marca-agua{
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-top: 600px;
      padding-right: 20px;
    }

/*Preguntas*/

.contenedor-preguntas{
  display: flex;
  flex-direction: column;
  padding: 30px 0px 0px 0px;
}

#titulo_2_p{
  display: none;
}

.titulo_2b{
  display: flex;
  color: #FF805A;
  font-size: 1.7em;
  text-align: center;
}
.imagen-pregunta{
  padding-bottom: 10px;
}

.imagen-pregunta svg{
  width: 75px;
}

.listado-preguntas{
  width: 100%;
}

.listado-preguntas hr{
  width: 100%;
}

.pregunta{
  width: 100%;
}

/* Blog */

.contenedor-blog{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contenedor-categoria{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.contenedor-categoria h4{
  color: #FFFF;
  font-size: 1.3em;
}

.categoria{
  width: 80%;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}

.imagen-blog{
  width: 80%;
  text-align: center;
}

.imagen-blog svg{
  width: 75px;
}

.Blog img{
  width: 65px;
  padding-bottom: 20px;
}
#titulo_3_bl{
  display: none;
}

.titulo_3b{
  display: flex;
  color: #E5B7E4;
  font-size: 1.7em;
  text-align: center;
}

/*CONTACTO*/

.Contacto{
  padding-top: 70px;
}

.contenedor-redes2{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.llama-escribenos{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mail{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contactanos{
  display: flex;
  align-items: center;
}

.siguenos{
    width:80%;
}

#contactanos{
  padding: 0px;
  height: 50px;
}
#mail{
  padding: 0px;
  height: 50px;
  margin-top: 20px;
}

.textos-contactanos{
  font-size: 1.3em;
}

.textos-mail{
  font-size: 1.3em;
}

}

