/*BARRA DE DESPLAZAMIENTO ROOLL DE LA PAGINA WEB*/

:root {
    --main-blanco: #ffffff;
    --main-uno: #01659b;
    --main-dos: black;
    --main-tres: green;
    --main-cuat: #b61334;
    --main-cinc: #d65b10;
    --main-seis: #8c1299;
    --main-amarillo: #fecb03;
  }
  html {
    scroll-behavior: smooth;
   /*Comenta la línea (o dale el valor 'auto' a scroll behavior )
   para probar la diferencia con y sin scroll suavizado*/
}
body {
    
    font-family: 'Montserrat';
    font-size: 22px;
}
body::-webkit-scrollbar{
    width: 20px;
    background-color: #fff;
}
body::-webkit-scrollbar-thumb{
    background-color: var(--main-seis);
    border-radius: 13px;
}
strong{
  color: var(--main-seis);
}
/*Modificación de listas*/
#lista3 {
  font-weight: 900;
  counter-reset: li; 
  list-style: none; 
  padding: 10px 0px 30px 0;
}

#lista3 li{
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  padding: .4em;
  margin: .5em 0 .5em 2.5em;
  background: #8c12993d;
  color: #000000;
  text-decoration: none; 
}

#lista3 li:hover{
  background: var(--main-seis);
}   

#lista3 li:before{
  content: counter(li);
  counter-increment: li;
  position: absolute; 
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: var(--main-seis);
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

#lista3 li:after{
  position: absolute; 
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;               
}

#lista3 li:hover:after{
  left: -.5em;
  border-left-color: var(--main-seis);            
}
/*Modificación de listas fin ...*/
#coloreado:hover{
    color: var(--main-seis) !important;
    font-weight: 900;
}
.navcolor{
    top: 0;
    width: 100%;
    margin:auto;
    background-color: var(--main-blanco);
    z-index: 2;
    border:none;
    border-radius:50px;
}
#logoletra{
  height:49px; 
  width:298px;
}
.medioy{
  align-self: center;
}
.limit{
  height: 51px;
}
.form-inline{
  justify-content: center;
}


/*4/9/2023*/
.carousel-indicators{
  margin-block-end:0px;
  z-index: 1;
}
.carousel-indicators li{
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  color: white;
  
  text-indent: 0%;
  background-color: #8c12993b;
  border-radius: 10px;
  width: 100px;
  height: 20px;
}
.carousel-indicators .active{
  background-color: var(--main-seis);
  border-radius: 10px;
  width: 100px;
  height: 20px;
}
/*4/9/2023 fin*/




.carousel-control-prev{
    color: #8c1299 !important;
    width: 50px;
}
.carousel-control-next{
    color: #8c1299 !important;
    width: 50px;
}
.tooltip-inner {
    background-color:  var(--main-seis) !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
    text-align: center;
    font-size: 11px;
  }

.midefondo{
    width: 100%;
    height: 700px;
}
.ban1{
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}
.izq{
  height: 100%;
  padding-left: 5%;
  padding-right: 1%;
  align-self: center;
  width: 49%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* align-content: space-between; */
  flex-direction: column;
}
#animfiesta{
  cursor: none;
width: 100px;
height: 100px;
position: absolute;
top: 0;
left: 0;
}
#animfiesta1{
  cursor: none;
width: 100px;
height: 100px;
position: absolute;
top: 0;
left: 0;
}
.text1{
  font-weight: 900;
}
.text21{
    color: var(--main-blanco);
    font-size: 1.7em;
    font-weight: 900;
    width: 100%;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0px var(--main-uno), 3px 3px 0px var(--main-uno),
    6px 6px 0px #00000055;
    margin-bottom: 2%;
}
.text2{
  line-height: 110%;
  color: var(--main-uno);
  font-size: calc(1em + 1.5vw);
  font-weight: 900;
  width: 100%;
  letter-spacing: 3px;
  margin-top: 2%;
  margin-bottom: 2%;
}
.text22{

  color: var(--main-blanco);
  font-size: 1.7em;
  font-weight: 900;
  width: 100%;
  letter-spacing: 4px;
  text-shadow: -1px -1px 0px var(--main-uno), 2px 1px 0px var(--main-uno);
  margin-bottom: 2%;
}
.text3{
  text-align: justify;
  line-height: 130%;
    font-size: 22px;
}
.text4{
  border: solid;
  border-width: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: var(--main-seis);
  color: white;
  padding: 10px;
  text-align: center;
  /*font-size: 22px;*/
  font-size: 2vh;

  width: 100%;
}
.text5{
  font-size: 0px;
  width: 100%;
  height: 10%;
  border: solid;
  border-width: 1px;
  border-color: var(--main-seis);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--main-blanco);
  color: var(--main-seis);
  position: relative;
}
.text5::after{
  margin-left: 3%;
  margin-right: 3%;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: ' ';
  background-image: linear-gradient(to right top, var(--main-seis),var(--main-seis));
  width: 94%;
  height: 5px;
  filter: blur(7px);
  z-index: -1;
}
.text5:hover{
  background: var(--main-seis);
  color: var(--main-blanco);
}
.text6{
  border: solid;
  border-width: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: rgb(0, 0, 0);
  padding: 10px;
  text-align: left;
  font-size: 16px;
  height: 100%;
}
.text7{

  border: solid;
  border-width: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: rgb(0, 0, 0);
  padding: 10px;
  text-align: left;
  font-size: 10px;
  height: 100%;
}
.der{
    display: flex;
    padding: auto;
    align-self: center;
    width: 49%;
    flex-direction: column;
}
.ban1 .der{
padding-right: 5%;
}
.serv1 .der{
  border-radius: 25px;
  margin: 10px;
  padding: auto;
  align-self: center;
  width: 49%;
}
.text {
    font-size: 22px;
    width: 450px;
  }
  
  p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  
  .word {
    position: absolute;
    width: 220px;
    opacity: 0;
  }
  
  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }
  
  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
  }
  
  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .wisteria {
    color: #8e44ad;
  }
  
  .belize {
    color: #2980b9;
  }
  
  .pomegranate {
    color: #c0392b;
  }
  
  .green {
    color: #16a085;
  }
  
  .midnight {
    color: #2c3e50;
  }
  

.px-border{
    padding-left: 13%;
    padding-right: 13%;
}
/*NUESTROS SERVICIOS*/
.servicios{
  padding-left: 13%;
  padding-right: 13%;
  font-weight: 800;
  font-size: 40px;
  width: 100%;
  text-align: center;
}
#tit1{
  color: var(--main-uno);
}
#tit2{
  color: var(--main-seis);
  
}
.serv1{
  width: 100%;
  height: 100%;
  display: flex;
}
/*seccion servicios digitales parte textos dentro de imagenes*/
.desweb{
  position:relative;
}
.despubl{
  position:relative;
}
.desred{
  position:relative;
}
.desman{
  position:relative;
}
#deswebtext{
  padding-top: 5%;
  contain: strict;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 2%;
  background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}
#despubltext{
  padding-top: 5%;
  contain: strict;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 2%;
  background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}
#desredtext{
  padding-top: 5%;
  contain: strict;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 2%;
  background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}
#desmantext{
  padding-top: 5%;
  contain: strict;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  height: 2%;
  background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}
/*NUESTROS BLOGS*/
.blogs{
  padding-left: 13%;
  padding-right: 13%;
  font-weight: 800;
  font-size: 40px;
  width: 100%;
  text-align: center;
}
.blog1{
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
}
.blizq{
  align-self: center;
  width: 49%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* align-content: space-between; */
  flex-direction: row;
}
.blder{
  padding: auto;
  align-self: center;
  width: 49%;
  display: flex;
  flex-wrap: wrap;
}
.bliimg{
  width: 14vh;
  padding: 1%;
  height: 100%;

}
.bldimg{
  padding: 1%;
  height: 100%;

}
.blrubro{
  font-size: 13px;
  background-color: var(--main-amarillo);
  font-weight: 600;
  padding: 5px;
}
.fecha{
  font-size: 13px;
  vertical-align: baseline;
  float: right;
}
.autor{
  font-size: 13px;
  vertical-align: baseline !important;
  float: left;
}
.autorpeque{
  font-size: 10px;
  vertical-align: baseline !important;
}

/*NUESTROS PRECIOS INICIO*/
.precios{
  padding-left: 13%;
  padding-right: 13%;
  font-weight: 800;
  font-size: 40px;
  width: 100%;
  text-align: center;
}

/*SECCION TABLA PRECIOS INICIO*/
.pricing-table { min-width: 100%; }
 
.pricing-table td {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    vertical-align: center;
}
.pricing-table thead .plan td {
  width: 30%;
  height: auto;
  padding: 15px 0;
  text-align: center;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.pricing-table thead .plan h2 {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}

.pricing-table thead .plan em {
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table thead .plan .green {
  color: var(--main-amarillo);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.pricing-table thead .plan .orange {
  color: var(--main-seis);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-table thead .price td {
  position: relative;
  width: 30%;
  padding: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: var(--main-uno);
  border: solid;
  border-color: var(--main-seis);
  background: var(--main-blanco);

}

.pricing-table thead .price p {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  line-height: 60px;
}

.pricing-table thead .price p span {
  font-size: 0.5em;
  display: table-cell;
  vertical-align: middle;
}

.pricing-table thead .price span { font-size: 14px; }
.pricing-table thead .price a {
  display: block;
  position: absolute;
  top: 65%;
  right: -5px;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 12px;
  text-decoration: none;
}

.pricing-table thead .price .green a {
  color: var(--main-blanco);
  background: var(--main-seis);
}
.pricing-table thead .price .orange a {
  color: #fafafa;
  background: var(--main-amarillo);
}

.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before,
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
    display: block;
    position: absolute;
    content: '';
}
 
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before {
    width: 8px;
    height: 32px;
    top: 0;
    left: -8px;
}
 
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
    width: 0;
    height: 0;
    bottom: -5px;
    right: 0;
    border-bottom: 5px solid transparent;
}
 
.pricing-table thead .price .green a:before { background-position: 0 0; }
.pricing-table thead .price .orange a:before { background-position: 0 -32px; }
.pricing-table thead .price .green a:after { border-left: 5px solid #1c5d40; }
.pricing-table thead .price .orange a:after { border-left: 5px solid #88330a; }
.pricing-table tbody tr:first-child td:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  top: -25px;
  left: 0;
}

.pricing-table tbody td {
  width: 30%;
  padding-left: 40px;
  line-height: 30px;
  border-top: 1px solid #f2f2f2;

  font-size: 11px;
  color: #828282;
}
/*SECCION BLOGS FIN*/

/*sECCION  INFO*/
.info{
  padding-left: 13%;
  padding-right: 13%;
  font-weight: 800;
  font-size: 40px;
  width: 100%;
  text-align: center;
}
.info1{
  font-size: 14px;
}
#formuinfo {
  /* Centrar el formulario en la página */
  margin: 0 auto;
  width: 100%;
  /* Esquema del formulario */
  padding: 1em;
  border: 1px solid var(--main-amarillo);
  border-radius: 1em;
  background-image: url("../img/svg/vector4.png");
 background-repeat: repeat-x;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
      -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

#formuinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#formuinfo li + li {
  margin-top: 1em;
}

label {
  /* Tamaño y alineación uniforme */
  display: inline-block;
  width: 90px;
  text-align: right;
}
input{

     width: 30%;
     box-sizing: border-box;
   
     /* Hacer coincidir los bordes del campo del formulario */
     border: 1px solid var(--main-amarillo);
}


textarea {
  /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
     Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
  font: 1em ;
  /* Tamaño uniforme del campo de texto */
  width: 60%;
  box-sizing: border-box;

  /* Hacer coincidir los bordes del campo del formulario */
  border: 1px solid var(--main-amarillo);
}

input:focus,
textarea:focus {
  /* Destacado adicional para elementos que tienen el cursor */
  border-color: #000;
}

textarea {
  /* Alinear los campos de texto multilínea con sus etiquetas */
  vertical-align: top;

  /* Proporcionar espacio para escribir texto */
  height: 5em;
}

.button {
  /* Alinear los botones con los campos de texto */
  padding-left: 90px; /* mismo tamaño que los elementos de la etiqueta */
}

button {
  /* Este margen adicional representa aproximadamente el mismo espacio que el espacio
     entre las etiquetas y sus campos de texto */
  margin-left: 0.5em;
}










/*sECCION  INFO FIN*/
/*sECCION  SECCION INFERIOR*/
.masinfo{
  width: 100%;
  height: 100%;
  display: flex;
}
.textabajo{
  border: solid;
  border-width: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* background: var(--main-seis); */
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 22px;
}
/*sECCION  SECCION INFERIOR FIN*/


/*OPARA tablets laprops ...................*/
@media only screen and (max-width:1390px) and (min-width:992px){
  .servicios{
    padding-left: 3%;
    padding-right: 3%;
  }
  #lista3 {
    overflow-y: scroll;
    height: 100%;
}
  #deswebtext {
    padding-top: 0px;
    font-size: 0.75rem;
}
#despubltext {
  padding-top: 0px;
  font-size: 0.75rem;
}
#desredtext {
  padding-top: 0px;
  font-size: 0.75rem;
}
#desmantext {
  padding-top: 0px;
  font-size: 0.75rem;
}
  .serv1 .der {
    width: 22%;
}
.pricing-table thead .price p{
  font-size: 30px;
}
.pricing-table thead .price a{
  top: 44%;
}
}

/*OPARA CELULARES ...................*/
@media only screen and (max-width:991px) {
/*Parte superior*/
  .px-border{
    padding-left: 3%;
    padding-right: 3%;
  }
  #logoletra{
    height:39px; 
    width:239px;
  }
  /*Parte carrusel*/
  .midefondo{
    height: 250px;
  }
  .text{
    font-size: 10px;
  }
  .text2{
    font-size: 13px;
  }
  .text3{
    font-size: 10px;
  }
  #animfiesta{
    visibility: hidden;
  }
  #animfiesta1{
    visibility: hidden;
  }

  .servicios{
    padding-left: 3%;
    padding-right: 3%;
    font-size: 28px;
  }
  .serv1{
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .serv1 .der{
    margin: 5px;
    width: 42%;
  }
  .text4 {
    font-size: 15px;
}
  .blogs{
    padding-left: 3%;
    padding-right: 3%;
    font-size: 28px;
  }
  .blog1{
    justify-content: space-around;
    flex-direction: column;
  }
  .text5{
    margin-bottom: 7%;;
  }
  .text6{
    font-size: 9px;
  }
  .text7{
    width: 15vh;
    font-size: 9px;
  }
  .blrubro{
    width: 15vh;
  }
  #deswebtext{
    padding-top: 5px;
    font-size: 9px;
  }
  #despubltext{
    padding-top: 5px;
    font-size: 9px;
  }
  #desredtext{
    padding-top: 5px;
    font-size: 9px;
  }
  #desmantext{
    padding-top: 5px;
    font-size: 9px;
  }
  #lista3{
    padding: 0px;
  }
  .blizq {
width: 100%;
  }
  .blder{
    width: 100%;
  }
  
  .blder .blizq .bliimg{
    width: 8vh;
    align-self: center;
  }
  .bliimg{
    width: 17vh;
  }
  .blog1 .blder{
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: visible;
  }
  .blog1 .blder .blizq{
    align-self: flex-start;
    width: 1000px;
  }
  .precios{
    padding-left: 3%;
    padding-right: 3%;
    font-size: 28px;
  }
  .pricing-table thead .plan h2{
  font-size: 9px;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.6);
  }
  .pricing-table thead .plan td{
    padding: 0;
  }
  .pricing-table thead .price p span{
    font-size: 9px;
  }
  .pricing-table thead .price span{
    font-size: 9px;
  }
  .pricing-table thead .price p{
    line-height: 10px;
    font-size: 15px;
  }
  .pricing-table thead .price td{
    padding: 10px 0;
  }
  .pricing-table thead .price a{
    line-height: 20px;
    top: 50%;
    height: 20px;
  }
  .info{
    padding-left: 3%;
    padding-right: 3%;
    font-size: 28px;
  }
  .info1{
font-size: 10px;
  }
  #formuinfo{
    padding: 2%;
  }
  label {
    display: inline-block;
    width: 20%;
    text-align: right;
  }
  .info1 input{
    width: 25%;
  }
  textarea{
    width: 72%;
  }
  .textabajo{
    font-size: 12px;
  }

 }