@media screen and (max-width: 991px) {
    .is-fixed .header-nav .nav{
        height: auto;
    }
}

section{
    padding: 70px 0;
}

.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:focus{
	color: var(--verde);
}

.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: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: pre-line;
}
@media screen and (max-width: 640px) {
    #amparo .descriptionHeader{
        white-space: normal;
    }
}
#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;
}

/* Call to action */
#calltoAction1{
    background: var(--negro);
}
#calltoAction1 .text{
    color: #fff;
    font-size: 25px;
    text-align: center;
}
#calltoAction1 .text a{
    color: var(--verde);
    transition: .5s ease-in-out;
}
#calltoAction1 .text a:hover{
    color: #fff;
}

/* 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;
}

/* 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;
}

/* 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;
}