/*
	Theme Name: Ingees Civil Enginerie Especialization 
	Theme URI: http://pisego.com
	Description:  Ingees Civil Enginerie Especialization, Cursos en linea sobre Ingieneria Esructural 
	Version: 1
	Author: Pisego
	Author URI: http://pisego.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.whats_flotante {
    position: fixed;
    bottom: 10px;
    right: 120px;
    width: 60px;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	height:100%;
}
body {
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:transparent;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
.columna.col3 {
    /* min-height: 130px; */
    margin: 0 auto;
    width: 25%;
}

.columnas {
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1500px) {
.imagen-centro img {
    height: 245px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/******************************* ESTILOS PISEGO **********************************/


.copyright .columna.col9 {
    text-align: right;
}
/****blog seccioon home ***/

.eael-entry-wrapper header {
    position: inherit !IMPORTANT;
}
.eael-grid-post-holder-inner {display: flex !important;}
.elementor-element-91771b6.titt h2:after {
    margin: 10px auto 0 !important;
    max-width: 100px;
}
.elementor-element-0e83bc2.titt h2:after {
    margin: 10px auto 0 !important;
    max-width: 157px;
}
.elementor-element-21b4efe:after {
    content: "";
    display: block;
    width: 48%;
    height: 100%;
    background: #353132;
    position: absolute;
    top: 0;
    right: 10%;
    transform: skewX(346deg);
}
/****TESTIMONIOS****/
span.eaelec-event-date-end.eaelec-event-popup-date {display: none !IMPORTANT;}

cite.elementor-testimonial__cite {flex-direction: row !important;}

cite.elementor-testimonial__cite span {padding: 0 10px 0 0;}
/**calendario****/
.fc-right {display: none;}
span.eaelec-event-date-end.eaelec-event-popup-date {
    display: none !IMPORTANT;
}
.fc-scroller {height: auto !important;}
/*******
footer
********/
.titt.mapa h2:after {margin: 8px auto 0;}

.titt.mapa {margin: 0;}

.wpforms-field-container {/* width: 100% !important; */}

form#wpforms-form-155 {display: flex;align-items: center;justify-content: flex-end;}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {padding: 0 !important;}

div#wpforms-155-field_0-container {padding: 0;width: 100%;}

button#wpforms-submit-155 {background: #353132;border: 0;margin-left: 1em;color: #fff;text-transform: capitalize !important;padding: 8px 30px;}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    font-size: inherit;
}
.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-26aa3d12 li a {color: #bebebe!important;font-size: 80%!important;}
.grid_cursos .eael-grid-post-holder-inner {
    flex-direction: column;
}
/*****BOTON SUSCRIBETE LATERAL ***/
a.btn.lateral {
    margin: 0 auto;
    display: block;
    width: 80%;
    border-radius: 100px !important;
    background: #353132 !IMPORTANT;
    color: #fe9746;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    color: #fff;
}
a.btn.lateral {
margin: 0 auto;
display: block;
width: 80%;
border-radius: 100px !important;
background: #353132 !IMPORTANT;
color: #fe9746;}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
color: #fff;
}

.wpforms-field-row-block.wpforms-first.wpforms-one-half, 
.wpforms-field-row-block.wpforms-one-half {
width: 100% !important;
display: block !important;
margin: 1em 0 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
background: #353132;color: #fff;
border: 0;border-radius: 17px;}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {width: 100%;background: #fe9746;margin: 0 auto;;display: block;max-width: 100%;color: #353132;padding: 10px;}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background: #353132 !important;color: #fe9746 !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {float: none !important;background: #fe9746;color: #353132;    width: 100%;}
/********CARRITO ***********/

.carrito_pop_btn img {max-width: 21px;}

.carrito_pop {max-width: 363px;position: absolute;background: #fff;padding: 10px;right: 0;display: none;top: 45px;}

.carrito_pop ul {padding: 0;margin: 0;}

.carrito_pop li a {display: flex;}

.carrito_pop li img {max-width: 120px;}

.carrito_pop {text-align: left;}

.carrito_pop.mostrar {display: block;}
.carrito_pop ul li {
    list-style: none;
}
	.carrito_pop a.button {background: #fe9746;margin: 0 2px;padding: 5px 18px;color: #353132;font-weight: 700;border-radius: 10px;}
	p.woocommerce-mini-cart__total.total {color: #353132;text-align: right;padding: 0 10px;;margin: 0;}
header .wrapper > div {display: flex;align-items: center;}

figure.wp-block-image.size-full {margin: 0 0 5px;}

/*****Vistas producto***/
p.woocommerce-mini-cart__total.total {color: #353132;text-align: right;padding: 0 10px;;margin: 0;}
.woocommerce div.product {
    width: 90%;
    margin: 136px auto 0;
}
.woocommerce div.product {width: 90%;margin: 136px auto 0;}

p.price span {background: #353132;color: #fe9746;padding: 10px 20px;border-radius: 100px;font-weight: 800;}
.carrito_pop ul li {list-style: none;}

span.quantity {color: #333;}
.profesores h2::after {
    margin: 10px auto 0!important;
}
/****BUSCADOR EN NOSOTROS**/
.elementor-element.elementor-element-06b88d0.elementor-widget.elementor-widget-wp-widget-categories h5 {display: none;}

select#cat {background: linear-gradient(90deg, #fff 90% , #fe9746 10% );border-radius: 4px;padding: 14px;}

/****contacto***/
.wpforms-title {
    font-weight: 800;
    color: #353132;
}
.wpforms-field-row.wpforms-field-large {
    display: flex;
    width: 100% !important;
}
input#wpforms-477-field_2 {margin-right: 29px !important;width: 96%;}input#wpforms-477-field_2 {}

input#wpforms-477-field_2-last {margin-left: 15px;width: 96%;}

div.wpforms-container-full .wpforms-form .wpforms-field {padding-top: 0;}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 101px;
}
cite.elementor-testimonial__cite {
    flex-direction: column !important;
}

input#payment_method_bacs,
input#payment_method_ppcp-gateway {width: auto;}
h2.elementor-cta__title.elementor-cta__content-item.elementor-content-item a {
    text-transform: none;
}
/***checkout**/
.woocommerce .col2-set, .woocommerce-page .col2-set, div#order_review {
    width: 50%;
    float: left;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}
form.checkout.woocommerce-checkout:after {
    content: "";
    display: block;
    clear: both;
}
td.product-name {
    display: flex;
    align-items: center;
}

.woocommerce a.remove {
    background: #fe9746;
    color: #333 !important;
}
input#payment_method_openpay_cards {
    width: auto;
}
.payment_box.payment_method_openpay_cards img {
    width: auto;
}
/***CAMBIOS 30-03-23***/
button.lines-button.x {
    padding: 0 !important;
}

li.wc_payment_method.payment_method_micuentawebstd {
    display: flex;
    align-items: center;
}

input#payment_method_micuentawebstd {
    width: auto;
}