/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* General Custom CSS */
p {
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 14px;
}

.container {
    padding: 0px 180px;
}

.av-main-nav-wrap {
    height: 60px !important;
}




/*LOGO CSS */
.inner-container {
    height: 150px;
    display: flex;
    align-items: center
}

.logo img {
    width: 110px;
}

.logo a {
    height: auto !important;
}

.logo {
    height: auto !important;
}

/* CSS PERFIL */
.cont-img-perfil {
    width: 45.2% !important;
}

.no-font-perfil-titulo h1 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 75px;
    color: #1d1d1b !important;
    font-weight: 400 !important;
}

.second-tiu-perfil h1 {
    font-family: "Cormorant", serif !important;
    font-size: 59px;
    background: linear-gradient(135deg, #e0ab3f, #e7c261);
    padding: 10px;
    color: #fff !important;
    font-style: italic;
}

.info-text-perfil p {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 500;
}

.button-perfil {
    float: left;
}

.button-perfil {
    margin-top: 10px;
}

.button-perfil a {
    background-color: transparent !important;
    border: 2px solid #e7c362 !important;
    border-radius: 0px !important;
    color: #1d1d1b !important;
    padding: 14px !important;
    font-size: 14px !important;
}

.avia-color-theme-color-highlight {
    background: #e7c362 !important;
    border-radius: 0px !important;
    border-color: transparent !important;
}

.img-perfil img {
    border: 10px solid #e7c362 !important;
}



/* PERFIL INFOS */

.info-perfil{
	display:flex;
	border:1px solid #e8c36a !important;
	padding:40px;
	gap:60px;
	text-align:center;
}

.info-perfil img{
	width:300px;
}

.div-info-p h1{
	font-family: "Cormorant", serif !important;
    font-size: 42px;
	color:#3c3c3b !important;
    line-height: 1 !important;
    font-style: italic;
	text-align:center;
}
.div-info-p p{
	text-align:center;
	color:#575756 !important;
}

/* CSS CONSIGUE ESE EMPLEO... */

.tit-book h1 {
    font-family: "Cormorant", serif !important;
    font-size: 42px;
    line-height: 0.7 !important;
    font-style: italic;
}

.text-info-book-3 {
    margin-top: 30px;
}

.text-info-book-3 p {
    line-height: 0.5;
}



.ebooks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.card-ebooks {
    border: 1px solid #e7c362 !important;
    padding: 70px 40px 50px 40px;
    position: relative;
    background: #fff;
}


.tag-ebooks {
    position: absolute;
    top: 0;
    left: 40px;
    background: #e8c36a;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    font-weight: 500;
    padding: 8px 40px;
    text-align: center;

}
.cont-btn{
	display:flex;
	gap:20px;
}
/* laterales inclinados */
.tag-ebooks::before,
.tag-ebooks::after {
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    background: #e8c36a;
}

.tag-ebooks::before {
    right: -12px;
    transform: skewX(-15deg);
    border-radius: 0px 0 7px 0px;
}

.tag-ebooks::after {
    left: -12px;
    transform: skewX(15deg);
    border-radius: 0 0 0px 7px;
}

.card-content-ebooks {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.card-ebooks img {
    width: 130px;
    height: auto;
}

.card-ebooks h3 {
    font-family: "Bebas Neue", sans-serif !important;
    color: #3c3c3b !important;
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 500;
}

.card-ebooks p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.button-ebooks {
    background: #fff;
    border: 1.5px solid #e7c362;
    color: #1d1d1b !important;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 14px;
}

.button-ebooks:hover {
    background: #f0c66a;
    color: #fff;
}


/* MODAL */

.modal-ebook {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.modal-ebook.active {
    display: flex;
}

.modal-content {
    background: #fff;
    max-width:700px;
    width: 100%;
    position: relative;
    padding: 30px;
}
.modal-body {
    display: flex;
    gap: 25px;
	
}

#closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}


#modalImg{
    width: 200px;
    max-width: 100%;
}

#modalTitle {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
	font-weight:500;
  
	color:#3c3c3b;
}

#modalDesc {
    font-size: 15px;
    color: #555;
	max-height: 220px;   
    overflow-y: auto;
}
#modalDesc::-webkit-scrollbar {
    width: 6px;
}

#modalDesc::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}

#modalDesc::-webkit-scrollbar-track {
    background: transparent;
}
/* TESTIMONIO*/

.testimonial {
    position: relative;
    max-width: 1200px;
    margin: 80px auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* comillas grandes de fondo */
.quote-bg {
    font-family: "Cormorant", serif !important;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 320px;
    color: #f3d68a;
    opacity: 0.35;
    line-height: 1;
    z-index: 0;
}

.testimonial-content {
    position: relative;
    z-index: 1;
}

.testimonial-content h2 {
    font-family: "Cormorant", serif !important;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 24px;
    color: #3c3c3b !important;
}

.testimonial-content h2 span {
    background: #e7c362;
    padding: 0px 10px;
}

.testimonial-content p {
    color: #575756 !important;
    margin-bottom: 30px;
}


.author strong {
    font-family: "Cormorant", serif !important;
    display: block;
    font-size: 40px;
    color: #000000 !important;
    font-style: italic;
}

.author span {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    color: #575756 !important;
}

.testimonial-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin-left: auto;
}

/* CTA */
.banner-CTA {
    background: #1d1d1b;
    color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-content-CTA {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
}

/* Imagen del libro */
.book-CTA {
    flex: 0 0 230px;
    display: flex;
    align-items: center;
}

.book-CTA img {
    position: absolute;
    bottom: 30px;
    width: 190px;
    height: auto;
    display: block;
}

/* Texto */
.text-CTA {
    flex: 1;
}

.text-CTA h1 {
    font-family: "Cormorant", serif !important;
    font-size: 40px;
    font-weight: 600;
    color: #e7c362;
    margin-bottom: 20px;
    font-style: italic;
}

.text-color-cta {
    font-style: italic;
    font-family: "Cormorant", serif !important;
    font-size: 40px;
    font-weight: 600;
    color: white;
}

.text-CTA p {
    color: #dddddd;
    margin-bottom: 25px;
}

.btn-CTA {
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #e7c362 !important;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-CTA:hover {
    background: #e7c362;
    color: black !important;
}




/* CSS FORMULARIO... */
.cont-contact-img{


	
}
.cont-contact-form{

    margin-left: 4% !important;
	
}

.tit-form h1 {
    font-family: "Cormorant", serif !important;
    font-size: 35px;
	font-weight:600;
    line-height: 1 !important;
    font-style: italic;
}
.form_element label{
	color:#575756;
	font-weight:500 !important;
}
fieldset input{
	border-radius:0px !important;
	border:none !important;
	background: #f2f2ee ;
}
 #top .avia_ajax_form .text_area{
		border-radius:0px !important;
	border:none !important;
	background: #f2f2ee ;
	 height:100px;
}
fieldset p:last-of-type .button {
	background: transparent ;
	border:1px solid #e7c362!important;
	color:#1d1d1b !important;
	font-weight:600;
	 font-family: "Red Hat Display", sans-serif !important;
}

fieldset p:last-child{
	display:flex;
	justify-content: flex-end;
}
.main_color input[type='submit']:hover {   
	background-color:#e7c362 !important;
	
}




/*FOOOTER CSS */

.widget img{
	width:130px;
}
.widget{
	margin:0px !important;
}
#footer{
	padding:15px 0px 15px 0px !important;
}
#footer .container{
	display:flex;
	align-items: center;
}
#footer .container .first {
	width:17% !important;
}
#footer .container .el_after_av_one_half{
	width:80% !important;
	margin-left:3% !important;
}
.tit-footer{
	 font-family: "Cormorant", serif !important;
    font-size: 33px;
	font-weight:600;
    line-height: 1 !important;
    font-style: italic;
	color:white !important;
}
.tit-footer span{
	color:#e7c362 !important;
	text-decoration:underline;
	 text-underline-offset: 6px;
   text-decoration-thickness: 1px;
}





/*SOCKET CSS */
.copyright{
	  font-family: "Red Hat Display", sans-serif !important;
    font-size: 14px;
}
.copyright a{
	display:none !important;
	visibility:hidden;
}
.socket_color{
	border:none !important;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media (max-width: 989px) {
	
	
	

/* PERFIL INFOS */

.info-perfil{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.info-perfil img{
	width:300px;
}

.div-info-p h1{
	text-align:center;
}
.div-info-p p{
	text-align:center;
}
	
	
	
	
	
	
	

    /* TESTIMONIO*/
    .testimonial {
        display: flex;
        gap: 40px;
        flex-direction: column-reverse;
    }

    .testimonial-image img {
        margin: 0 auto;
    }

    .quote-bg {
        display: none;
        visibility: hidden;
    }


    /* CTA */

    .banner-content-CTA {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .book-CTA {
        max-width: 220px;
    }

    .book-CTA img {
        position: static;

    }

}



@media (max-width: 767px) {

    /* CSS PERFIL */
    .cont-img-perfil {
        width: 100% !important;
    }

    .no-font-perfil-titulo h1 {
        text-align: center;
    }

    .second-tiu-perfil h1 {
        text-align: center;
    }

    .info-text-perfil p {
        text-align: center;
    }

    .button-perfil {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }


    /* CSS CONSIGUE ESE EMPLEO... */
    .tit-book h1 br {
        display: none;
    }

    .tit-book h1 {
        line-height: normal !important;
        margin: 0px;
    }

    .text-info-book-3 {
        margin-top: 30px;
    }

    .text-info-book-3 p {
        margin: 0px;
        line-height: normal;
    }
	
	 .modal-body {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #modalImg{
        width: 160px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	.logo{
     display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	}
	.inner-container {   
		justify-content: space-around !important;
	}

}


@media (max-width: 480px) {

    /* CSS PERFIL */
    .cont-img-perfil {
        width: 100% !important;
    }

    .no-font-perfil-titulo h1 {
        font-size: 50px;
    }

    .second-tiu-perfil h1 {
        font-size: 35px;
    }

    .info-text-perfil p {
        font-size: 20px;
    }

/* PERFIL INFOS */

.info-perfil{
	gap:18px;
	padding:15px;
}



.div-info-p h1{
	font-size:30px;
}
	
	
    /* CSS CONSIGUE ESE EMPLEO... */

    .tit-book h1 {
        font-size: 30px;
    }

    .card-content-ebooks {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .card-ebooks img {
        width: 120px;
    }

    .tag-ebooks {
        left: 30%;
    }
.cont-btn {
   
    align-items: center;
    justify-content: center;
	}
    /* TESTIMONIO*/

    .testimonial-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .testimonial-content p {
        text-align: center;
    }

    .author strong {
        font-size: 25px;
        text-align: center;
    }

    .author span {
        text-align: center;
    }

    /* CTA */

    .text-CTA h1 {
        font-size: 30px;
    }

    .text-color-cta {
        font-size: 30px;
    }

    .book-CTA img {
        width: 140px;
    }
	
	
	
	
	
	
	
	/*FORMULARIO CSS */
	
	.tit-form h1{
		font-size:30px;
	}
	fieldset p:last-child{
	
	justify-content: center;
}

	
	/*FOOTER CSS */
	
	
	#footer .container{
	display:flex;
	align-items: center;
		flex-direction:column;
		text-align:center;
	}
		
.widget img{
	width:480px !important;
}
		
		#footer .container .first {
    width: 28% !important;
}
		.tit-footer{
	 
    font-size: 20px;
	
}
	#footer .container .el_after_av_one_half {
    width: 100% !important; 
    margin-left: 0% !important;
}

@media (max-width: 300px) {

    /* CSS PERFIL */
    .cont-img-perfil {
        width: 100% !important;
    }
}