
div.sjb-box{
	margin-bottom:2.7em;
}

/*Testimonios*/

.acuarel-testimonios{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.acuarel-testimonios .testimonio{
    background-color: #FFFFFF;
}

@media only screen and (max-width: 790px) {
    .acuarel-testimonios{
        display: block;
    }

    .acuarel-testimonios .testimonio{
        margin-bottom: 11vh !important;
    }

}
/**/

.acuarel-contenedor{
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}

.acuarel-contenedor .listado-item .item-imagen img{
        width: 100%;
}

@media only screen and (max-width: 1500px) {
    .acuarel-contenedor{
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 40px;
    }

    .acuarel-contenedor .listado-item{
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .acuarel-contenedor{
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        column-gap: 40px;
    }
}

.acuarel-contenedor .listado-item{
    border: 1px solid #b2b2b2;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 484px;
    position: relative;
}

@media only screen and (max-width: 780px) {

    .acuarel-contenedor .listado-item .item-imagen img{
        width: 100%;
    }

    .acuarel-contenedor .listado-item .item-cuerpo {
        height: auto;
    }
}

.acuarel-contenedor .listado-item .item-cuerpo {
    border-top: 2px solid #fa4238;
    height: 450px;
}

/*
.acuarel-contenedor .listado-item .item-cuerpo:hover{
    border: 1px solid #fa4238;
}
*/

.acuarel-contenedor .listado-item .item-cuerpo .item-texto{
    text-align: center;
}

.acuarel-contenedor .listado-item .item-cuerpo .item-texto .item-titulo{
    width: 60%;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 3em;
}

.acuarel-contenedor .listado-item .item-cuerpo .item-texto .item-titulo h3{
    color: #333333;
    font: var(--the7-h4-font);
    font-size: 30px;
    line-height: 1em;
}

.acuarel-contenedor .listado-item .item-cuerpo .item-texto .item-descripcion{
    width: 80%;
    margin: 0 auto;
}

.acuarel-contenedor .listado-item .item-pie{
    border-top: 1px solid #666666;
    height: 50px;

    bottom: 0;
    width: 100%;

    display: grid;
    grid-template-columns: 30% 30% 40%;
}

@media only screen and (max-width: 780px) {
    .acuarel-contenedor .listado-item .item-pie{
        border-top: 1px solid #666666;
        height: 150px;

        bottom: 0;
        width: 100%;

        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

}

.acuarel-contenedor .listado-item .item-pie div{
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid lightgrey;*/
}

.acuarel-contenedor .listado-item .item-pie div img{
    padding-right: 5px;
}

.acuarel-contenedor .listado-item .item-pie p{
    margin: 0;
    display: inline-block !important;
    vertical-align: middle !important;
}

.acuarel-contenedor .listado-item .circulo {
    position: relative;
    top: (0+400px);

    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fa4238;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:0 auto;
    margin-top: -2.5em;
    margin-bottom: -2.5em;
    padding:3%
}


.acuarel-contenedor .listado-item .circulo > p {
    font-family: sans-serif;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin:0;
}

.enlaces-listado-udemy{
    text-decoration:none;
    color: #333333 !important;
}

.container-estrellas {
	font-size: 0;
	display: inline-block;
}
.container-estrellas p {
	text-decoration: none;
	display: inline-block;
	/*font-size: 32px;*/
	font-size: 1.8rem;

	color: #888;
}

.container-estrellas p.estrella-amarilla {
	color: #fa4238 !important;
}

/* Formulario de contacto */

.contacto-nombre, .contacto-email, .contacto-motivo, .contacto-mensaje{
    width: 100% !important;
}

.contacto-nombre input, .contacto-email input, .choices__inner, .contacto-mensaje textarea{
    border-color: #cccccc !important;
    margin: 0 !important;
}

.columna-formulario{
    background-color: white;
}

.columna-formulario .wpforms-submit{
    width: 100% !important;
    height: 75px !important;
    text-transform: capitalize !important;
    background-color: #ff4438 !important;
}

.wpforms-submit:hover{
    background-color: #ff725d !important;
}

.contacto-nombre input, .contacto-email input, .choices__inner, .contacto-mensaje textarea{
    background-color: #eeeeee !important;
    border-color:#eeeeee !important;
}

.contacto-nombre input::placeholder, .contacto-email input::placeholder, .choices__inner, .contacto-mensaje textarea::placeholder{
    color:black !important;
}

/*Pie*/
.footer .widget.widget_block{
    width: 50%;
    padding: 0;
    margin: 0;
}

.container-textos-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-textos-footer > .texto-pie{
    width: 50%;
    margin-bottom: 50px;
}

@media(max-width: 1100px){
    .footer .widget.widget_block{
        width: 100%;
        padding: 0px 50px 0px 50px;
    }
}

@media(max-width: 600px){
    .container-textos-footer > .texto-pie{
        width: 100%;
        margin-bottom: 50px;
    }
}

.widget_block .texto-pie a{
    text-decoration: none;
}

.footer .texto-pie p, .footer .texto-pie a{
    display: flex;
    align-items: center;
}

.footer img{
    padding-right: 5px;
}

.formulario-footer .wpforms-submit-container{
    display: flex;
    justify-content: flex-end;
}

.formulario-footer .boton-formulario-footer{
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    font-weight: bold;
}

/* Producto */
.imagen-producto{
    padding-bottom: 50px;
    width: 100%;
}

.lateral-producto .vc_row{
    margin-left: 0;
    margin-right: 0;
}

.titulo-descripcion-general{
    padding-bottom: 30px;
}

.caracteristicas-producto .atributo-producto{
padding: 20px 0 20px 0;
}

.caracteristicas-producto .atributo-producto p{
    display: flex;
    align-items: center;
}

.caracteristicas-producto .atributo-producto.atributo-precio .precio-descuento{
    color: #ff4438;
    display: block;
}

.caracteristicas-producto .atributo-producto img{
    padding-right: 10px;
    max-width: 42px;
}

.caracteristicas-producto .titulo-atributo{
    color:gray;
}

.caracteristicas-producto .atributo-producto.atributo-requisitos .wpb_wrapper, .caracteristicas-producto .atributo-producto.atributo-actualizaciones .wpb_wrapper{
    display:flex !important;
}

.caracteristicas-producto .vc_column-inner{
    padding-top: 25px;
    padding-bottom: 25px;
}

.caracteristicas-producto .atributo-producto.atributo-requisitos li::marker , .descripcion-producto li::marker{
    content: '+ ';
    font-size: 1.2em;
    color: #ff4438;
}
.descripcion-producto .vas-a-aprender ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.descripcion-producto .vas-a-aprender ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-around;
}

.descripcion-producto .vas-a-aprender ul li{
    width: 42.5%;
    margin-bottom: 2vh; /*px,em, rem, pct, vh, vw*/
}

.descripcion-producto .vc_separator {
    margin-bottom: 10px;
}

.producto-rojo{
    color:#ff4438;
}

.boton-producto{
    width: 100% !important;
}

.boton-producto button{
    width: 100% !important;
    background-color: #ff4438 !important;
    color: white !important;
    margin: 50px 0 50px 0 !important;
}

.dtwpb-woocommerce-product-description{
    margin-bottom: 50px;
}

.preguntas-container .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.preguntas-container .vc_column-inner h3{
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.preguntas-container .vc_column-inner .vc_tta-container{
    /* padding-left: 50px; */
	padding:1em;
}

.preguntas-container .vc_column-inner .vc_tta-title-text{
    text-transform: uppercase;
    color:black;
}

@media (min-width: 570px) and (max-width: 910px) {
    .preguntas-container .vc_column-inner .vc_tta-title-text{
        font-size: 1.8vw;
    }
}

@media (max-width: 570px) {
    .preguntas-container .vc_column-inner .vc_tta-title-text{
        font-size: 15px;
    }
}


.preguntas-container .vc_column-inner .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .preguntas-container .vc_column-inner .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before{
    border-color: #ff4438 !important;
    right: -5px !important;
    top: -5px !important;

}

/*Menu lateral Blog*/

.widget_presscore-blog-categories >.widget-title:before{
    display:block;
    content:url(/wp-content/uploads/2022/10/i-diarioac.png);
    padding-bottom:10px
}

.widget_presscore-blog-posts >.widget-title:before{
    display:block;
    content:url(/wp-content/uploads/2022/10/i-diarioac-2.png);
    padding-bottom:10px
}

.woocommerce.widget_products >.widget-title:before{
    display:block;
    content:url(/wp-content/uploads/2022/11/i-2-clases.png);
    padding-bottom:10px
}

.sidebar-content .widget_presscore-blog-categories, .sidebar-content .widget_presscore-blog-posts, .sidebar-content .woocommerce.widget_products{
    background-color: transparent !important;
    border: 1px solid black !important;
}

.sidebar-content .widget_presscore-blog-categories li, .sidebar-content .widget_presscore-blog-posts li, .sidebar-content .woocommerce.widget_products li{
    border-top: 1px solid lightgray;
}

.sidebar-content .widget_presscore-blog-categories li:first-child, .sidebar-content .widget_presscore-blog-posts li:first-child, .sidebar-content .woocommerce.widget_products li:first-child{
    border-top: 0px;
}

.sidebar-content .widget_presscore-blog-posts time{
    color:#ff4438;
    text-transform: capitalize;
}

.sidebar-content .woocommerce.widget_products li, .sidebar-content .widget_presscore-blog-posts li{
    padding-top: 15px;
}

.sidebar-content .woocommerce.widget_products li span{
    display:flex;
    align-items: center;
}

.sidebar-content .woocommerce.widget_products .price-wrap{
    display:none;
}

/**/
.comparte-blog-post{
    border: 0 !important;
}

.share-buttons a:first-child{
    margin-right: 20px;
}

/**/
.navigation.post-navigation .meta-nav{
    width: 50% !important;
    background-color: #ff4438;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    padding: 20px;
}

.navigation.post-navigation .nav-next .meta-nav{
    margin-left: auto;
    margin-right: 0;
}

.paginator{
    margin-bottom: 40px;
}


/*Ajustes sidebar*/
/* div.acuarel-sidebar-item{} */
div.acuarel-sidebar-line{ display:flex; justify-content: flex-start; align-items: center;}
div.acuarel-sidebar-line img{ display: inline-block; padding-right:1em;}
/* div.acuarel-sidebar-line span{} */
div.acuarel-sidebar-item ul{
	padding-left:1em;
	padding-top: 1em;
}

div.acuarel-sidebar-item ul li{
	margin-bottom:0.6em;
}

@media (max-width: 1100px) {
	div.acuarel-sidebar-item ul{
		padding-left:0.2em;
	}
}


/*
    ENCABEZADO CSS
*/
/* Encabezado */
.encabezado{
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
    height: 900px;

    /* margin-bottom: 100px; */
}

@media (max-width: 900px){
    .encabezado{
        max-height:590px;
    }
}

.encabezado .textos{
    margin-left: auto;
    margin-right: 15%;
    width: 30%;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 990px){
    .encabezado .textos{
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        position: relative;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}

@media (max-width: 550px){
    .encabezado .textos{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        position: relative;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}

.encabezado .textos .titulo{
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 44px;
    line-height: 50px;
}

.encabezado .textos .descripcion{
    color: #ff4438;
    font-size: 25px;
    line-height: 35px;
}

@media (max-width: 425px){

    .encabezado .textos .titulo{
        text-transform: uppercase;
        margin-bottom: 70px;
        font-size: 35px;
        line-height: 50px;
    }

    .encabezado .textos .descripcion{
        color: #ff4438;
        font-size: 20px;
        line-height: 35px;
    }

    .encabezado .textos{
        width: 90%;
        position: relative;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}

/*
    PROFESOR
*/
/*Profesor*/
.profesor-container{
    margin-bottom: 50px;
}

.columna-profesor .vc_column-inner, .columna-profesor .wpb_wrapper{
    padding: 0;
}

.columna-profesor .profesores img{
    margin-bottom: -13px;
}

.columna-profesor .profesores .textos{
    border: 1px solid black;
    padding: 50px;
}

.columna-profesor .profesores .textos .formador{
    font-weight: bold;
}

.columna-profesor .profesores .textos .titulo{
    color: #ff4438;
    padding-bottom: 20px;
}





















/*
    Ajustes checkout standard
*/


table.acuarel-responsive-table{
	--accent-sitio:#ff4438;
}

/*Tablas politica de cookies*/

table.acuarel-responsive-table{

	border:1px solid #ccc;
	border-collapse: collapse;

}

table.acuarel-responsive-table tbody tr td{
	border:1px solid #ccc;
	padding:1em;

}


table.acuarel-responsive-table tbody tr td.titular{
	width:30%;
	vertical-align: middle;
	font-size:16px;
	color:#fff;
	background-color:#ff4438;
}
table.acuarel-responsive-table.no-color tbody tr td.titular{
	color:#333;
	background-color:#ff453818;
}

table.acuarel-responsive-table.no-color thead tr td{
	color:#333;
	background-color:#ff4438;
	text-align:center;
	padding:1em;
}

table.acuarel-responsive-table tbody tr td:not(.titular) ul{
	list-style-position: inside;
	padding:1em 0;

}
@media(max-width:660px){
	table.acuarel-responsive-table,
	table.acuarel-responsive-table tbody,
	table.acuarel-responsive-table thead ,
	table.acuarel-responsive-table tr,
	table.acuarel-responsive-table thead tr td,
	table.acuarel-responsive-table tbody tr td{
		box-sizing: border-box !important;
		display:block !important;
		width:100% !important;
	}

	/*En politica-de-privacidad hai que axustar mais:*/

	/* table.acuarel-responsive-table:not(.nohead){
		border:2px solid #0c0 !important;
	} */

	table.acuarel-responsive-table:not(.nohead) thead tr{
		position:absolute;
		top:-9999px;
		left:-9999px;
	}

	table.acuarel-responsive-table:not(.nohead) tbody tr td:nth-of-type(1):before {
		content: "INTERESADOS:";
		display:inline-block;
		padding-right: 1em;
		color: #ff4438;
	}
	table.acuarel-responsive-table:not(.nohead) tbody tr td:nth-of-type(2):before {
		content: "FINALIDADES DEL TRATAMIENTO:";
		display:inline-block;
		padding-right: 1em;
		color: #ff4438;
	}
	table.acuarel-responsive-table.legal tbody tr td:nth-of-type(2):before {
		content: "BASE LEGAL";
	}

}



/*Cabecera login/logout*/


/*Header, columna esquerda login/logout*/
.acuarel-topbar{
    --color-theme:#ff4438;
    --gris: #2f4858;
    --crema:#bfbab1;
}
.acuarel-topbar span.acuarel-user.name{
    color:var(--gris);
    font-weight: 400;
    padding-right:1em;
}
/*.acuarel-topbar .mini-widgets span.acuarel-user.name b{}*/

.acuarel-topbar span.sep{
    display:inline-block;
    padding:0 .5em;
}

.acuarel-topbar a.acuarel-user,
.acuarel-topbar a.acuarel-user:visited{
    text-decoration: none;
    color: var(--gris);
    transition: all 0.3s ease-in;
	font-weight: 400;
}

.acuarel-topbar a.acuarel-user:hover,
.acuarel-topbar a.acuarel-user:active{
    color:var(--color-theme);
}
.acuarel-topbar a.acuarel-user i{
    display:inline-block;
    margin-right:.5em;

}





/*Pagina producto*/
/* Boton add 2 cart */
.acuarel-add2cart-custom{

	display:flex;
	justify-content: flex-start;
	align-items: center;
}

/*Oculta cantidades*/
.acuarel-add2cart-custom form  div.quantity.buttons_added{
	display:none;
}

.acuarel-add2cart-custom a,
.acuarel-add2cart-custom a:visited{
	display:block;
    width:100%;
	font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
	float:none !important;
	margin:0 !important;
    text-align: center;
    text-decoration: none;
	font-weight: 400 !important;
    background-color:rgba(255, 68, 56, 1);
    color:#fff;
    transition: all 200ms ease-in;
    /* border:2px solid rgba(51, 51, 51, 0); */
}
.acuarel-add2cart-custom a:hover{
    font-size: 18px;
    transition: all 175ms ease-in;
    background-color:rgba(255, 68, 56, 0.6);
    /* border:2px solid rgba(51, 51, 51, 0.5); */
}

/*Carrito*/
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents,
body.woocommerce-cart .woocommerce-cart-wrap .cart-collaterals{
	padding-top:64px;
	padding-bottom:64px;
}


/*Checkout. Resto de css inline*/
body.woocommerce-checkout #content >.woocommerce{
	padding-top:64px;
	padding-bottom:64px;
}
body.woocommerce-checkout div.encabezado-dani{
	background-size:none;
	width:100vw;
	height:auto;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	padding:0;
}
body.woocommerce-checkout div.encabezado-dani img{
	width:100vw;
	height:auto;
	margin:0;
}

@media(max-width:590px){
	body.woocommerce-checkout div.encabezado-dani img{
		display:none;
	}
}
@media(max-width:590px){
	body.woocommerce-checkout div.encabezado-dani{
		min-height:30vh;
		background-size:cover;
	}
}

body.woocommerce-checkout h2{
	margin-top:64pt;
	display:block;
	font-size:64px; /* 1pt 1.3333 px ou 1/72 pulgada */
	line-height:0.9em;
	color:#333;
}
body.woocommerce-checkout h2 span{
	display:block;
	font-size: 0.375em;
	color:#FF4438;
}

@media(max-width:990px){
	body.woocommerce-checkout h2{
		font-size:48px;
	}
}
@media(max-width:580px){
	body.woocommerce-checkout h2{
		font-size:32px;
	}
}

:root{
	--bg-chulo:#fafaf8;

}
/*Tienes cupon*/
.wc-coupon-wrap .woocommerce-info{
	/* border:1px solid #c00; */
	padding:32px 0 ;
}




body.woocommerce-checkout #customer_details{
	/* border-top:2px dashed #f90; */
	width:60%;
	margin:0;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-order-review{
	box-sizing: border-box;
	max-width:600px;
	width:38%;
	margin:0;
	padding:30px;
	background:var(--bg-chulo);
	/* border-top:2px dashed #c00; */
}

@media(max-width:1200px){

	body.woocommerce-checkout #customer_details{
		width:60%;
	}
	body.woocommerce-checkout .wc-order-review{
		width:38%;
	}
}
@media(max-width:992px){

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout .wc-order-review{
		width:99%;
		padding:10px;
	}
}

/*Tabla*/
table.shop_table.woocommerce-checkout-review-order-table{
	border:none;
	display:table;
}
table.shop_table.woocommerce-checkout-review-order-table tbody,
table.shop_table.woocommerce-checkout-review-order-table tfoot{
	display:table-row-group !important;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr{
	display:table-row !important;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	display:table-cell !important;
	max-width: none;
	border-collapse: collapse;
	/* border:1px dashed #0c0 !important; */
}

/*Tbody (producto)*/
table.shop_table.woocommerce-checkout-review-order-table tbody tr td{
	padding:0 0 32px;
	/* border:1px dashed #c6c6c6; */
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr.linea td{
	border-top:1px solid #666;
	height:20px;
	padding:0;
}

td.product-image{
	text-align: center;
	vertical-align: top;

	padding-right:10px;
}

td.product-image >img{
	display: block;
	width:100px;
	height:auto;
	padding: 10px 0 0 !important;
}
td.product-name{

	padding:10px !important;
}
td.product-total{
	padding:10px !important;
	text-align: right;
}

td.product-total > span >bdi{
	color:var(--the7-h4-color);
	font-weight: bold;
}

/*tfoot*/

/*Ocultar shipping*/
tr.woocommerce-shipping-totals.shipping{display:none !important;}


table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	padding: 20px 20px !important;
	vertical-align:middle;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-desglose td{
	padding: 5px 20px 15px 30px !important;
}


/* Fuente */
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	font-size: 2em !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td >span{
	font-size: 1em !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td{
	font-weight: bold;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:nth-child(2){
	text-align: right;
	/* border-right:1px solid #0c0; */
}

table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount{
	font-weight: normal !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-desglose td{
	font-size:1.3em !important;
}

/*Descuento en rojo*/
table.shop_table.woocommerce-checkout-review-order-table td.discount-amount span.woocommerce-Price-amount.amount{
	color:#c00 !important;
}


/* Subtotal, Total e desglose fondo blanco */
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-desglose td{
	background: #fff;;
}

/*Subtotal: amosase si hai descontos*/


/*Info compra: icono video e birrete*/

table.shop_table.woocommerce-checkout-review-order-table tfoot tr.info-compra td {
	font-size:1em !important;
	text-align: left;
	vertical-align: top;
}
tr.info-compra td:first-child{
	vertical-align: middle !important;
	text-align: center !important;
}

/*Iconos pago*/

#order_review #payment img{
	display:inline-block;
}
#order_review #payment .payment_box{
	padding-left:30px !important;
	font-size:0.9em;
}
li.wc_payment_method > label{
	display:inline-block;
}
li.wc_payment_method > div.payment_box{
	color: var(--the7-links-color) !important;
}
li.wc_payment_method > input[type="radio"]:checked + label + div.payment_box{
	padding-bottom:20px !important;
}


/*Ajustes pagina de pago enviada por email (pedido de admin)*/

.pago-link #customer_details{
    padding-top:64px;
    padding-bottom:64px;

}
.pago-link  .woocommerce-billing-fields.dos{
    padding-top:64px;
}
.pago-link  .woocommerce-billing-fields h3{
    display:block;
    font-size:32px;
    color: #333;
    padding-bottom:10px;
}

.pago-link  .woocommerce-billing-fields h3:after{
    display: block;
    height:20px;
    width:100%;
    content:"";
    border-bottom: 1px solid #333;
}


