/* 

Los colores corporativos son:

FFA900 (Ámbar)
B9336F (Magenta)
293133 (Antracita)

*/



*{
  box-sizing: border-box;
  --color-magenta-cac: #B9336F;  
  --color-ambar-cac: #FFA900;  
  --color-antracita-cac: #293133;  
  --bs-btn-border-radius : 25px!important;
  font-family: 'Poppins', sans-serif !important;  
}


.MainContainer{
  position: relative;
  min-height: 100vh; /* Al menos el 100% de la altura visible */
  box-sizing: border-box;
  padding-bottom: 300px; /* Altura del div que estará al final */
}


@media only screen and (max-width: 1170px) {
  .MainContainer{
    padding-bottom: 385px; /* Altura del div que estará al final */
  }
}

@media only screen and (max-width: 975px) {
  .MainContainer{
    padding-bottom: 530px; /* Altura del div que estará al final */
  }
}

@media only screen and (max-width: 750px) {
  .MainContainer{
    padding-bottom: 610px; /* Altura del div que estará al final */
  }
}

@media only screen and (max-width: 580px) {
  .MainContainer{
    padding-bottom: 600px; /* Altura del div que estará al final */
  }
}


@media only screen and (max-width: 560px) {
  .MainContainer{
    padding-bottom: 700px; /* Altura del div que estará al final */
  }
}

@media only screen and (max-width: 420px) {
  .MainContainer{
    padding-bottom: 780px; /* Altura del div que estará al final */
  }
}

@media only screen and (max-width: 380px) {
  .MainContainer{
    padding-bottom: 870px; /* Altura del div que estará al final */
  }
}


.cursor-pointer{
  cursor: pointer;
}

.enlace-defecto{
  text-decoration: none;
}

.seccion-hero h3{
  font-weight: 400;
  line-height: 180%;
}

body{
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden; /* para que nada sobresalga en horizontal */
}

.texto-centrado {
  text-align: center;
}


.fs-14{
  font-size: 14px;
}

.fb{
  font-weight: bold;
}

.fs-18{
  font-size: 18px;
}

.fs-20{
  font-size: 20px;
}

.fs-24{
  font-size: 24px;
}

.fs-42{
  font-size: 42px;
}


.min-w-375{
  min-width:370px;
  margin-left: 70px;
}


.boton-blanco{
  background-color:white;
  color:var(--color-magenta-cac);
  border-color: black;
}

.boton-blanco:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-blanco-magenta{
  background-color:white;
  color:var(--color-magenta-cac);
  border-color: var(--color-magenta-cac);
  width: 100%;
  min-width: 98px;
}

.boton-blanco-magenta:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-blanco-purple{
  background-color:white;
  color:rebeccapurple;
  border-color: rebeccapurple;
  width: 100%;
  min-width: 98px;
}

.boton-blanco-purple:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-blanco-negro{
  background-color:white;
  color:black;
  border-color: black;
  border-width: 3px;
  font-size: 1rem;
  font-weight:bolder;
  width: 100%;
}

.boton-blanco-negro:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-magenta{
  background-color:var(--color-magenta-cac);
  color:white;
  width:100%;
}

.boton-magenta:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-ambar{
  /* background-color:var(--color-ambar-cac); */
  background-color:darkorange;
  color:white;
  width: 100%;
}

.boton-ambar:hover{
  /* background-color:white;
  color:var(--color-ambar-cac);
  border-color: var(--color-ambar-cac); */
  background-color:var(--color-ambar-cac);
  color:white;
}


.boton-verde{
  background-color:#25D366;
  color:white;
}

.boton-verde:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}

.boton-purple{
  background-color:rebeccapurple;
  color:white;
  width: 100%;
}

.boton-purple:hover{
  background-color:var(--color-ambar-cac);
  color:white;
}


.texto-cac-magenta{
  color:var(--color-magenta-cac);
}

.texto-cac-ambar{
  color:var(--color-ambar-cac);
}


.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 51, 111, 0.25);
}


.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFA900'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFA900'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem black;
}

.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 51, 111, 0.25);
}

.accordion-item {
  --bs-accordion-border-color: black;
}


.btn-outline-primary{
  --bs-btn-focus-shadow-rgb: 185, 51, 111; 
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(185, 51, 111, 0.25);  
}

.form-check-input:checked {
  background-color: var(--color-magenta-cac);
  border-color: var(--color-magenta-cac);
}

.form-check-input:focus{
  background-color: var(--color-magenta-cac) !important;
  border-color: var(--color-magenta-cac) !important;
}

.btn.btn-primary{
  background-color: var(--color-magenta-cac);
  border-color: var(--color-magenta-cac);
}

.btn.btn-primary:hover{
  background-color: var(--color-ambar-cac);
  border-color: var(--color-ambar-cac);
}

.icon-boton{
  margin-right: 10px;
  font-size: 15px;
}

/* .modal-dialog.editarImagenModal{
  max-width: 60% !important;
} */

/* General */
.fuente-cortana{
  font-family: 'Poppins', sans-serif !important;
}

.texto-blanco{
  color: white;
}

.enlace{
  color: var(--color-ambar-cac);
  cursor: pointer;
}

/* Diálogos */
.texto-header-dialogo{
  margin-left: 20px;
  text-align: left;  
}

.img-header-dialogo{
  font-size: 30px;  
  color: white;
  text-align: left;  
}

.dialogo-caption{
  background-color:#293133; 
  color: white; 
  height: 50px;
  justify-content: left;
}  

.dialogo-body{
  min-height: 100px;  
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: var(--color-magenta-cac);  
}

.btn-outline-primary{
  --bs-btn-border-color:var(--color-magenta-cac);
  --bs-btn-color:var(--color-magenta-cac);
  --bs-btn-hover-bg :var(--color-magenta-cac);
  --bs-btn-hover-border-color:var(--color-magenta-cac);
  --bs-btn-active-border-color:var(--color-magenta-cac);
}

.dialogo-gradiente {
  display: block;
  width: 100%;
  padding: 9% 4%;
  margin: 40px 0;
  background: #000;
  border-radius: 12px;
  text-align: center;
  background: linear-gradient(45deg,#06c -52%,#000 81%,#a044e3 95%);
}

/* Marcos de las miniaturas */
.marcos{
  border: 1px solid black;
  margin: 2px;
  padding: 2px;  
  background-color: aqua;  
}

.marcos_r{
  border: 1px solid black;
  margin: 2px;
  padding: 2px;  
  background-color:  goldenrod;
}

 /* Subida de ficheros */

.file-upload {
  /* background-color: #ffffff; */
  background-color: transparent;
  width: 200px;  
  margin: 0 auto;
  padding: 0px;
  margin-top: 0px;  
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  min-height: 200px;
}


.file-upload-input {
  position: absolute;
  margin: 0;
  margin-left: -96px;
  padding: 0;
  width: 100%;
  height: 100%;  
  outline: none;
  opacity: 0;  
  cursor: pointer;
}

.file-upload-input-base {
  position: absolute;
  margin: 0;
  margin-left: -67px;
  padding: 0;
  width: 100%;
  height: 100%;  
  outline: none;
  opacity: 0;  
  cursor: pointer;
}

.file-upload-editar{
  font-size: 25px; 
  color:rgb(21, 75, 161);
}

.file-upload-borrar{
  font-size: 25px; 
  color:rgb(174, 30, 11);
}

.image-upload-wrap {
  /* margin-top: 20px; */
  border: 2px dashed #6c757d;
  position: relative;
  padding: 2x;
}

/* .image-upload-wrap1, .image-upload-wrap2{
   margin-top: 48px;   
} */


.image-dropping,
.image-upload-wrap:hover {
  background-color: #293133;
  border: 2px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;  
}

.drag-text {
  text-align: center;
  margin: 10px;
}

.drag-text-base {
  text-align: center;
  margin: 10px;
  margin-top:6rem;
}

.drag-text h3, .drag-text-base h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: gray;
  padding: 60px 0;
  font-size: 16px; 
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px; 
  margin: auto;
  padding: 2px;
  border: 2px dashed #6c757d;
}

.file-upload-image2 {
  height: 200px;
  width: 200px; 
  margin: auto;
  padding: 2px;
  margin-bottom: 10px;
  border: 2px dashed #6c757d;
}

.file-upload-image2, .image-upload-wrap2{
  border-radius: 50%;
  border: 2px dashed #6c757d;
} 



.file-upload-image-base {
  height: 500px;
  width: 250px;
  margin: auto;  
  margin-bottom: 20px;
  padding: 2px;
  border-radius: 15px; 
  border: 2px dashed #6c757d;
}

.remove-image {
  width: 100px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.image-upload-base{
  padding: 2px;
  border-radius: 15px;  
  width: 230px;
  height: 460px;
  cursor: pointer;
  border: 2px dashed #6c757d;
}

/* Edits de campos */
.edit_check_grupo {
  margin-top: -40px !important;
  color:var(--color-ambar-cac);
  background-color: white;  
  padding-left:10px;
  padding-right: 10px;
}

.edit_check_grupo_personales {
  margin-top: -36px !important;
  color:white !important;
  padding-left:10px;  
  padding-right: 10px;
  width: fit-content;
  border: 2px solid var(--color-ambar-cac);
  border-radius: 15px;
  background-color: var(--color-ambar-cac);
}

.card_check_grupo{
  padding: 20px; 
  border: 2px var(--color-ambar-cac) solid;
  border-radius: 0.6rem;
  margin-bottom: 15px;
}

div.c_edit {
  position: relative;
}

div.c_edit input,textarea {
  font-size: 1.1rem;
  color: #495055;
  padding: 10px 10px;
  border-radius: 0.6rem;
  border: 2px solid #D9D9D9;
  outline: none;
  width: 100%;
  margin: 12px 0;  
}

div.c_edit label.c_placeholder {
  position: absolute;
  margin: 17px 0;
  padding:10px 5px 5px 5px;
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  top: 0;
  left: 10px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
  font-family: 'Poppins', sans-serif !important;  
}

div.c_edit input:valid+label.c_placeholder,
div.c_edit textarea:valid+label.c_placeholder,
div.c_edit input:focus+label.c_placeholder,
div.c_edit textarea:focus+label.c_placeholder {
  transform: scale(0.7) translateY(-26px);
  background: #fff;   
  color: #6c757d; 
  line-height: 16px;
}
div.c_edit input:focus,textarea:focus {
  color: #284B63;
  border-color: var(--color-ambar-cac);
}
div.c_edit input:focus+label.c_placeholder,textarea:focus+label.c_placeholder {
  color: var(--color-magenta-cac);  
  font-weight: bold;
}

.seccion-edits .row>* {
   padding-right: calc(var(--bs-gutter-x) * .2);  
   padding-left: calc(var(--bs-gutter-x) * .2);   
}

@media screen  and (max-width:395px){ 
  div .input-url-personal .c_placeholder {
    font-size: 14px !important;
  }
  div .input-url-personal input {
    font-size: 12px !important;
  }
  .input-url-personal .edit-icon-info{
    font-size: 28px !important;
  }
}

@media screen  and (max-width:455px){ 
  div.estrecho  label.c_placeholder{
    position: absolute;
    margin: 15px -5px;
    padding:10px 5px 5px 5px;
    color: #6c757d;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    top: 0;
    left: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
  }  
  .card_check_grupo .form-check-label{
    font-size: 13px;    
    width: 168px;    
    padding-right: 2px;
    width: fit-content;    
  }     
}

.input-boton input
{
  padding-right: 45px !important;
  text-overflow: ellipsis;
}

.c_edit input
{
  color: var(--color-magenta-cac) !important;
}

.edit-icon-info{
  cursor:pointer;
  position: absolute;
  margin-top:12.5px;
  margin-right:7px;
  right:0;
  font-size:35px;
  color:silver;
}

.edit-icon-info:hover{
  color:var(--color-magenta-cac);
}

.edit-check{
  margin-top: 22px;
  margin-left: 5px;
  font-size: 16px;
  color:#6c757d;
}


/* Hero */
.seccion-hero{
  background-color: rgb(235, 235, 238);
  background-image: url('/recursos/img/fondo_hero.webp') ;
  background-size: 100% 100%;
}

.div-img-hero{  
  height: 100%;
  width: 100%;
  /* background-image: url('/recursos/img/img_hero.png') ;
  background-size: contain;
  background-repeat: no-repeat, no-repeat;  
  background-position:center;
  text-align: center;    */
}

.seccion-hero .img-hero {    
  text-align: center;  
  margin-top: 10px;    
  max-height:500px
}



.texto-hero{
  margin-top:3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
}

.texto-hero h1{
  font-size: 2.2rem;
  color:var(--color-ambar-cac);
}

.texto-hero h2{
  font-size: 1.7rem;
}

.texto-hero h3{
  font-size: 1rem;
  font-weight:300;
}

.texto-hero h4{
  font-size: 1.5rem;
  font-weight:200;
  color:white;
}

.texto-hero h5{
  font-size: 1.8rem;
  font-weight:500;
  color:white;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.texto-hero h6 {
  color: var(--color-ambar-cac);
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .texto-hero h6 {
    color: var(--color-ambar-cac);
    font-size: 0.8rem;
    font-weight: 700;
  }
}

@media (max-width: 750px) {
  .texto-hero h6 {
    color: var(--color-ambar-cac);
    font-size: 1rem;
    font-weight: 700;
  }
}


@media (max-width: 500px) {
  .texto-hero h1 {
    font-size: 1.6rem;
    color:var(--color-ambar-cac);
  }
  .texto-hero h2{
    font-size: 1.5rem;
  }
  .texto-hero h3{
    font-size: 0.9rem;
    font-weight:300;
    text-align: justify;
  }
  .texto-hero h4 {
    font-size: 1.2rem;
    font-weight:200;
    color:white;
  }
  .texto-hero h5{
    font-size: 1.6rem;
    font-weight:500;
    color:white;
  }
}

.texto-post-hero{
  margin-top:3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #ffffff;
  /*color: #495055;*/
}

.texto-post-hero h3{
  text-align:center;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 180%;
}

/* Hacer tarjetas */
.texto-hacer_tarjetas{
  margin-top:1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
  line-height: 180%;
}

.texto-hacer_tarjetas h1{
  font-size: 2.2rem;
  color:var(--color-magenta-cac);
  text-align:center;
  padding: 2%;
}


.bg-dark{
 background-color: black !important;
}


.lineaVertical{
  opacity: 1;
  background-color: var(--color-ambar-cac);
  height: 40px;
}


/* selección de modelo */
.img-card-modelo{
  border: 1px solid rgb(165, 161, 161);
  border-radius: 15px;  
  width: 125px;
  height: 250px;
  margin: 5px;
}

.texto-selecciona{
  font-family: 'Poppins', sans-serif !important;
  /* color:#6C7581; */
  color:var(--color-ambar-cac);
  font-size: 17px;  
  font-weight:bold;
  margin-bottom: 1rem;
  margin-top:50px;
  text-align: center;
}

.texto-selecciona-color{
  font-family: 'Poppins', sans-serif !important;
  /* color:#6C7581; */
  color:var(--color-ambar-cac);
  font-size: 17px;  
  font-weight:bold;
  margin-bottom: 1rem;
  margin-top:70px;
  text-align: left;
}


.tarjeta-seleccionada{
  outline : 6px solid var(--color-ambar-cac);
}  

  /* Edits de información */

.seccion-edits{
  margin-bottom: 50px;
  padding: 0px; /* 40px */
}  

/* Footer */

.footer{
  background-color: var(--color-antracita-cac);
  margin-top: -5px;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;  
}

.footer-texto-blanco{
  color : white;
  margin: 0.3em;
  text-decoration: none;
}

.footer-texto-blanco a:hover{
  color: var(--color-magenta-cac);
}

.footer a:hover{
  color: var(--color-magenta-cac);
}

.footer-texto-ambar{
  color : var(--color-ambar-cac);
  margin: .3em;
}

.footer-img-logo{
  width: 16rem;    
}

.footer-redes-sociales{
  justify-content: center;
  gap: 1rem;
  margin-left: 1em;
  margin-top: .5em;
  padding-bottom: 2rem;
}

.footer-redes-sociales a{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 2px;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.2s ease-in;    
}

.footer-redes-sociales a:hover {
  background-color: white; 
}  

.footer-redes-sociales a:hover i{
  color:black;
}  

.footer-redes-sociales i {
  color: white;
  font-size: 1rem;
  transition: all 0.2s ease-in;
}

#idCookies{
  width: 400px !important;
}

.capaCookies{
  border-radius: 10px !important;
  background-color: #222 !important;
  width: 300px !important;
  border: 2px var(--color-ambar-cac) dashed;
}

/* Pago */
.ventana_pago{
 border: 2px solid rgb(215, 214, 214);  
 margin: 50px;
 padding: 10px;
 height:30rem;
 border-radius: 20px;
}

.textoErrorVentanaPago{
  margin: 10px;  
  color: red;
}

#datosPago{
  color: #c6ced6;
  margin-top: 20px;
  font-size: 10px;
}

.img-dialogo-previsualizacion{
  height: 500px;
}

.div-dialogo-previsualizacion{
  text-align: center;
}

.seccion-preguntas-frecuentes{
  margin-top: 20px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.rcrop-wrapper .rcrop-outer {
  background: #FFF !important; 
  opacity: .75 !important;
}

.seccion-preguntas-frecuentes{
  background-color:#000;
  color:white;
}


#c_imgEditor{
  display: flex !important;
    position: relative;
    justify-content: space-around;
 }

 .accordion{
 --bs-accordion-color: black !important;
 --bs-accordion-bg:rgb(236, 236, 236) !important;
 --bs-accordion-border-color:black;
 --bs-accordion-active-color:black;
 --bs-accordion-active-bg:rgb(236, 236, 236) ;
}

.accordion-item a{
  color:var(--color-magenta-cac);
  text-decoration: none;
  font-weight: 500;
}

.accordion-item a:hover{
  color: blueviolet;
}

.condiciones-uso{
  color:#1684f3;
  cursor: pointer;  
}

.condiciones-uso:hover{
  color:#1e67b0;
  cursor: pointer;  
}

.dis-propio:hover{
  color: #8b9496;
  cursor: pointer;
}

.dis-propio{
  margin-left: 5px;  
  font-size: 16px;
}

.modelo-color{
  width: 20px;
  height: 20px;
  border-radius: 25%;  
  cursor: pointer;
}

.modelo-color-gris{
  background-color: #6c757d;
}

.modelo-color-rojo{
  background-color: rgb(184, 55, 55);
}

.modelo-color-azul{
  background-color: rgb(49, 82, 191);
}

.modelo-color-selec{
  border: 3px black solid;
}

.legal{
  text-align: center;
  text-decoration: none;
}

.legal a{
  color:gray;
  font-size: 0.7rem;
  text-decoration: none;
}

.legal a:hover{
  color:rgb(0,0,0);
}

/* 
.accordion-button:not(.collapsed) {
  background-color: rgb(236, 236, 236);
}

.accordion-button{
    background-color: rgb(236, 236, 236);
}

.accordion-item{
  background-color: rgb(236, 236, 236);
} */ 


#c_imgEditor .rcrop-outer-wrapper{
  opacity: .75 !important; 
}

#c_imgEditor .rcrop-outer{
  background: #ef23c3 !important;
}
#c_imgEditor .rcrop-croparea-inner{
  border: 1px dashed #e742a0 !important;
}

#c_imgEditor .rcrop-handler-corner{
  width:10px;
  height: 10px;
  background: var(--color-magenta-cac);
}

.botonesEdicionImagen{
  margin:15px 0 0 15px;
}

.botonesEdicionImagen .btn{
  font-size:  1.3rem;
}

.correcionImagen{
  padding-bottom: 12px;
  font-size: 12px;;
}

.correcionImagen .alerta{
  color: red;  
}

.correcionImagen .advertencia{
  color: orange;
}

.correcionImagen .correcto{
  color: green;
}

.dropdown-item{
  cursor: pointer;
}

.camara{
  font-size: 30px;
  cursor: pointer;
}

.body-dialogo-camara{
  font-size:10px;
  display:flex;
  justify-content:space-around; 
}

/* #c_imgEditor .rcrop-handler-corner{
  width:12px;
  height: 12px;
  background: none;
  border : 0 solid #51aeff !important;
}

#c_imgEditor .rcrop-handler-top-left{
  border-top-width: 4px;
  border-left-width: 4px;
  top:-2px;
  left:-2px
}
#c_imgEditor .rcrop-handler-top-right{
  border-top-width: 4px;
  border-right-width: 4px;
  top:-2px;
  right:-2px;
}
#c_imgEditor .rcrop-handler-bottom-right{
  border-bottom-width: 4px;
  border-right-width: 4px;
  bottom:-2px;
  right:-2px
}
#c_imgEditor .rcrop-handler-bottom-left{
  border-bottom-width: 4px;
  border-left-width: 4px;
  bottom:-2px;
  left:-2px
} */



/* Compartir */

.compartir-body{
  background-image: linear-gradient(to right, #8360c3, #2ebf91);
}

.compartir-ventana{
  display:flex;
  min-height:300px; 
  height: 100vh;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.compartir-ventana-boton-aceptar{
  display: flex;
  justify-content: space-around;
  padding: 10px;
}  

.menupersonal-item:hover{
  color: white;
  background-color: var(--color-magenta-cac);
  --bs-dropdown-link-active-bg : var(--color-magenta-cac);
}

/* Cards */

.card-precios {
  background-color: #000;
  margin-bottom: 30px;
}

.card-pago-unico-color{
  color:gray;
  margin-bottom: 30px;
}

.card-precio1-color{
  color:rebeccapurple;
}

.card-precio2-color{
  color:var(--color-magenta-cac);
}

.card-precio3-color{
  color:var(--color-ambar-cac);
}

.card-precios sup{
  top: -1rem;
  margin: 5px;
  font-size: 16px !important;
}

.card-precios .card-titulo1{
  justify-content:space-around;
  background-color:rebeccapurple; 
  padding:25px; 
  margin: -24px -24px 0 -24px; 
  border-radius:5px 5px 0 0; 
}

.card-precios .card-subtitulo1{
  justify-content:space-around;
  background-color:rebeccapurple; 
  color:azure;
  padding:15px; 
  margin: -24px -24px 0 -24px; 
}

.card-precios .card-titulo2{
  justify-content:space-around;
  background-color:var(--color-magenta-cac); 
  padding:25px; 
  margin: -24px -24px 0 -24px; 
  border-radius:5px 5px 0 0; 
}

.card-precios .card-subtitulo2{
  justify-content:space-around;
  background-color:var(--color-magenta-cac);
  color:azure;
  padding:15px; 
  margin: -24px -24px 0 -24px; 
}

.card-precios .card-titulo3{
  justify-content:space-around;
  background-color:var(--color-ambar-cac); 
  padding:25px; 
  margin: -24px -24px 0 -24px; 
  border-radius:5px 5px 0 0; 
}

.card-precios .card-subtitulo3{
  justify-content:space-around;
  background-color:var(--color-ambar-cac);
  color:azure;
  padding:15px; 
  margin: -24px -24px 0 -24px; 
}

.card-precios .card-texto-titulo{
  color:white;
  font-size:1.5rem; 
}

.card-precios .card-item{
  color:gray !important; 
  font-size:20px;  
}

.card-precios .card-item-extra-magenta{
  color:var(--color-magenta-cac) !important; 
  font-size:1.1rem;  
  font-weight: bold; 
}

.card-precios .card-item-extra-ambar{
  color:var(--color-ambar-cac) !important; 
  font-size:1.1rem;  
  font-weight: bold; 
}

.card-precios .card-item-extra-purple{
  color:rebeccapurple !important; 
  font-size:1.1rem;  
  font-weight: bold; 
}

.card-precios .card-img{  
  position: absolute;
  bottom: 0;
  width:50%;
  right: 0;
  border-radius:6px;
  z-index: 999;
  opacity: 1;
  transition: width 0.3s ease;
}

.card-precios .card-img:hover{  
  transition: width 0.4s ease;
  opacity: 1;
  width: 90%;  
}  

.tooltip-inner {
  background-color: var(--color-magenta-cac);;
  box-shadow: 0px 0px 4px var(--color-magenta-cac);;
  opacity: 1 !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--color-magenta-cac);;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--color-magenta-cac);;
}

.footer section{
  margin-top: 30px;
}

/* cambios de color del menú */

.dropdown-item{
  color:white;
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: var(--color-magenta-cac);
}

.dropdown-item:focus, .dropdown-item:hover {
  color:white;
  background-color:  var(--color-magenta-cac);
}

.dropdown-menu{
  background-color:var(--color-antracita-cac);
}

/* Inputs de selección de color */

.coloris {
  cursor: pointer;
  width: 30px;
  height: 30px;
  box-sizing: border-box;      
  border-radius: 5px;  
}

.clr-field button{  
  border-radius: 5px; 
}

.clr-field{
  border: 1px solid #6C7581;
  border-radius: 6px;
}

/* fondo poligonal */

#g-page-surround {
  background: #fff;
  overflow: hidden; 
}

#g-page-surround:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100rem 100rem 0 0;
  border-color: rgba(0, 0, 0, 0.03) transparent transparent transparent;
  content: '';
  z-index: -20;
  pointer-events: none;
  box-sizing: inherit;
}

#g-page-surround:after {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 20;
  border-style: solid;
  border-width: 100rem 0 0 100rem;
  border-color: rgba(0, 0, 0, 0.03) transparent transparent transparent;
  content: '';
  z-index: -20;
  pointer-events: none;
  box-sizing: inherit;
}

#g-page-bottom {
  background: #fff;
  color: #949494;
  overflow: hidden;    
}

#g-page-bottom:before {
  position: absolute;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100rem 0 0 100rem;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
  content: '';
  pointer-events: none;
}

#g-page-bottom:after {
  position: absolute;
  bottom: auto;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100rem 100rem;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  content: '';
}



#g-extension {
  background: #f5f5f5;
  color: #949494;
  padding: 5rem 0;
}

/* Cómo hacer tarjeta de presentación */
.img-howto {    
  display: block;
  margin: 0 auto; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  max-width: 100%;
  height: auto;
  max-height:500px;
  border-radius: 15px;
  /*filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); */
}

.img-howto-borde {    
  display: block;
  margin: 0 auto; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  max-width: 100%;
  height: auto;
  max-height:500px;
  border-radius: 15px;
  /*filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); */
  box-shadow: 0 0 0 0.25rem rgba(185, 51, 111, 0.9);
}

/* Pitch */

.img-pitch {    
  text-align: center;  
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin: 20em auto;
}

.img-pitch-eco {    
  text-align: center;  
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin: 20em auto;
}


@media (max-width: 500px) {
  .img-pitch {    
    text-align: center;  
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }
}


.eco-texto {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.eco-box {
  background-color: #68a678;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 21em;
  height: auto;
  padding: 20px 20px 20px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-eco-box-descrip {
  width: 100%;
}

.div-eco-box-datos {
  grid-column-gap: 13px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  display: grid;
}

.div-eco-box-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: auto;
  height: 70px;
  font-size: 20px;
  display: flex;
}

@media (max-width: 1000px) {
  .img-pitch-eco {    
    text-align: center;  
    max-width: 50%;
    height: auto;
    max-height: 50%;
    margin-left:15px;
  }

  .eco-texto {
    font-size: 13px;
    font-weight: 350;
    line-height: 100%;
  }
  
  .eco-box {
    background-color: #68a678;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    width: 15em;
    height: auto;
    padding: 15px 15px 15px 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-eco-box-descrip {
    width: 100%;
  }
  
  .div-eco-box-datos {
    grid-column-gap: 13px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    padding-top: 20px;
    display: grid;
  }
  
  .div-eco-box-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    height: 50px;
    font-size: 15px;
    display: flex;
  }
}

@media (max-width: 765px) {
  .eco-texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  
  .eco-box {
    background-color: #68a678;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    width: 21em;
    height: auto;
    padding: 20px 20px 20px 25px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .div-eco-box-descrip {
    width: 100%;
  }
  
  .div-eco-box-datos {
    grid-column-gap: 13px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 20px;
    display: grid;
  }
  
  .div-eco-box-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
    height: 70px;
    font-size: 20px;
    display: flex;
  }
}

/* Quienes somos */
.img-about {    
  text-align: center;  
  max-width: 100%;
  height: auto;
  border-radius: 15px
}

.img-about-quienes {    
  text-align: center;  
  margin-top: 10px;    
  max-height:200px;
  border-radius: 25px
}

@media screen and (max-width: 770px) {
  .f-columna-reves{
    flex-direction: column-reverse;    
  }
}

.capaCookies .btn:hover {
  color:white !important
}

#dialogoDatosLocales .btn {
  min-width: 70px;
}

/* Quienes somos */

.img-footer-logo {    
  text-align: center;  
  margin-top: 1rem;    
  max-height:3.5rem;
  border-radius: 1px;
  margin:1rem;
}

.texto-recupera-pass{
  font-size: 13px;
}

.texto-recupera-pass:hover{  
  cursor: pointer;
  color: var(--color-magenta-cac);
}

.texto-error-inicio-sesion{
  color:red;
  font-size: 12px;
  margin-bottom: 0px;
}

.form-control.buscar-ap {
  width: 50%;
}

.ap-usu-container{
  position: relative;
  width: 300px;  
  border: 2px dashed rgb(49, 135, 215);
  border-radius: 10px;
  margin: 10px;
  padding:5px  
}

.ap-usu-container-bloqueado{
  background-color: #f8e8e6;
  border: 2px dashed rgb(191, 48, 48);
}

.ap-usu-container:hover{
  background-color: rgb(243, 244, 247);
  border: 2px solid rgb(49, 135, 215);  
}

.ap-usu-nombre{
  width: 90%;
  color:rgb(49, 135, 215);
}

.ap-usu-texto{
  overflow: hidden;
  text-overflow: ellipsis;  
}

.ap-usu-saldo{
  color:gray;
}

.ap-usu-login{
  color: rgb(49, 135, 215);
}

.ap-usu-email{
  font-size: 12px;
}

.ap-usu-btn{  
  font-size:24px; 
  margin-left: 10px;
  cursor: pointer;
  margin-right: 15px;
}

.ap-usu-btn:hover{  
  color: rgb(36, 136, 203);
}

.ap-usu-lock{
  position: absolute;
  right: 7px;
  font-size: 30px;
  color:rgb(17, 96, 14);
  top:-4px;
}

.ap-usu-lock-bloqueado{
  color:rgb(191, 48, 48);
}

.ap-usu-lock-sin-saldo{
  color:silver;
}


.ap-usu-eres-tu{
  border: dashed 2px rgb(8, 175, 75);
  color: rgb(16, 171, 50);
  background-color: rgb(238, 248, 243);
  
}

.ap-usu-fecha{
  font-size: 14px;
}

.ap-edit-usu-edit-dato{
  font-weight: 500;
}

.ap-edit-usu-edit-error-guardar{
  color:red;
  text-align: center;
  padding: 1rem;
}

.ap-error-anyadir-saldo{
  color:red;
  text-align: center;
  padding: 1rem;
}

.f-color-gris{
  color:silver !important;
}

.edit_pass{
  -webkit-text-security: disc;
  -moz-text-security: disc;
}


/* Pasos creación tarjeta */

.capaPasosCrearTarjeta {
  max-width: 900px;
  min-height: 54px;
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
  width: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
}


/* Barra de progreso */

.BarraProgreso-CrearTarjeta {
  display: flex;
  justify-content: space-between;
  position: relative
}

.BarraProgreso-CrearTarjeta[data-steps="1"] {
  justify-content: center
}

.BarraProgreso-CrearTarjeta:not([data-steps="1"]):before {
  content: "";
  position: absolute;
  border: 1px dotted silver;
  height: 1px;
  left: 0;
  width: 100%;
  top: 1.125rem
}

.BarraProgreso-CrearTarjeta>:first-child:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50%;
  left: 0;
  top: 1.125rem;
  background: #efefef;
  z-index: 0
}

.BarraProgreso-CrearTarjeta>:last-child:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  left: 50%;
  top: 1.125rem;
  background: #efefef;
  z-index: 0
}

.BarraProgreso-IconoPaso {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 100%;
}

.BarraProgreso-IconoPaso .BarraProgreso-IconoPaso-numero {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.BarraProgreso-IconoPaso[data-completed=true] .BarraProgreso-IconoPaso-contenedor {
  background: var(--magenta-600);
  color: #fff
}

.BarraProgreso-IconoPaso[data-completed=true] .BarraProgreso-IconoPaso-numero {
  display: none
}

.BarraProgreso-IconoPaso[data-completed=true] .BarraProgreso-IconoPaso-etiqueta {
  color: var(--magenta-800)
}

.BarraProgreso-IconoPaso[data-completed=false] .BarraProgreso-IconoPaso-check {
  display: none
}

.BarraProgreso-IconoPaso[data-active=true] .BarraProgreso-IconoPaso-contenedor {
  background: var(--magenta-600);
  border: 3px solid var(--magenta-300);
  color: #fff
}

.BarraProgreso-IconoPaso[data-active=true] .BarraProgreso-IconoPaso-etiqueta {
  color: var(--magenta-800)
}

.BarraProgreso-IconoPaso .BarraProgreso-IconoPaso-contenedor {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid var(--magenta-600);
  color: var(--magenta-600);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 2;
  box-shadow: 0 0 0 .225rem #fff;
  padding: 0
}

.BarraProgreso-IconoPaso .BarraProgreso-IconoPaso-contenedor:focus {
  outline: none
}

.BarraProgreso-IconoPaso .BarraProgreso-IconoPaso-etiqueta {
  font-size: .75rem;
  letter-spacing: .2px;
  text-align: center;
  margin-top: .125rem;
  padding: 0 .25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.BarraProgreso-IconoPaso .BarraProgreso-IconoPaso-check {
  display: flex
}

/* COLORES */

:root {
  --magenta-100: #f1d6e2;
  --magenta-200: #eac2d4;
  --magenta-300: #e3adc5;
  --magenta-400: #dc99b7;
  --magenta-500: #d585a9;
  --magenta-600: #ce709a;
  --magenta-700: #c75c8c;
  --magenta-800: #c0477d;
  --magenta-900: #B9336F;
}

/* svg check */

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* Speech Bubble CSS 

t, l, r o b para posicionar la flecha en la parte superior (top), izqquierda (left), derecha (right) o en la parte inferior (bottom)
round o circle para la forma del bocadillo
pop o float para el tipo de animación
center para centrar el bocadillo (por defecto lo alinea a la izquierda)

*/

.speech-bubble{
  --arrow-w:0.5em;
  --arrow-h:1em;
  --bubble-corners:0;
  /* --w:12em; */
  --w:50em;
  --border-size:3px;
  --text-color:black;
  --bubble-color:white;
  --border-color:black;
}
.speech-bubble{
  text-align:center;
  font-family:cursive;
  font-size:16px;
  font-weight:bold;
  color:var(--text-color);
  background:var(--bubble-color);
  padding:1em;
  position:relative;
  border-radius:var(--bubble-corners);
  max-width:var(--w);
  box-shadow:0 0 0 var(--border-size) var(--border-color);
}

.speech-bubble.round{
  --bubble-corners:1em;
}

.speech-bubble.circle{
  --bubble-corners:100%;
  padding:2em;
}

.speech-bubble.center{
  margin: 0 auto;
}

.speech-bubble:before,.speech-bubble:after{
  content:"";
  position:absolute;
  bottom:calc(-1 * var(--arrow-h) * 2 + 0.5px);
  left:50%;
  border-style:solid;
  border-width:var(--arrow-h) var(--arrow-w);
  border-color:var(--bubble-color) transparent transparent;
}

.speech-bubble:before{
  border-width:calc(var(--arrow-h) + var(--border-size)) calc(var(--arrow-w) + var(--border-size));
  border-color:var(--border-color) transparent transparent;
  bottom:calc(-1 * var(--arrow-h) * 2 - 2.5*var(--border-size)); 
  left:calc(50% - var(--border-size));
}

.speech-bubble.t:after{
  border-color:transparent transparent var(--bubble-color);
  bottom:auto;
  top:calc(-1 * var(--arrow-h) * 2 + 0.5px);
}

.speech-bubble.t:before{
  border-width:calc(var(--arrow-h) + var(--border-size)) calc(var(--arrow-w) + var(--border-size));
  border-color:transparent transparent var(--border-color);
  bottom:auto;
  top:calc(-1 * var(--arrow-h) * 2 - 2.5*var(--border-size)); 
}

.speech-bubble.l:after{
  border-color:transparent var(--bubble-color) transparent transparent;
  bottom:auto;
  border-width:var(--arrow-w) var(--arrow-h);
  top:calc(50% - var(--arrow-w));
  left:calc(-1 * var(--arrow-h) * 2 + 0.5px);
}

.speech-bubble.l:before{
  border-width:calc(var(--arrow-w) + var(--border-size)) calc(var(--arrow-h) + var(--border-size));
  border-color:transparent var(--border-color) transparent transparent;
  bottom:auto;  
  top:calc(50% - var(--arrow-w) - var(--border-size));
  left:calc(-1 * var(--arrow-h) * 2 - 2.5*var(--border-size)); 
}

.speech-bubble.r:after{
  border-color:transparent transparent transparent var(--bubble-color);
  bottom:auto;
  left:auto;
  border-width:var(--arrow-w) var(--arrow-h);
  top:calc(50% - var(--arrow-w));
  right:calc(-1 * var(--arrow-h) * 2 + 0.5px);
}

.speech-bubble.r:before{
  border-width:calc(var(--arrow-w) + var(--border-size)) calc(var(--arrow-h) + var(--border-size));
  border-color:transparent transparent transparent var(--border-color);
  bottom:auto;
  left:auto;
  top:calc(50% - var(--arrow-w) - var(--border-size));
  right:calc(-1 * var(--arrow-h) * 2 - 2.5*var(--border-size)); 
}

.speech-bubble.pop{
  animation-name: pop;
  animation-duration: 0.5s;
  animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
}

.speech-bubble.float{
  animation-name: float-up;
  /* animation-duration: 2s; */
  animation-duration: 1.5s;
  /* animation-iteration-count: infinite; */
  animation-iteration-count: 1;
  animation-timing-function:ease;
}

.speech-bubble.r.float{
  animation-name: float-left;
}

.speech-bubble.l.float{
  animation-name: float-right;
}

.speech-bubble.t.float{
  animation-name: float-down;
}

@keyframes pop {
  0% {transform: scale(0.8);}
  80% {transform: scale(1.1);}
  90% {transform: scale(0.9);}
  100% {transform: scale(1);}
}

@keyframes float-up {
  0% {transform: translateY(0);}
  50% {transform: translateY(calc(-1 * var(--arrow-h)));}
}

@keyframes float-left {
  0% {transform: translateX(0);}
  50% {transform: translateX(calc(-1 * var(--arrow-h)));}
}

@keyframes float-right {
  0% {transform: translateX(0);}
  50% {transform: translateX(var(--arrow-h));}
}

@keyframes float-down {
  0% {transform: translateY(0);}
  50% {transform: translateY(var(--arrow-h));}
}

/* Navbar */

.nav-item{
  margin-left: 10px;  
  text-align: center;
}

.img_cac_nav{
  height: 50px;  
}

.nav-link{
  color:white;
}

.dropdown-item{
  text-align: center;
}

.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}


/* CSS para las animaciones */

@keyframes anim-fade-in { from { opacity: 0; } to { opacity: 1 } }

@keyframes anim-up { 
	from { opacity: 0; transform: translateY(100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-down { 
	from { opacity: 0; transform: translateY(-100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-left { 
	from { opacity: 0; transform: translateX(100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

@keyframes anim-right { 
	from { opacity: 0; transform: translateX(-100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

.anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in {
	animation-duration: 1s; /* la animacion dura X segundos */
	animation-delay: 100ms; /* esperamos X segundos antes de hacer la animacion */			
	animation-fill-mode: both; /* aplica estilos de la animacion antes y despues de reproducirla */
}

.anim-up { animation-name: anim-up; }
.anim-down { animation-name: anim-down; }
.anim-left { animation-name: anim-left; }
.anim-right { animation-name: anim-right; }
.anim-fade-in { animation-name: anim-fade-in; }

.anim-pause-1 { animation-delay: 500ms; } /* la animacion empieza en 2 seg. */	
.anim-pause-2 { animation-delay: 2s; } /* la animacion empieza en 2 seg. */		
.anim-pause-3 { animation-delay: 3s; } /* la animacion empieza en 3 seg. */
.anim-pause-4 { animation-delay: 4s; } /* la animacion empieza en 4 seg. */
.anim-pause-5 { animation-delay: 5s; } /* la animacion empieza en 5 seg. */

/* todas las animaciones pausadas */
.paused * { 
	animation-play-state: paused;
}