@media screen and (max-width: 991px) {
    .is-fixed .header-nav .nav{
        height: auto;
    }
}

section{
    padding: 70px 0;
}

a:focus{
    color: inherit;
}
.mt-20{
    margin-top: 20px;
}

.btn-transparent{
	background: transparent;
	border: 1px solid var(--verde);
	padding: 8px 30px;
	color: var(--negro);
	width: fit-content;
	transition: .5s ease-in-out;
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin: 0 auto;
}

.btn-transparent:hover{
	color: var(--verde);
	background: var(--negro);
	border: 1px solid var(--negro);
}

.btn-transparent.white{
    color: #fff;
}

.btn-transparent.white:hover{
    color: #fff;
}

.bckgd-gris{
    background-color: #f2f2f2;
}

.header-title .title{
	font-size:35px;
	line-height: normal;
	padding-bottom: 25px;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	color: #000;
    font-weight: 600;
}

.header-title .title:before{
	content: "";
	position: absolute;
	height: 2px;
	background: var(--verde);
	width: 150px;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
}

.header-title .title.line-white:before{
	background: #fff;
}

.header-title .title.line-black:before{
	background: #000;
}

.header-title .subtitle{
	font-size:25px;
	line-height: normal;
	margin-top: 0;
	position: relative;
}

.contentBx .text{
    font-size: 18px;
}

.tp-leftarrow, .tp-rightarrow{
    display: none!important;
}

.tp-shapewrapper{
    background-color: rgba(0,0,0,.6)!important;
}

/* Amparo */
#amparo{
    background: #f2f2f2;
}
#amparo .contentDescription{
    background: var(--verde);
    padding: 15px 50px;
}
@media screen and (max-width: 640px) {
    #amparo .contentDescription{
        padding: 15px;
    }
}
#amparo .descriptionHeader{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: pre-line;
}
@media screen and (max-width: 640px) {
    #amparo .descriptionHeader{
        white-space: normal;
    }
}
#amparo .descriptionHeader .underline{
    text-decoration: underline;
    font-weight: 600;
    font-size: 22px;
}
#amparo .descriptionHeader a{
    color: #000;
}

#amparo .col-md-6{
    position: relative;
}

/* #amparo .row .box.line:before{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--verde);
    top: 0;
    transform: rotate(25deg);
}

@media screen and (max-width:480px){
    #amparo .row .box.line:before{
        display: none;
    }
} */

#amparo .contentBx{
    padding: 40px 15px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 260px;
}

#amparo .contentBx .text{
    font-size: 25px;
}

/* Proposito */
#proposito .contentBx .text{
    text-align: justify;
}

/* callToAction | Avance */
#callToActionAvance{
    background: #000;
    padding: 40px 0;
}
#callToActionAvance .header-title .title{
    color: #fff;
    margin-bottom: 0;
}
#callToActionAvance .header-title .title:before{
    display: none;
}
#callToActionAvance .btnCallToAction{
    background: transparent;
    color: var(--verde);
    border: 1px solid var(--verde);
    transition: .5s ease-in-out;
}
#callToActionAvance .btnCallToAction:hover{
    background: var(--verde);
    color: #fff;
}
#callToActionAvance .contentBx .text{
    text-align: justify;
}

/* Webinar */
#webinar{
    background-color: var(--verde);
    position: relative;
}

#webinar .img-float{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#webinar .header-title .title{
    color: #000;
}

#webinar .header-title .subtitle{
    color: #fff;
}

#webinar .contentBx{
    max-width: 80%;
    margin: 0 auto;
}

#webinar .boxDate{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    #webinar .boxDate{
        flex-direction: column;
    }
}

#webinar .contentBx .text{
    color: #fff;
    font-size: 25px;
}

#webinar .contentBx .btn-webinar{
    border: 1px solid #000;
    color: #000;
}

#webinar .contentBx .btn-webinar:hover{
    background: #000;
    /* border: 1px solid #fff; */
    color: var(--verde);
}
#webinar .contentIframe{
    float: none;
    margin: 0 auto;
}

/* New Webinar */
#webinarNew{
    background-color: #000;
    position: relative;
}

#webinarNew .img-float{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#webinarNew .header-title .title{
    color: #fff;
}

#webinarNew .header-title .subtitle{
    color: #fff;
}

#webinarNew .contentBx{
    max-width: 80%;
    margin: 0 auto;
}

#webinarNew .boxDate{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    #webinarNew .boxDate{
        flex-direction: column;
    }
}

#webinarNew .contentBx .text{
    color: var(--verde);
    font-size: 25px;
}

#webinarNew .contentBx .list li{
    text-align: justify;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

#webinarNew .contentBx .list li a{
    color: var(--verde);
}

#webinarNew .contentBx .text a{
    color: var(--verde);
}

#webinarNew .contentBx .btn-webinar{
    border: 1px solid var(--verde);
    color: #fff;
    background: var(--verde);
}

#webinarNew .contentBx .btn-webinar:hover{
    background: transparent;
    /* border: 1px solid #fff; */
    color: var(--verde);
}
#webinarNew .contentIframe{
    float: none;
    margin: 0 auto;
}

/* Conocer*/
#conocer{
    background-color: #000;
    padding: 40px 0;
}

#conocer .contentBx{
    max-width: 80%;
    margin: 0 auto;
}

#conocer .contentBx .text{
    color: #fff;
}

#conocer .contentBx .title{
    color: var(--verde);
    font-size: 30px;
    margin-bottom: 10px;
}

#conocer .contentBx .subtitle{
    font-size: 25px;
}
 
#conocer .btn-conocer{
    color: var(--verde);
}

#conocer .btn-conocer:hover{
    background-color: var(--verde);
    border: 1px solid var(--verde);
    color: #fff;
}

/* Acuses */
#acuses{
    background: #f2f2f2;
    padding: 70px 0 45px;
}

#acuses .contentBx{
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #acuses .contentBx{
        max-width: 100%;
    }
}

#acuses .contentBx .text{
    margin-bottom: 15px;
    text-align: center;
}

#acuses .contentBx .text.strong{
    font-weight: 600!important;
}

#acuses .contentBx .title{
    color: var(--verde);
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

#acuses .contentBx .subtitle{
    font-size: 25px;
}

#acuses .table td{
    padding: 5px 10px;
    border: 1px solid #000;
    text-align: center;
}

#acuses .table td span.strong{
    font-weight: 800;
    font-size: 15px;
}

#acuses .contColBach{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (max-width: 640px) {
    #acuses .contColBach{
        margin-left: auto;
        margin-right: auto;
    }
}

#acuses .contColBach .boxBach{
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    text-align: center;
    padding: 30px 15px;
    border: 1px solid var(--verde);
    margin: 0 10px 25px;
}
@media screen and (max-width: 640px) {
    #acuses .contColBach .boxBach{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
    }
}

#acuses .contColBach .boxBach .text{
    font-size: 20px;
}

#acuses .contAviso{
    max-width: 95%;
    margin: 40px auto;
}

#acuses .contAviso .btn-transparent{
    text-align: center;
    background: var(--verde);
    color: #fff;
    transition: .5s ease-in-out;
    padding: 8px 5px;
    border: 1px solid #000;
}

#acuses .contAviso .btn-transparent:hover{
    border: 1px solid var(--verde);
    background: transparent;
    color: #000;
}

#acuses .contColBach .boxBach .btn-transparent{
    background: var(--verde);
    color: #fff;
    transition: .5s ease-in-out;
    padding: 8px 5px;
    width: 100%;
    max-width: 100%;
    display: table;
    margin-top: 15px;
    border: 1px solid #000;
    line-height: normal;
}

#acuses .contColBach .boxBach .btn-transparent:hover{
    border: 1px solid var(--verde);
    background: transparent;
    color: #000;
}

#acuses .contColBach .boxBach .btn-transparent:first-child{
    margin-top: 0;
}

/* Avance */
#avances{
    background: #000;
    padding: 40px 0;
}
#avances .header-title .title{
    color: #fff;
    margin-bottom: 0;
}
#avances .header-title .title:before{
    display: none;
}
#avances .btnAvance{
    background: transparent;
    color: var(--verde);
    border: 1px solid var(--verde);
    transition: .5s ease-in-out;
    min-width: 600px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    #avances .btnAvance{
        min-width: auto;
    }
}
#avances .btnAvance:hover{
    background: var(--verde);
    color: #fff;
}
#avances .contentBx .text{
    text-align: justify;
}

/* Footer */
footer{
    padding: 30px 0;
    border-top: 4px solid var(--verde);
    position: relative;
}

footer .flexFooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen  and (max-width: 640px) {
    footer .flexFooter{
        flex-direction: column;
    }
}

footer .flexFooter .left{
    text-align: left;
}

@media screen and (max-width: 640px) {
    footer .flexFooter .left{
        text-align: center;
        margin-bottom: 15px;
    }
}

footer .flexFooter .center{
    text-align: center;
}

footer .flexFooter .right{
    text-align: right;
}

@media screen and (max-width: 640px) {
    footer .flexFooter .right{
        text-align: center;
        margin-top: 20px;
    }
}

footer .text{
    color: #000;
    margin-bottom: 0;
}

footer .text.title{
    font-size: 20px;
}

footer .text.link{
    color: var(--verde);
    font-weight: 600;
    font-size: 18px;
}

footer .center .text.link{
    font-size: 17px;
}

footer .text.link i{
    margin-right: 5px;
}

.acod-content{
    padding: 15px;
}