@charset "UTF-8";

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand-Regular.ttf') format('ttf'),
          url('../fuentes/Quicksand-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand-Italic.ttf') format('ttf'),
          url('../fuentes/Quicksand-Italic.ttf') format('ttf');
      font-weight: bold;
      font-style: normal;
  }

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand Bold.ttf') format('ttf'),
          url('../fuentes/Quicksand Bold.ttf') format('ttf');
      font-weight: bold;
      font-style: normal;
  }

html {
  font-size: 15px; }


body {
  font-family: 'Quicksand', sans-serif;
  color: #010101; }

p {
 font-family: 'Quicksand', sans-serif;
color: #979797;
font-size: 1rem
text-align:center;
}


 h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
    
  }
h2 {
  font-family: 'Quicksand', sans-serif;
  font-size:1.7rem;
  font-weight: bold;

    
  }
h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
    
  }
h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: bold;
    
  }
h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
    
  }
h6 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
    
  }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.7rem;
    border-radius: 0.3rem;

}

.bienvenidos {
   background: url("../images/fondodiseacril.webp") no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


.bienvenidos1 {
  background: url("../images/avisos/aviso1.webp") no-repeat center top;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  background-size: cover;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


.ideas {

  background: url("../images/ideas/acrilico01.webp") no-repeat center top;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  background-size: cover;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


.vinilo {
  background: url("../images/vinilos/vinilo1.webp") no-repeat center top;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  background-size: cover;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.senalizacion {
  background: url("../images/senalizacion/senalizacion1.webp") no-repeat center top;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  background-size: cover;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


.servicios {
 background: url("../images/contactenos1.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-attachment: fixed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


  .servicios h2{
     color: #fff;
  font-size:1.7rem;
  font-weight: bold;

  }

.encabezado {
    background: rgba(27,18,15,0.5);
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    padding: .9rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.encabezado.fondo-menu {

  padding: 1rem 0; }

.encabezado .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.encabezado .logo img {
  width: 210px;
  height: auto; 

}

/*Estilos para el boton: buscar y menu*/

.boton-menu {
  border: 0;
  font-size:1.7rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #fff; }


.boton-menu:focus {
  outline: 0; }

/*----------------------------
superior
----------------------------*/
.superior {
  background: #fff;
  color: #fc0a1c; 
  width: 100%;
}
.superior .text {
   width: 100%;
   font-size: 1.4rem;

 }


.superior h4 {
  color: #fc0a1c;
  font-size: 1.7rem;
  font-weight: bold;
   }

.superior ul,
.superior ul li {
  list-style: none; }

.superior .redes-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.superior .redes-sociales a {
  color: #fc0a1c;
  font-size: 1.7rem;
  margin: 0 .5rem;
  opacity: .7;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.superior .redes-sociales a:hover {
  opacity: 1;
   }


#menu-principal {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#menu-principal ul {
 padding: 30px 0px;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu-principal ul a {
  display: block;
  padding: .9rem 0;
  text-align: center;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  text-decoration: none; }

#menu-principal ul a:hover,
#menu-principal ul li.active a {
  color: #fc0a1c;
 }

.texto-encabezado {
  position: relative;
  z-index: 2;
  background-color: transparent; 
  font-family: 'Quicksand', sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.texto-encabezado p {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}

.texto-encabezado .btn-primary {
  margin-top: 1rem;
  font-family: 'Quicksand', sans-serif;
 }

.btn-primary {
  color: #fff;
  background-color: transparent; 
  border: 2px solid #fff;
  font-size: 1.7rem;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: #010101;
  font-weight: bold;
  font-size: 1.7rem;
  border: 1px solid #fff;

    
 }

 .texto-encabezado .btn-primary2 {
  margin-top: 1rem;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
 }


 .btn-primary2 {
  color: #fff;
  background-color: #fc0a1c; 
  border: 2px solid #fc0a1c;
  font-size: 1.7rem;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active:hover {
  background-color: #010101;
  font-weight: bold;
  font-size: 1.7rem;
  border: 1px solid #fff;

    
 }



 .btn1 {
  color: #fc0a1c;
  font-family: 'Quicksand', sans-serif;
  background-color: transparent; 
  border: 2px solid #fc0a1c;
  padding-bottom: 20px;
  font-size: 1.7rem;
  text-decoration: none;
  font-size: 1.7rem;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.btn1:hover,
.btn1:focus,
.btn1:active:hover {
  background-color: #fc0a1c;
  font-weight: bold;
  font-size: 1.7rem;
  border: 1px solid #fff;}


.boton {
  margin-top: auto;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  background-color: transparent; 
  border: 2px solid #fff;
  font-size: 1.7rem;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.boton:hover,
.boton:focus,
.boton:active:hover {
  background-color: #010101;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  border: 1px solid #fff;}


 



.flecha-bajar a {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/*-----------------------------
SECCION 
------------------------------*/

.testimonials-section {
    background: #fc0a1c;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
     position: relative;
     text-align: center;

}


.testimonials-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}

.testimonials-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}



.testimonials-section .container {
  position: relative;
  z-index: 9;
}

.testimonials-section .qut {
  color: #fff;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}




.testimonials1-section {
    margin: 0;
    font-family: 'Quicksand', sans-serif;

}
.testimonials1-section {
  position: relative;
  text-align: center;

}

.testimonials1-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;

}

.testimonials1-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}



.testimonials1-section .container {
  position: relative;
  z-index: 9;
}

.testimonials1-section .qut {
  color: #fc0a1c;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}

.testimonials1-section .qut {
  color: #fc0a1c;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}


.testimonials2-section {
    background: #fc0a1c;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
     position: relative;
     text-align: center;

}


.testimonials2-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}

.testimonials2-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}



.testimonials2-section .container {
  position: relative;
  z-index: 9;
}

.testimonials2-section .qut {
  color: #fff;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}


.ts-item p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

.ts-item a {
  
  margin-bottom: 20px;
}



.team-member {
  padding-right: 67px;
  position: relative;
  font-family: 'Quicksand', sans-serif;
}

.team-member img {
  min-width: 100%;
}

.team-member .member-info {
  position: absolute;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 230px;
  background: #fff;
  bottom: 37px;
  right: 0;
  -webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
          box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-member .member-info h2 {
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 0;
}

.team-member .member-info p {
  color: #010101;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.team-member:hover .member-info {
  background: #baff00;
  -webkit-box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
          box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
}

.promo-section {
  padding-top: 90px;
  padding-bottom: 150px;
}

.promo-text h1 {
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
}

.promo-text p {
  font-size: 16px;
  font-weight: 500;
  color: #fc0a1c;
  margin-bottom: 0;
  font-family: 'Quicksand', sans-serif;
}

.slide-num-holder.test-slider {
  right: auto;
  left: 100%;
  bottom: -160px;
  width: 160px;
  height: 230px;
  padding-right: 30px;
  padding-top: 80px;
}

/*-----------------------------
SECCION AGENCIA
------------------------------*/
.agencia {
  background: #fff;
  color: #010101;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 20px;

 }

.agencia h2 {
color: #fc0a1c;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
font-size: 1.7rem;
 text-align: center;
}

.agencia p {

color: #272727;
font-family: 'Quicksand', sans-serif;
font-weight: normal;
font-size:1rem;
text-align: center;
}

.agencia img {
  width: 100%;
  margin: 0 auto;
  display: block;
  
}
.acrilico {
 width: 100%; 
 font-family: 'Quicksand', sans-serif;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);}

.linea {
 background-color: #fff!important;}

/*-----------------------------
SECCION paginas internas
------------------------------*/
.avisos {
  background: #fff;
  color: #010101;
  font-family: 'Quicksand', sans-serif;
 }

.avisos h2 {
padding-top: 20px;
color: #fc0a1c;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
}

.avisos img {
  width: 100%;
  margin: 0 auto;
  display: block;
 
 
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #fc0a1c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'Quicksand', sans-serif;
}

.page-link:hover{
    color: #fff;
    background-color: #fc0a1c;
    font-weight: bold;

}






/*----------------------------------------
SECCION PIE DE PAGINA
-----------------------------------------*/
.pie {
  width: 100%;
  font-size: 1rem;
 }


.piedepagina {
  background: #010101;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  padding: 20px;
   }
.piedepagina h4 {
   padding-left: 20px;
   font-weight: bold;
}
.piedepagina p{
 color: #fff;
 font-size: 1rem;

}

.piedepagina .redes-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.piedepagina .redes-sociales a {
  color: #fff;
  font-size: 3rem;
  margin: 0 .5rem;
  opacity: .7;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.piedepagina .redes-sociales a:hover {
  opacity: 1; }

.piedepagina .link {
  font-family: 'Quicksand', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px; 
  display: none;
}

.piedepagina .link ul li  {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: .8rem;
  font-weight: bold;
  padding-left: 5px;
}

.piedepagina .link a {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: .8rem;
  font-weight: bold;
  padding-left: 5px;
 
   }


.piedepagina .link a:hover{
  font-weight: bold;
  color: #fff;
}

.piedepagina .pie a{
 color: #fff;
 font-size: 1rem;
 text-align: center;

}

.piedepagina .redes-sociales a:hover {
  opacity: 1;
  font-weight: bold; }

/*-----------------------------
SECCION CONTACTO 
------------------------------*/
.contacto {
  background: url("../images/fondocontacto.webp") no-repeat center top;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  height: 100%;
  padding: 20px;
  margin-bottom:0px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

  .contacto h2{
padding-top: 20px;
color: #fff;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
font-size: 1.5rem;
text-align: center;
  }

  .contacto p{
    padding-top: 20px;
color: #fff;
font-family: 'Quicksand', sans-serif;
font-weight: normal;
font-size: 1rem;
text-align: center;

  }



  




/*---------------------------------------------
EMPIEZAN LAS MEDIAS QUERIES
--------------------------------------------*/


@media (min-width: 768px) {
  #menu-principal {
    color: #fc0a1c;
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  #menu-principal ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0; }

  #menu-principal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }

  #menu-principal ul li.active a,
  #menu-principal ul li a:hover {
    color: #fc0a1c;
    border-bottom: 4px solid; }

  .encabezado {
    color: #fff;
    padding: .9rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
  .agencia {
    padding: 70px 20px;
  }


.avisos h2 {
padding-top: 70px;

}

.avisos img {
 
  margin-top: -100px;
 
}



.testimonials1-section {
  position: relative;
  margin: 60px 0;
}
.testimonials1-section .testimonials1-image-box {
  position: absolute;
  width: 50%;
  height: calc(100% + 120px);
  left: 0;
  top: -60px;
  background-image: url("../images/vinilos/vinilos-decorativos-bogota.webp");
  background-repeat: no-repeat;
  background-size: cover;
}




.testimonials2-section {
  position: relative;
  margin: 60px 0;
}
.testimonials2-section .testimonials2-image-box {
  position: absolute;
  width: 50%;
  height: calc(100% + 120px);
  left: 0;
  top: -60px;
  background-image: url("../images/ideas/acrilico7.webp");
  background-repeat: no-repeat;
  background-size: cover;
}



.testimonials-section {
  position: relative;
  margin: 60px 0;
}
.testimonials-section .testimonials-image-box {
  position: absolute;
  width: 50%;
  height: calc(100% + 120px);
  left: 0;
  top: -60px;
  background-image: url("../images/avisos/avisos-acrilicos-bogota.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
 }

@media (min-width: 992px) {
  html {
    font-size: 16px; }


   
p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: normal;
 color: #272727;
    
  }

h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  font-weight: bold;
    
  }
h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
    
  }
h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
    
  }
h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: bold;
    
  }
h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
    
  }
h6 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
    
  } 

  .bienvenidos {
    background: url("../images/fondodiseacril.webp") no-repeat center top;
    background-size: cover;}
  .bienvenidos1 {
    background: url("../images/avisos/aviso.webp") no-repeat center top;
    background-size: cover; }

    .ideas {
    background: url("../images/ideas/ideas1.webp") no-repeat center top;
    background-size: cover; 
    }

    .vinilos {
    background: url("../images/vinilos/vinilo.webp") no-repeat center top;
    background-size: cover; }
    .senalizacion {
    background: url("../images/senalizacion/senalizacion.webp") no-repeat center top;
    background-size: cover; }

  .contacto {
    background: url("../images/fondocontactogrande.webp") no-repeat center top;
    background-size: cover;
    padding: 70px 20px 100px 20px; 
}

  .contacto h2{
    padding-top: 20px;
color: #fff;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
font-size: 1.7rem;
  }



  .testimonials-section:after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}

.testimonials1-section:after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}

.testimonials2-section:after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fc0a1c;
  z-index: 2;
}

/*----------------------------
superior
----------------------------*/
.superior {
  background: #fff;
  color: #fc0a1c;
  width: 100%;
}
.superior .text{
   width: 100%; 
   font-size: 1.4rem;
 }

 .piedepagina {
  background: #010101;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  padding: 70px 20px;
}
 
 .piedepagina p{
 color: #fff;
 font-size: 1rem;

}

.piedepagina .pie p{
 color: #fff;
 font-size: 1rem;
 text-align: left;

}
.piedepagina .pie h2{
 color: #fff;
 font-size: 1.4rem;
 text-align: left;

}

.piedepagina .pie a{
 color: #fff;
 font-size: 1rem;
 text-align: left;

}

.piedepagina .link {
  font-family: 'Quicksand', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px;
  font-size: 1rem;


}

.piedepagina .link a {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px;
 
   }

  .piedepagina .link ul li  {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: .8rem;
  font-weight: bold;
  padding-left: 5px;
}

.piedepagina .link a:hover{
  font-weight: bold;
  color: #fff;
}

.acrilico {
 width: 100%; 
 margin-top: 100px;
}

.agencia h1 {
padding-top: 70px;
color: #fc0a1c;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
font-size:2rem;
}

.agencia p {

color: #272727;
font-family: 'Quicksand', sans-serif;
font-weight: normal;
font-size:1rem;
text-align: left;
}

.testimonials-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: left;
}

.ts-item p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
}

.servicios {
    background: url("../images/contactenos.webp") no-repeat center center;
    background-size: cover; 
   padding: 120px 20px;
   text-align: left;

    }
 .servicios h1{
     color: #fff;
  font-size: 1.7rem;
  font-weight: bold;

  }

  .servicios h2{
     color: #fff;
  font-size: 1.7rem;
  font-weight: bold;

  }

  .servicios p{
     color: #fff;
  font-size: 1.2rem;
  font-weight: bold;

  }


  .testimonials-section {
    background: #fc0a1c;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
     position: relative;
     text-align: left;

}

.testimonials1-section {
    background: #fc0a1c;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
     position: relative;
     text-align: left;

}

.testimonials2-section {
    background: #fc0a1c;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
     position: relative;
     text-align: left;

}

.testimonials-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

.testimonials1-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

.testimonials2-section h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

}




