/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Tema Hijo para la plantilla de Astra Web de Efirma
 Author:      IngeniusCuba
 Author URI:  URL del sitio web del autor
 Template:    astra
 Version:     1.0
*/

body, h1, h2, h3, h4, h5, h6, p, span, button, strong, label, input, textarea {
    font-family: "Ubuntu" !important;
}

.menu-item-102 a{
	border-radius: 32px;
background: #29449B;
	color: #fff !important;
	height: 50px !important;
}

/*eliminacion de padding*/

.elementor-element-df31b3e, .elementor-element-e2836f9, .elementor-element-e2836f9{
	padding: 0 !important;
    margin: 0;
}

/*eliminacion de padding*/

/*footer
footer.site-footer{
	background: url('./assents/img/background.png') !important;
	background-size: cover !important;
}
*/

footer .site-above-footer-wrap, footer .site-primary-footer-wrap, footer .site-below-footer-wrap{
	background: none!important;
}

footer.site-footer .site-below-footer-wrap{
	background: #15224E !important;
}

footer p, footer h2, footer a{
	color: #fff;
}

footer ul {
	list-style: none;
	text-align: start;
}

footer .imagenes-footer{
	display: flex;
}

footer .imagenes-footer .elemento{
	margin: 5px;
}

footer .imagenes-footer .elemento img{
    width: 100px;
}

footer .imagenes-footer .elemento h6{
	color: #FFF;
text-align: center;
font-family: "Quicksand", Sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

footer #astra-footer-menu{
	display: flex;
	flex-direction: column;
	text-align: start;
	position: relative;
	margin-top: 50px;
}

footer #astra-footer-menu::after{
	position: absolute;
	content:'Soluciones';
	top: 0;
	color: #fff;
	margin-top: -50px;
	
	color: #FFF;
font-family: "Quicksand", Sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

footer h2.wp-block-heading, footer h2{
	color: #FFF!important;
	font-family: "Quicksand", Sans-serif;
	font-size: 17px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: start;
}

footer .site-footer-above-section-3 p {
	color: #FFF;
font-family: "Quicksand", Sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
	margin-left: 15px;
}

footer ul{
    margin: 0 !important;
}

footer #block-10 ul li{
	color: #FFF;
font-family: "Quicksand", Sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
	margin-left: 15px;
}
footer .ul-list-actualidad h2{
    margin-bottom: 10px;
}

/*footer*/

/*formulario de contacto*/

.wpcf7-text, .wpcf7-textarea{
	border-radius: 20px !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075)
}

.wpcf7-submit{
	display: flex;
	justify-content: center;
	width: 40%;
	margin: auto;
	
	background: #29449B !important;
		border-radius: 20px;
}

/*formulario de contacto*/

/*mostar post*/
.lista-post{
  display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;

	padding: 0px !important;
	margin: 0 !important;
}

.lista-post .noticia{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 20px;

}

.lista-post .noticia img{
	position: relative;
	width: 100%;
	border-bottom: 6px solid #29449b;
}

.lista-post .noticia .contenido{
	padding: 10px;
	text-align: center;
	color: #29449b;
	font-family: "Quicksand", Sans-serif;
}

.lista-post .noticia .contenido h3{
	color: #29449b;
}

/*Estilos de las tarjetas 3d*/
.tarjetas {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

	width: 100%;
}
.tarjeta {
	width: 40%;
	margin: 1rem;

	perspective: 1000px;
	transform-style: preserve-3d;
}

.tarjeta .frontal,
.tarjeta .tracero {
	height: auto;
	min-height: 280px;

	background-size: cover;
	background-position: center;

	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);

	color: #fff;
	font-size: 1.5rem;
	text-align: center;

	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.tarjeta .frontal {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), red;
  background-color: #66D7D1;
  /* Posicion por defecto */
  transform: rotateY(0deg);
}

.tarjeta:first-child .frontal{
	background: linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	  ), url('./assents/img/efirma-movil.png') !important;
	  background-size: contain !important;
	  background-repeat: no-repeat;
}

.tarjeta:nth-of-type(2) .frontal{
	background: linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	  ), url('./assents/img/efirma-escritorio.png') !important;
	  background-size: contain !important;
	  background-repeat: no-repeat;
}

.tarjeta:nth-of-type(3) .frontal{
	background: linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	  ), url('./assents/img/efirma-linea.jpg') !important;
	  background-size: cover !important;
	  background-repeat: no-repeat;
}

.tarjeta .tracero {
	width: 100%;
	
	background-color: #957DAD;
	
	top: 0;
	left: 0;
	position: absolute;
  /* Posicion por defecto */
	transform: rotateY(180deg);
}
/* Velocidad de trancicion */
.tarjeta:hover .frontal,
.tarjeta:hover .tracero {transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}

/* Girar imagen */
.tarjeta:hover .frontal {transform: rotateY(-180deg);}
.tarjeta:hover .tracero {transform: rotateY(0deg);}


.tarjeta .contenido {
	width: 100%;
	position: absolute;
	
	padding: 2rem;
	box-sizing: border-box;
	
	top: 50%;
	left: 0;
	perspective: inherit;
  /* Posicion de texto central */
	transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.frontal .contenido p {
	font-size: 2rem;
	position: relative;
	margin-bottom: .5rem;
}
.frontal .contenido hr {
	width: 4rem;
	height: 1px;
	
	background: #C6D4DF;
	
	margin: .5rem auto;
}
.frontal .contenido span {color: rgba(255, 255, 255, 0.7);}

header.site-header{
	position: fixed;
	width: 100%;
 	background-size: cover !important;
 	background-repeat: no-repeat;
}

.home .ast-primary-header-bar {
	background: transparent;
}

.home .fixed .ast-primary-header-bar {
	background: #fff !important;
  	border-bottom: 4px solid #29449B;
     box-shadow: -2px 3px 9px rgba(0, 0, 0, 0.5);
}

.home .fixed .main-header-menu a {
	color: #404040 !important;
}

.home .main-header-menu a{
	color: #fff !important;
}

.home .fixed .main-header-menu li:nth-child(5) a{
	color: #fff !important;
}

.home .main-header-menu li:nth-child(5) {
   box-shadow:
    0px 4px 8px 0px #12122133,
    0px 15px 15px 0px #1212212B,
    0px 34px 20px 0px #1212211A,
    0px 61px 24px 0px #12122108,
    0px 95px 27px 0px #12122100 !important;
  background: #91903D;
  color: #fff !important;
  border-radius: 30px !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 50px;
}

.circle {
	width: 148px !important;
  	height: 148px !important;
    background: #91903D !important;
    border-radius: 50% !important;
    box-shadow:
      0px 4px 8px 0px #12122133,
      0px 15px 15px 0px #1212212B,
      0px 34px 20px 0px #1212211A,
      0px 61px 24px 0px #12122108,
      0px 95px 27px 0px #12122100 !important;
  position: absolute;
  top: -210px !important;
}

.ast-primary-header-bar{
  background-size: cover !important;
 	background-repeat: no-repeat;
}

.boton-shadown a{
  box-shadow:
    0px 4px 8px 0px #12122133,
    0px 15px 15px 0px #1212212B,
    0px 34px 20px 0px #1212211A,
    0px 61px 24px 0px #12122108,
    0px 95px 27px 0px #12122100 !important;
}


.tracero a{
	background: #29449B;
	text-decoration: none !important;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}



/*Estilos de las tarjetas 3d*/

/*media querys*/

@media (max-width: 768px) {
	.lista-post{
		flex-direction: column;
		padding: 0 !important;
		margin: 0 !important;
	}

	.lista-post li{
		width: 90%;
		margin: 0;
		padding: 0px;
	}

	footer > div{
		padding: 10px;
	}

	footer.site-footer{
		background-size: cover !important;
	}

	footer .imagenes-footer{
		justify-content: center;
	}

	footer #astra-footer-menu::after{
		margin-top: 5px;
	}
}


/*svg*/

svg {
	height: 23rem;
	margin-right: 4rem;
}

#envelope {
  animation: float 2s ease-in-out infinite;
}

#star1, #star2, #star3, #star4, #star5, #star6 {
  animation: blink 1s ease-in-out infinite;
}
#star2 { animation-delay: 100ms; }
#star3 { animation-delay: 500ms; }
#star4 { animation-delay: 700ms; }
#star5 { animation-delay: 300ms; }
#star6 { animation-delay: 200ms }

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.container {
	height: 100vh;
}

form {
	min-width: 25rem;
	
	.title {
		font-family: 'Pacifico', cursive;
		color: #212529;
		font-size: 2.5rem;
	}
	
  .form-control {
    background-color: #f2f6f8;
	
		
    &.thick {
      height: 3.3rem;
      padding: .5rem 3.5rem;
    }
		
		&:focus {
			background-color: #f2f6f8;
			border: none;
			box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
		}
  }
	
	.message .form-control {
			padding: .5rem 1.8rem;
	}
	
  ::placeholder {
    font-family: 'Roboto', sans-serif;
		font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
  }
	
  input,
  textarea {
		font-family: 'Quicksand', sans-serif;
    color: #212529;
    font-size: 1.1rem;
  }
	
  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

.btn.btn-primary {
  font-family: 'Quicksand', sans-serif;
	font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image:linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}


/*ajustes al perzonalisador*/

.elementor-element-b920355{
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-counter{
	display: flex;
	justify-content: center;
	align-items: center;
}

.elementor-counter .elementor-counter-title{
	line-height: 100% !important;
}

.elementor-icon svg{
	margin-right: 0px;
}

.blog .ast-row{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.blog .ast-row article{
	width: 30%;
}

.blog .ast-row article{
	border-bottom: none;
	box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.10);
	margin: 10px;
	padding: 0px;
}

.blog .ast-row article img{
	position: relative;
	width: 100% !important;
	border-bottom: 6px solid #29449B;
}

.blog .ast-row article header{
	padding: 10px;
	text-align: center;
}



@media (max-width: 768px){
	.tarjeta{
		width: 100%;
	}
	#contact-svg svg{
		width: 100%;
		margin-right: none !important;
	}
	
	svg{
		margin-right: 0px !important;
	}
	
	form.wpcf7-form{
		min-width: 100% !important;
	}
}

.e-con-inner{
	justify-content: space-around !important
}


.wpls-logo-cnt img{
	filter: grayscale(100%);
}

.entry-title{
	margin-top: 100px;
}

.entry-content ul, .entry-content ol {
    padding: 0px !important;
    margin: revert;
}

.elementor-element-1ad6018 .e-con-inner, .elementor-element-1369616 .e-con-inner, .elementor-element-ed779c4 .e-con-inner,.elementor-element-2e4597f .e-con-inner{
	align-items: center !important;
}

/*planes*/

.block.natural .cont {
	margin-bottom: 200px !important;
}

.block.natural .cont .tabla{
	width: 40%;
	padding: none !important;
}

.block.natural .cont .tabla .caracteristica li {
	align-items: start !important;
}

.block.natural .cont .tabla .caracteristica li img{
	margin-top: -2px;
}

.block.natural .cont .tabla .precio{
	width:120px;
	height: 120px;
	margin-top: -10px;
}


/*planes empresariales*/

.block.empresarial .cont {

}

.block.empresarial .cont .tabla{
	width: 31%;
	height: 45rem
}

.block.empresarial .cont .tabla .precio{
	width: 130px;
	height: 130px;
	font-size: 20px;
	margin-top: -10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*planes premium*/

.block.premium .cont .tabla{
	width: 31%;
	height: 38rem;
}

.block.premium .cont .tabla:last-child .precio{
	border: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block.premium .cont .tabla:last-child .precio h2{
	font-size: 20px
}

.block.premium .cont .tabla .precio{
	width: 135px;
	height: 135px;
	padding: 3px;
	margin-top: -10px
}

.elementor-element-2a201ef{
	width: 100vw ;
	position: relative;
	left: 50% ;
	right: 50% ;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: none !important;
	overflow: hidden;
	padding: 5rem 0;
	background-size: cover !important;
	
}

.elementor-element-bf3eb59{
	margin: 0;
	padding: 0;
}

.elementor-element-3869b41 .e-con-inner{
	max-width: 1200px
}


/*010324*/
form.wpcf7-form.init input,textarea{
	background-color: rgba(57, 62, 145, 0.15);
	color: #919191;
    font-family: roboto;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	color: #919191;
	font-family: roboto;
}

.imagenes-footer{
	display: flex;
	justify-content: center;	
}

footer#colophon{
	background-color: #393E91!important;
}

.elementor-8 .elementor-element.elementor-element-bc78bdc .elementor-heading-title {
	color: #393E91;
	font-family: "Roboto", Sans-serif;
	font-size: 35px!important;
	font-weight: 700;
  }

  .elementor-8 .elementor-element.elementor-element-b22e3a5 .elementor-heading-title {
	font-size: 35px!important;
  }

  .wpls-logo-cnt img {
	filter: grayscale(1%)!important;
  }

  .wpls-logo-showcase .slick-dots li button {
	border: none !important;
	background-color: #E4F5FF;

  }

  .wpls-logo-showcase .slick-dots li.slick-active button {
	background: #393E91 !important;
  }
  
 p.error-login{
	background-color: red;
    padding: 5px;
 } 
.page-template-login-custom{
	background-image: url("./assents/img/1.jpg")!important;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  
}
#post-619{
	background-image: url("./assents/img/1.jpg")!important;
  background-size: cover !important;
  background-attachment: fixed!important;
  
}



#post-619 > .entry-content{
	
		padding-bottom: 10px!important;
	background: rgba(8, 22, 55, 0.45)!important;
}

.page-template-login-custom #content{
	margin-top: 10px;
	display: grid;
	justify-content: center;
	background: rgba(8, 22, 55, 0.45);
}
#login-page{
	color: white;
	margin-top: 106px;
	width: 100%;
	
}

#loginform input{
	width: 100%;
	height: 40px;
	background-color: #E4F5FF;
  font-stretch: semi-condensed;
  border-radius: 10px;
}
#loginform input#rememberme{	
	height: 15px;
}
#loginform  .login-remember {
	width: 116px;
}
#loginform .login-remember label{
display: flex;
}

#cert-upload-form label{
	
	font-size: 15px;
}

#content-login {
    padding: 0px;
}
#content-login>h2{
	color: white;
	text-align: center;
	padding: 20px;
}

#loginform .login-submit input#wp-submit{
	background-color: rgba(57,62,145,.90);
	width: 35%;
  border: 2px solid white;
}

#loginform .login-submit{
display: flex;
  justify-content: center;
}
p.register{
	text-align: center;
}

p.register a{
	color: white;
	font-weight: bolder;
}


#content{
	background-color: #E4F5FF;
}
/*backend*/
.page-template-backend{
background-color: #E4F5FF;
}

.backend{	
    margin-top: 109px!important;
	
}
.backend main{
	
	display: flex;
  justify-content: center;
}
.backend nav{
	background-color: #393E91;
	width: 50%;
	padding: 20px;
	border-radius: 0px 0px 15px 15px;
	display: flex;
	justify-content: space-around;
	box-shadow: 0px -36px rgba(0,0,0,0.8);
	margin-top: 2px;

}
.backend nav a{
	color: #E4F5FF;
}

.profile-efirma{
	width: 70%;
}
.profile-efirma h3{
	margin: 30px 0px;
}
.profile-efirma input{
	background-color: #cadaef;
	width: 100%;
	border-radius: 5px;
	margin: 15px 0px;
}
.container-efima, .cert{
display: flex;
  justify-content: center;
}



.efirma-menu > a:visited{
	border-bottom: 2px solid!important;
}



a.btn-add-cert,a.btn-cerrar,a.btn-confirmar{
	border-radius: 5px;
	width: 200px;
	border: 2px solid #393E91;
	background-color: transparent;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
}

a.btn-add-cert{
	color: #393E91;
	margin: 50px 0;
	
}

.certificates{
	margin-top: 200px;
  width: 100%;
}

.btn-container{
	text-align: center;
  margin-top: 57px;
}
.certificate{
	margin-top: 15px;
}

.cert-fecha {
	color: #919191
}
.cert-name h5{
	color: #393E91;
	font-weight: 600;
}
.cert-name {
	display: flex;
}
.cert-content{
	width: 100%;
	display: inline-flex;
	background-color: #cadaef;
	border-radius: 5px;
	color: #393E91;
	padding: 15px 15px 0;
}

.cert-opt {
	
	margin-left: 10px;
}

.cert-opt ul{
	display: flex;
	list-style: none;

}


.cert-opt ul li.validate::after {
    content: "";
    display: inline-block;
    width: 20px;
  height: 25px;
    background-image: url('assents/img/valid.png'); 
   background-size: cover; 
    margin-left: 20px;
}

.cert-opt ul li.edite::after {
    content: "";
    display: inline-block;
	width: 20px;
	height: 25px;
    background-image: url('assents/img/paper.png'); 
    background-size: cover;
    margin-left: 20px; 
}

.cert-opt ul li.delete::after {
    content: "";
    display: inline-block;
	width: 25px;
	height: 25px;
	padding: 2px;
    background-image: url('assents/img/delete.png'); 
    background-size: cover; 
    margin-left: 20px; 
}



.cert-name::before{
	content: "";
    display: inline-block;
	width: 20px;
	height: 25px;
    background-image: url('assents/img/paper.png');
    background-size: cover;
    margin-right: 10px; 
}

.cert-opt ul li{
	margin: 0 10px;
}

.myplan .card{
	box-shadow: 0 0 10px 0px;
  border-radius: 15px;
  height: auto;
  color: #393E91;
  padding: 10px;
  display: grid;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 20px;
  
}
.card-plans{
	box-shadow: 0 0 10px 0px;
  border-radius: 15px;
 
  color: #393E91;
  padding: 50px 30px;
  width: 30%;
    margin: 10px;
}

.myplan .card h4{
color: #393E91;
text-align: center;
}


.info{
	position: relative;
	margin: 48px;
}
.info-left{
	float: left;
width: 50%;
display: grid;
}
.info-right{
	float: right ;
width: 50%;
display: grid;
}

.list-plan-efirma{
	width: 100%;
}

.plan {
    display: flex;
    flex-wrap: wrap;
}

.card-plans h4{
	color: #393E91;
	padding: 15px 0px;	
}

.card-plans h4::after{
    content: "";
    display: block;
    height: 3px;
	width: 170px;
	margin-top: 5px;
    background: linear-gradient(to right, #393E91 50%, transparent 50%);
}

.card h4::after {
    content: "";
    display: block;
    height: 3px;
	width: 170px;
	margin-top: 5px;
	margin-left: 45%;
    background: linear-gradient(to right, #393E91 50%, transparent 50%);
}

.card-plans span.price{
font-weight: bold;
font-size: 2.7em;
color: #393E91;
}
.card-plans ul li{
	color: black
}

a.plax{
padding-top: 10px;
 margin-top: 20px;
  padding-bottom: 10px;
}

.cont-btn{
	text-align: center;
}

nav.efirma-menu > a:active {
    background-color: white!important;
    color: black;
}

.list-plan-efirma h2, .profile-efirma h2 {
	color: #393E91;
	font-weight: bold;
	text-align: center;
	padding: 30px;
}

.profile-efirma.plans{
width: 100%;
}

.noresult{
	text-align: center;
	margin-top: 15px;
}

/*Modal QR*/
#qrModal{
	position: fixed;
  top: 25%;
  left: 35%;
  background-color: white;

}

#qrModal > .contain{
	display: grid;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 30px;
  box-shadow: 0 0 10px 0px;
  border-radius: 15px;
}

#qrModal > .contain >svg, #swal2-html-container > svg {
	height: 10rem;
	margin-right: 0rem!important;
  }


a.btn-confirmar{
	background-color: #393E91;
	color: white;
	margin-left: 28px;
}

.swal2-confirm.swal2-styled{
	background-color: #393E91!important;
}

h2.import{

}

.elementor-element-dc53ae2 >.elementor-widget-container{
	display: flex;
	justify-content: center;
}
#cert-upload-form{
	text-align: center;
	width: 70%;
	
}

#idoc
	{
		display: flex;
		justify-content: center;
	}
#docum-form {
	text-align: center;
	width: 70%;
	
}

#docum-form input[type="submit"]{
	width: 120px;
	background-color: #393E91;
	
}

ul#ast-hf-menu-1 li.menu-item.added{
	display: ruby;
	color: white;
  margin-left: 140px;
  border-bottom: 2px solid white;
  height: 60px;
}

ul#ast-hf-menu-1 li.menu-item.added::after{
    content: "";
    display: inline-block;
    width: 25px;
  height: 25px;
    background-image: url('assents/img/account.png'); 
   background-size: cover; 
   margin-left: 10px;
   
}

.accordion {
	
	margin: 90px auto;
	color: #393E91;
	
	padding: 45px 45px;
  }

  .accordion .container {
	position: relative;
	margin: 10px 10px;
  }
  
  /* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */
  
  .accordion .label {
	position: relative;
	padding: 10px 0;
	font-size: 30px;
	color: black;
	cursor: pointer;
  }

  /* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
	content: '˅';
	color: #393E91;
	position: absolute;
	top: 50%;
	right: -5px;
	font-size: 25px;
	transform: translateY(-50%);
  }
  
  /* Hides the content (height: 0), decreases font size, justifies text and adds transition */
  
  .accordion .content {
	position: relative;	
	height: 0;
	font-size: 20px;
	text-align: justify;
	overflow: hidden;
	transition: 0.5s;
  }
  
  /* Adds a horizontal line between the contents */
  
  .accordion hr {
	width: 100;
	margin-left: 0;
	border: 1px solid grey;
  }

  /* Unhides the content part when active. Sets the height */

.accordion .xcontainer.active .content {
	height: 150px;
	padding-top: 30px;
  }
  
  .accordion .xcontainer .label{
	border-bottom: 2px solid #393E91;
  }
  /* Changes from plus sign to negative sign once active */
  
  .accordion .xcontainer.active .label::before {
	content: '^';
	color: #393E91;
	font-size: 30px;
  }

  .xcontainer strong{
	color: #393E91;
  font-size: 20px;
  }

  .post-377 header h1{	
	display: none;
  }

.menuplan ul{
	  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #393E91;

}

.menuplan ul >li{
	padding: 13px 0px;
}

.menuplan ul >li>a{
color: #cadaef;
background-color: #393E91;
text-decoration:none!important;

}

.rebajado{
	display:none;
}

input[type="radio"] ~ label{
	border: none !important;
	color: #393E91;
}

.oferta{
	margin: 20px;
}

.menuplan ul{
	
	margin: -10px!important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	width: 20px;
	height: 20px;
	fill: white !important;
  }

  #ast-hf-menu-1 li a:active, .efirma-menu a:active{
	border-bottom: 2px solid white!important;
  }

  .efirma-logout{
  background-color: white;
  height: 28px;
  position: absolute;
  right: 0px;
  bottom: -7px;
  width: 174px;
  text-align: center;
  }

  #ast-hf-menu-1 > li.added > a{
	color: white!important;
  }

  select#certif{
	width: 100%;
  margin-bottom: 30px;
  }

.menu-tab{
	display: flex;
  justify-content: flex-start;
 
}

.menu-tab h5{
	padding: 5px;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom: 2px solid #393E91;
	font-size: 18px;
}

.miperfil,.configuracion{
	margin-top: 50px;
}

.configuracion .form-control{
	width: 50%;
}
.sett{
	display: flex;
  justify-content: end;
  margin-top: 20px;
}

#texto-firma{
	background-color: white;
}

.signform{
display: grid;
}

.signform select{
	margin-top: 5px!important;
	}

.attachment-thumbnail.size-thumbnail.wp-post-image{
	height: 70px;
  width: 70px;
}

section#block-30.widget,
section#block-32.widget,
section#block-33.widget,
section#block-30.widget p,
section#block-32.widget p,
section#block-33.widget p{
margin-bottom: 0.25em;
}
section#block-8.widget{
margin-top: 2.4em;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
	color: white;
}

@media (max-width: 600px) {
	.e-con-inner > .elementor-element{
		margin-bottom: 15px;
	}
	.footer-widget-area{
		text-align: center;
	}

section#block-30.widget p,
section#block-32.widget p,
section#block-33.widget p,
section#block-8 p,
section#block-22 h2
{
text-align: center;
}

.elementor-element-5f5fbb1{
	display: none;
}

.card-plans{
	width: 100%;
}

.accordion {
   
    padding: 5px 5px; 
}

.backend nav {
	margin-top: -2px;
    width: 100%;
}
form.vicod_form{
	min-width: 15rem;
}
form.vicod_form >div>label{
	text-align: center;
}
.cert-content, .certificate {
    width: 100%;
    display: grid;
}


.cert-content ul{
	margin: 20px 20px;
	text-align: center;
}

.cert-name::before {
    width: 25px;
}

.certicates{
	padding: 27px 0px;
}
.cert-opt ul li.validate::after,
.cert-opt ul li.edite::after,
.cert-opt ul li.delete::after {
margin-left: 0px;
}

.info{
	display: grid;
	margin:0px;
}
.info-left {
	width:100%;
}
.info-right {
	width:100%;
}

.menuplan > ul{
	display: flex;
		justify-content: space-around;
	}

	.menuplan > ul >li>a {
		margin: 0px!important;
		padding-right: 15px!important;
	}

.elementor-element-376164c::after{
	position: absolute;
    content: "¡Próximamente!";   
	font-size: 40px !important;
    color: #fff;
	left: 11%!important;
	font-family: "Quicksand", Sans-serif;
	font-weight: 0px !important;
}

}

.elementor-element-7a406383{
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    overflow: hidden;
}

.regis-btn{
	padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 5px;
    background-color: rgba(57, 62, 145, .90);
    border: 2px solid white;
}

a.regis-btn{
color:white;
text-transform: uppercase;
}

p.login-remember >label{
	display: flex!important;
    align-items: center!important;
}

#loginform input#wp-submit{
	height: auto !important;
	text-transform: uppercase !important;
}



.menuplan > ul >li{
    
    border-right: 1px solid white; 
    
}
.menuplan > ul >li>a{
margin-right: 25px;
}

.menuplan > ul> li:last-child {
    border-right: none;
}

.normal {
    display: felx;
   
}

.currency {
	vertical-align: top;
    letter-spacing: 0.15em;
}


.site-footer-above-section-3::after {
    content: "";
    display: inline-block;
	width: 285px;
  height: 128px;
	padding: 2px;
    background-image: url('assents/img/footer.png'); 
    background-size: cover; 
    margin-left: 20px; 
}

.elementor-element-376164c::after{
	position: absolute;
    content: "¡Próximamente!";    
    font-size: 60px;
    color: #fff;
    left: 32%;
    font-weight: 700;
	font-family: "Quicksand", Sans-serif;
}

.menuplan > ul >li>a {
    margin: 50px;
}