/*------------------------------------*\
   FONTS
\*------------------------------------*/

/*------------------------------------*\
    GENERALES
\*------------------------------------*/
body {
    margin-top: -32px !important;
}
html.no-js {
    margin: 0 !important;
}
html,
body {
	margin:0 !important;
	padding:0;
    width: 100%;
    height: 100%;
	z-index:-1;
}

body {
	
	background-color: #ffffff;
	color: #505050;
	webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}
article.lesson header + * {
    padding: 0;
}

header .wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
article.course header, article.lesson header, section.course-lessons header { position:inherit;}


h1,h2,h3,h4,h5,h6 {

	color: #0582a9;
}

p {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 20px;

}
.container.texto p {
    text-align: justify;

}

.no-padding {
    padding: 0;
}
.container-fluid {
    max-width: 1200px;
}
.wrapper-gral {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -221px;
}

/*------------------------------------*\
   COLUMNAS
\*------------------------------------*/

.columnas {
	margin: 0 -20px 20px;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 
.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width:5%;
}

/*------------------------------------*\
   FONDOS
\*------------------------------------*/
footer .cont-azul {
    background: #174158;
    padding: 0;
    height: 40px;
    text-align: center;
}
footer .cont-telefonos-footer {
	background: #0E6180;
	color: #ddd;
    font-size: 13px;
}

/*------------------------------------*\
   TEXTOS
\*------------------------------------*/

footer p {
    color: #fff;
    text-align: left;
}
/*------------------------------------*\
   BOTONES
\*------------------------------------*/
a {
    color: #333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    /* text-transform:uppercase; */
}
.elementor-nav-menu li a {
    text-transform: uppercase;
}
a:focus, a:hover {
    
    text-decoration: none;
}
.btn-default {
    color: #fff !important;
    background-color: #080808 !important;
    border-color: #F1C40F !important;
    border-radius: 0 !important;
}
.btn {
    
    font-size: .875rem;
    font-style: normal;
    transition: background-color .15s,color .15s,border-color .15s;
    border: 1px solid #fff;
    letter-spacing: 3px;
    margin: 10px auto;
    padding: 10px 15px;
    text-transform: inherit;
    background-color: #ffc700 !important;
    color: #333;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
}

/*------------------------------------*\
   BANNER 
\*------------------------------------*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/
.wrapper {
	max-width:1200px;
	width: 90%;
	margin:0 auto;
	position:relative;
}
.header-fixed {
    /* background: #0582a9; */
    text-align: right;
    /* height: 38px; */
    /* border-bottom: 3px solid #FFC700; */
    position: relative;
}
.container, #container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.logo {
    max-width: 150px;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.menu-item-22 a {
    /* padding-left: 0 !important; */
}
ul.menu li:hover a {
    color: #333;
    text-decoration: none;
}
.menu {
    display: inline-flex;
    list-style: none;
    vertical-align: middle;
}
.menu li {
    
    color: #fff;
}
ul#menu-main-menu li:hover a {
    color: #333;
}
.menu-main-menu-container ul li {
    display: inline-block;
    text-transform: inherit;
    padding: 0 10px;
    position: relative;
    bottom: 0;
}

.menu-main-menu-container {
    max-width: 1200px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    /* background: #0582a9; */
    /* text-align: right; */
    height: 38px;
    /* border-bottom: 3px solid #FFC700; */
}
ul#menu-main-menu {
    margin: 0 auto;
    position: absolute;
    top: 0;
    line-height: 32px;
    color: #fff;
    z-index: 1000;
}
ul#menu-main-menu li a, ul#menu-menu-user li a {
    color: #fff;
    text-transform: inherit;
    line-height: 32px;
    height: 32px;
}

ul.nav.navbar-nav a {
    color: #3A3F44;
	text-transform: uppercase;
	    letter-spacing: 5px;

}
ul.nav.navbar-nav a:hover {
	    border-bottom: 1px solid #F1C40F;
} 
.menu-menu-1-container ul li, ul#menu-menu-user li {
    display: inline;
    padding: 7px 8px;
}	
.navbar-default {
    border-color: #fff !important;
    background-color: #fff !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.navbar-header > .navbar-brand {
    color:  #F1C40F;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color:  #F1C40F;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color:  #F1C40F !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}

a.navbar-brand.page-scroll {
    max-width: 350px;
}

a.navbar-brand.page-scroll img {
    width: 100%;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0 auto;
}

/*termina nav*/

/*------------------------------------*\
   BANNER
\*------------------------------------*/
.widget-title {
    display: none;
}
.title-banner {
    border-bottom: 1px solid #fff;
}
div#n2-ss-3 .n2-style-8140fbc13902376dfe6ec195e5fd2178-heading {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/

footer {
    padding: 0;
    width: 100%;
    background: #1d1e1c;
}
.bottom {height: auto;padding: 16px  0 0;overflow: hidden;}
.bottom2 {
    padding-top: 0;
    /* background: #dbdbdb; */
    text-align: center;
    color: #fff;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
}
.contenedor.datos p {
    color: #ddd;
    font-size: 13px;
}
.cont-blanco, .cont-gris {
    max-width: 1200px;
    margin: 0 auto;
}
.cont-gris a>img {
    width: 100%;
}

.cont-gris:after {
	content:'';
	display:block;
	clear:both;
}

footer small {
    text-align: center;
	color: #fff;
}
footer .widget h3 {
	display:none;
}
footer ul {
	margin-bottom: 0;
	height: 40px;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
footer ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
footer .btn-default {
    margin: 0 auto !important;
}
footer li:nth-child(4) {
    margin-left: 0;
}
footer ul li>a {
    color: #ACACAC;
    padding: 0;
}
.logos img:nth-child(3) {
    height: 60px;
    width: auto;
}
footer ul li#menu-item-7810>a {
	background: #000;
	border: 1px solid #f1c40f;
	color: #fff;
	letter-spacing: .2em;
	padding: .5em 1em;
}
.copyright {
background: #dbdbdb;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #444;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
small.copyright a {
    color: #fff;
    font-size: 80%;
    padding: 10px 0;
    border-top: 1px solid #ffff;
    width: 100%;
    display: block;
    font-weight: 400;
}

/****************
     *BLOG COMENTARIOS*
******************/


::placeholder{
	color: #54595f !important;

opacity:1;	
}
button, input, select, textarea {
font-size: inherit;
line-height: inherit;
border: 0 !important;
border-bottom: 1px solid #9f9f9f !important;
padding: 10px;
background: none;
box-shadow: none !important;
border: none;}
textarea {
	padding:10px;
}
select {
	padding-right:0;
}
input[type="checkbox"] {
	width:auto;
	display:inline-block;
	margin:0 10px 0 0;
}
.wpforms-container .wpforms-field {
    padding: 0;
}

textarea#wpforms-181-field_4 {
    border: 0 !important;
    resize: none;
    height: 80px;
}
/****************
     *BLOG ENTRADA*
******************/

/****************
     *BLOG*
******************/

/********
*FOOTER*
*********/
footer {
    background-color: 1d1e1c;
}
.footer_logo img {
    max-width: 150px;
    margin: 0;
    text-align: left;
}

.footer_logo figure {
    margin: 0;
    text-align: left;
}

/*********CONTACTO**********/

	
/*header*/
#fixed.woodheader .elementor-element-6fa4ae8 {
    background: #004473;
}


/*************************
 * 	Quienes Somos *
**************************/

/*************************
 * 	Servicios  *
**************************/


/*footer*/
.elementor-element-930c0b4 {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.elementor-element-196914c {
    font-size: 80%;
}
button[type="submit"] {
     background: url(/wp-content/uploads/2023/07/btn_send.png) center center no-repeat #606060 !important;
     border: 0 !important;
     font-size: 0;
     width: 140px!important;
     height: 40px !important;
}
input, ::placeholder {
    background: none !important;
    font-family: 'poppins' !important;
}

textarea {
    background: none !important;
    resize: none;
    height: 100px !important;
    font-family: 'poppins' !important;
}

.elementor-element-2055431 a {
    text-transform: initial;
}
.elementor-widget-container p:first-child {
    margin-top: 0;
}
.services ul {
    margin-top: 0;
}

.services ul li {
    list-style: none;
    position: relative;
}
.services ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #007cad;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 4px;
    border-radius: 100%;
}
/**HERO****/
.elementor-2 .elementor-element.elementor-element-3dbac26.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    max-width: 450px;
}
/****SERVICIOS***/
.cont_text p {
    min-height: 200px;
}
h3.elementor-image-box-title {
    min-height: 80px;
    display: flex;
    align-items: center;
}
.titt img {
    background: #0e5a82;
    padding: 10px;
    box-shadow: 1px 4px 6px #3333338f;
}
.elementor-2 .elementor-element.elementor-element-d8032a1 > .elementor-container {
    box-shadow: 0 0 10px #00000042;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}
button#wpforms-submit-76 {
    background: url(https://apoy.pisego.com/wp-content/uploads/2023/10/arrow.png) center center no-repeat !important;
    border: 2px solid #ddd !important;
    border-radius: 30px;
}
