#abouth1 {
	background-image: url('../images/PAG-01.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

#abouth1 div h1 {
	text-align: center;
    color: white;
    font-size: calc(2.5rem + 2.5vw);
    padding-top: 5vh;
    font-weight: 700;
}
#aboutText {
	padding-top: 8vh;
}
#aboutcont2 {
	padding-top: 8vh;
	padding-bottom: 5vh;
}
#text1 {
	font-size: calc(.7rem + .7vw);
    text-align: center;
/*    font-weight: 600;*/
    padding-left: 5vh;
    padding-right: 5vh;
    line-height: normal;
/*    opacity: .8;*/
    color: rgb(15, 34, 57);
}
#text1 b{
	font-style: italic;
}
#text2 p{
	text-align: justify;
    margin-bottom: 0px;
    font-size: calc(.7rem + .7vw);
/*    font-weight: 600;*/
    line-height: normal;
/*    opacity: .8;*/
    color: rgb(15, 34, 57);
}
#aboutLogo {
	display: flex;
    align-items: center;
    padding: 9vh;

}
#aboutLogo img {
/*	max-width: 100%;*/
    min-width: -webkit-fill-available;
    min-width: -moz-available;
	height: auto;	
}
.contenedor {
	margin-left: 5vw;
    margin-right: 5vw;
}
#aboutMyV {
	padding-top: 15vh;
}
#aboutMyV div {
	padding-top: 4vh;
	padding-bottom: 7vh;
	text-align: center;
}
#aboutMyV div h1 {
	font-weight: 700;
	font-size: calc(1.2rem + 1.2vw);
	padding-right: 2vw;
    padding-left: 2VW;
    text-align: center;
}
.car2about {
	display: flex;
}
#aboutCard1 {
	text-align: left !important;
	display: flex;
	align-items: center;
	color: rgb(15 34 57) !important;
}
#aboutCard2 {
	background-color: rgb(15 34 57);
	border-radius: 20px;
	color: white;
	padding-left: 3vh;
	padding-right: 3vh;
}
#aboutCard2 p{
	padding-top: 2vh;
	font-size: calc(.7rem + .6vw);
    margin-bottom: 1px;
/*	font-weight: 500;*/
/*	text-align: justify !important;*/
}
#aboutCard3 {
	padding-left: 3vh;
	padding-right: 3vh;
	color: rgb(15 34 57) !important;
}
#aboutCard3 p{
	padding-top: 2vh;
	font-size: calc(.7rem + .6vw);
    margin-bottom: 1px;
	font-weight: 500;
	padding-left: 3vh;
    padding-right: 3vh;
/*	text-align: justify !important;*/
}

#aboutText div hr {
	border-top: 2px solid rgb(15 34 57);
}

.aboutLogos div img {
	max-width: 13vh;
}
.aboutLogos {
	text-align: center;
	min-height: 25vh;
}
.aboutLogos div p {
	font-size: calc(.5rem + .5vw);
    line-height: 18px;
    color: white;
    font-weight: 300;
    padding-left: .4vw;
    padding-right: .4vw;
}
.aboutTextLog {
	background-color: white;
	border-radius: 10px;
/*	padding-top: 2vh;*/
	padding-bottom: 1vh;
}
.aboutTextLog h4{
	font-size: calc(.7rem + .7vw);
	padding-top: 6px;
}
.aboutTextLog:hover {
	background-color: rgb(99 141 61);
	color: white;
}
.aboutimg {
	min-height: 10.4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aboutcont3 {
	padding-top: 10vh;
}

/*Conoce a nuestro equipo*/
#conoceEquipo {
	padding-top: 10vh;
	text-align: center;
}
#conoceEquipo h1 {
	font-size: calc(2rem + 2vw);;
    font-weight: 700;
    padding-bottom: 4vh;
}
#conoceCont1 {
	padding-top: 10vh;
    background: linear-gradient(to right, white 0%, white 15%,rgb(232 232 232) 15%, rgb(232 232 232) 100%);
    padding-bottom: .1vh;
}
.cardsEqupo {
	background-color: white;
	border-radius: 20px;
	margin-bottom: 13vh;
	max-height: 38.3vh;
}
.cardsEqupo div img {
	max-width: 100%;
}
.cardsTexts h2 {
	font-size: calc(1rem + 1vw);
    color: rgb(15 34 57);
    font-weight: 600;
    padding-top: 3vh;
}
.cardsTexts h3 {
	font-weight: 600;
    opacity: .8;
    font-size: calc(.7rem + .7vw);
    font-style: italic;
}
.cardsTexts div{
	overflow-x: auto;
	max-height: 16vh;
}
.cardsTexts div p {
	line-height: normal;
    margin-bottom: 0;
    font-size: calc(.6rem + .5vw);
    opacity: .8;
    padding-left: 2vw;
    padding-right: 2vw;
/*    font-weight: 300;*/
    color: rgb(15 34 57);
}
.conImgEquipo {
	display: flex;
	align-items: center;
}

@media screen and (max-width:910px) {
	.cardsTexts h2 {
		font-size: calc(1.4rem + 1.4vw);
	}
	.cardsTexts h3 {
		font-size: calc(.8rem + .8vw);
	}

}
@media screen and (max-width:767px) {
	.cardsTexts div{
		max-height: auto !important;
	}
	.cardsEqupo {
        max-height: none;
        padding-bottom: 3vh;
        background: linear-gradient(to bottom, transparent 0%, transparent 20%, white 20%, white 100%);
    }
	.conImgEquipo {

	}
	.cardsEqupo div img {
	    max-width: 40%;
	}
	.conImgEquipo {
/*	    display: flex;*/
	    justify-content: center;
	}

}
@media screen and (max-width:575px) {
	#text1 {
		padding-left: 0vh;
    	padding-right: 0vh;
	}
	#aboutcont2 {
	    padding-top: 0vh;
	    padding-bottom: 0vh;
	    min-width: 90vw;
	}
	#aboutLogo {
	    padding: 5vh;
	}
	#aboutMyV {
	    padding-top: 3vh;
	}
	.item {
	    width: 76vw !important;
	}
	.left-nav-btn {
	    left: -10px !important;
	}
	.right-nav-btn {
	    right: -5px !important;
	}
	.left-nav-btn i, .right-nav-btn i {
	    font-size: 8vw !important;
	}
	.cardsTextsConsejo h2 {
	    font-size: calc(1rem + 1.1vw);
	}
}


/*consejo*/

#consejo {
	padding-top: 10vh;
}
.prl-0 {
	margin-left: 0;
    margin-right: 0;
}
#consejo h1 {
    font-size: calc(2rem + 2vw);
    font-weight: 700;
    padding-bottom: 4vh;
    text-align: center;
}

.cardsConsejo {
/*	background: linear-gradient(to bottom, transparent 0%, transparent 25%, white 25%, white 100%);*/
/*	border-radius: 20px;*/
/*	padding-bottom: 2vh;*/
}
.cardsTextsConsejo {
	border-radius: 20px;
	background-color: white;
	max-height: 60vh;
/*    overflow-x: auto;*/
    padding-left: 2.5vw;
	padding-right: 2vw;
	padding-bottom: 2vw;
}
.cardsTextsConsejo h2 {
	font-size: calc(1rem + .9vw);
    font-weight: 600;
    color: rgb(15 34 57);
    text-align: center;
    padding-bottom: 0vh;
    padding-top: 5vh;
}
.cardsTextsConsejo div{
	overflow: auto;
    max-height: 44vh;
}
.cardsTextsConsejo div p {
/*	line-height: normal;*/
    margin-bottom: 0;
    text-align: justify;
    font-size: calc(.5rem + .5vw);
    opacity: .8;
    font-weight: 400;
    color: rgb(15 34 57);
    padding-right: 1vw;
}
.conImgConsejo img {
	max-width: 85%;
}
.conImgConsejo {
	display: flex;
    justify-content: center;
    bottom: -35px;
    z-index: 9;
}

#conConsejo {
	background: linear-gradient(to bottom, white 0%, white 15%, rgb(232 232 232) 15%, rgb(232 232 232) 100%);
/*	padding-bottom: 7vh;*/
}

@media screen and (max-width:910px) {
	.cardsTextsConsejo h2 {
		font-size: calc(1.4rem + 1.4vw);
	}
	.cardsTextsConsejo h3 {
		font-size: calc(.8rem + .8vw);
	}

}

@media screen and (max-width:767px) {
	.cardsTextsConsejo div{
/*		max-height: auto !important;*/
	}
}
@media screen and (max-width:991px) {
	.conImgConsejo img {
/*		max-width: 50%;*/
	}
	.cardsTextsConsejo h2 {
	    /*font-size: calc(1.6rem + 1.6vw);
	    padding-bottom: 3vh;*/
/*	    padding-top: 3vh;*/
	}

	.cardsTextsConsejo div p {
/*	    font-size: calc(.7rem + .7vw);*/
	}
	.cardsConsejo {
	    margin-bottom: 4vh;
	}
	#conConsejo {
/*	    background: linear-gradient(to bottom, white 0%, white 10%, rgb(232 232 232) 10%, rgb(232 232 232) 100%);*/
	}
}