@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&display=swap');

@keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes logo {
    0% {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0;
}
a {
    text-decoration: none;
}
input:focus {
    outline: 0;
}
textarea:focus {
    outline: 0;
}
header {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: fixed;
	padding-bottom: 10px;
    z-index: 1000;
}
p {
    margin: 0;
}

.flex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.flexSpaceBetween {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}

.wrapper {
    display: none;
}
#top-link {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 2000;
}
#sube img:hover {
    cursor: pointer;
}
.contentSlide {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 120px;
}
.contentSlideClients {
    width: 100%;
    height: auto;
    float: left;
}
.center {
    width: 1000px !important;
    height: auto;
    margin: 0 auto;
}
.btnFixed {
    width: 250px !important;
    height: 72px !important;
    position: fixed;
    z-index: 110;
    background-image: url(../images/bgFixedHover.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    right: 0;
    top: 195px;
    transition: all 0.3s;
}
.btnFixed:hover .bgRedFixed {
    background-color: #2a1d49;
}
.btnFixed:hover {
    background-image: url(../images/bgFixedHover.png);
    cursor: pointer;
}
.phoneBand {
    width: 100%;
    font-size: 21px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-right: 0;
    color: #54C8ED;
    display: none;
}
.phoneBand a {
    color: #54C8ED !important;
    text-decoration: none;
    display: none;
}
.bgRedFixed {
    width: 225px !important;
    height: 72px !important;
    background-color: #2a1d49;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    transition: all 0.3s;
}
.txtBtnFixed {
    height: auto !important;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-content: center;
    align-self: center;
    padding-right: 46px;
}
.txtBtnFixed b {
    color: #fff;
}
.btnCvFormFix {
    text-align: left;
    color: #684d7c;
    font-size: 20px;
}
.txtAsesoramiento {
    font-size: 18px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    margin-right: 0;
    color: #fff;
}
.btnCvFormFix a {
    color: #e1345b;
    text-decoration: underline;
}

.titleForm {
    color: #FFF !important;
    margin-bottom: 60px;
    margin-top: 10px;
}

.jshowoff div {
	height: auto;
}

.slideHome1 .center {
	height: auto !important;
}

.slideHome2 .center {
	height: auto !important;
}
.slideHome3 .center {
	height: auto !important;
}

.slideHome4 .center {
	height: auto !important;
}

.slideHome1 {
	height: 370px !important;
    background-image: url(../images/slide/home/img-banner1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 370px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-self: center;
}
.slideHome2 {
	height: 370px !important;
    background-image: url(../images/slide/home/img-banner2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 370px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-self: center;
}
.slideHome3 {
	height: 370px !important;
    background-image: url(../images/slide/home/img-banner3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 370px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-self: center;
}
.slideHome4 {
	height: 370px !important;
    background-image: url(../images/slide/home/img-banner4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 370px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-self: center;
}
.titleSlide {
    width: 70% !important;
    height: auto !important;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.titleSlide h1 {
    color: #002F66 !important;
    font-size: 48px !important;
    font-family: 'Poppins', sans-serif;
    line-height: 54px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}
.titleSlide h2 {
    color: #002F66 !important;
    font-size: 44px !important;
    font-family: 'Poppins', sans-serif;
    line-height: 54px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 30px !important;
}
.subTitleSlideHome {
    font-size: 30px;
    float: left;
    color: #002F66;
	font-weight: 300;
    font-family: 'Poppins', sans-serif;
	margin: 0 0 0px 30px !important;
}
.btnSlide {
    width: 170px !important;
    height: 48px !important;
    float: left;
    background-color: transparent;
    border: 3px solid #fff;
    padding-top: 14px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    transition: all 0.3s;
}
.btnSlide:hover {
    border: 3px solid #de352e;
    color: #de352e;
}
.logo {
    width: auto;
    height: auto;
    z-index: 100;
    -webkit-animation: logo 3s;
    -moz-animation: logo 3s;
    animation: logo 3s;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-self: center;
}

.logo img {
    width: 190px;
}

nav {
    margin-top: 0px;
}
nav ul {
    margin: 0;
    list-style: none;
}
nav li {
    height: auto;
    float: left;
    color: #2a1d49;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	padding: 10px 10px 0px 10px;
    transition: all 0.3s;
}
nav li:hover {
    cursor: pointer;
    color: #000;
}

.contentNav {
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	align-self: center;
	align-items: center;
    align-content: center;
}
.telHeader {
    font-size: 15px;
	font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #2C9FD9;
	margin-left: 15px;
    letter-spacing: 1px;
}
.btnClient {
    width: 120px;
    height: 22px;
    position: absolute;
    top: 0;
    background-color: #2a1d49;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding-top: 3px;
    text-align: center;
    margin-left: 715px;
    transition: all 0.3s;
}
.btnClient:hover {
    background-color: #e63434;
    color: #fff;
    cursor: pointer;
}
.unlock {
    width: 72px;
    height: 22px;
    position: absolute;
    top: 0;
    color: #ff1744;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 3px;
    text-align: center;
    right: 15px;
    transition: all 0.3s;
}
.btnCV {
    width: auto;
    height: auto;
    float: right;
    background-color: #002F66;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    margin-left: 0px;
	padding: 10px;

	border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-o-border-radius: 0px 0px 10px 0px;

    transition: all 0.3s;
}
.btnCV:hover {
    background-color: #54C8ED;
    color: #000;
    cursor: pointer;
}
.btnAccess {
    width: auto;
    height: auto;
	padding: 10px;
    float: right;
    top: 0;
    background-color: #002F66;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 10px;
	margin-right: 1px;
    text-align: center;

	border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-o-border-radius: 0px 0px 0px 10px;

    transition: all 0.3s;
}
.btnAccess:hover {
    background-color: #54C8ED;
    color: #000;
    cursor: pointer;
}
.contentCategory {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.category {
    width: 250px;
    height: 290px;
    margin-left: 3px;
    margin-right: 3px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.bgCat4 {
    background-size: auto 300px;
    background-image: url(../images/bk-obras.jpg);
    background-position: center;
    background-repeat: no-repeat;

	border-radius: 0px 0px 35px 0px;
	-webkit-border-radius: 0px 0px 35px 0px;
	-moz-border-radius: 0px 0px 35px 0px;
	-o-border-radius: 0px 0px 35px 0px;
}
.bgCat3 {
    background-size: auto 300px;
    background-image: url(../images/bk-oficinas.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.bgCat2 {
    background-size: auto 300px;
    background-image: url(../images/bk-edificios.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.bgCat1 {
    background-size: auto 370px;
    background-image: url(../images/bk-aulas.jpg);
    background-position: center;
    background-repeat: no-repeat;

	border-radius: 0px 0px 0px 35px;
	-webkit-border-radius: 0px 0px 0px 35px;
	-moz-border-radius: 0px 0px 0px 35px;
	-o-border-radius: 0px 0px 0px 35px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
}
.hoverCategory {
    width: 250px;
    height: 290px;
    position: relative;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
}
.hoverCategory:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.titleCategory {
	width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.textCategory {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-top: 10px;
}
.textCategory p {
    width: 200px;
    text-align: center;
    margin-left: 25px;
    line-height: 16px;
}
.btnCategory {
    width: auto;
    height: auto;
    background-color: #54C8ED;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 10px;
    padding: 5px;
    margin-top: 20px;
	margin-bottom: 90px;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
    

    transition: all 0.3s;
}
.btnCategory:hover {
    cursor: pointer;
}
.contentNosotros {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bgGrey {
    width: 100%;
    height: auto;
    background-color: #f2f0f5;
}
.bgNosotros {
    width: 100%;
    height: 380px;
    background-image: url(../images/empresa.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}
.titleNosotros {
    width: 50%;
    align-items: flex-end;
    margin-top: 0;
}
.titleNosotros h3 {
    margin: 0;
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
}
.txtNosotros {
    width: 45%;
    height: auto;
    margin-left: 5%;
    margin-top: 0px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}
.txtNosotros p {
    width: 100%;
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 30px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.txtNosotros span {
    width: 100%;
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    margin-top: 45px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.btnAgendarVisita {
    width: 270px;
    background-color: #002F66;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;

    padding: 10px;
    margin-bottom: 80px;
    transition: all 0.3s;
}

.btnAgendarVisita:hover {
    background-color: #54C8ED;
    color: #000;
    cursor: pointer;
}

.btnAgendarVisita p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.lineLeftAgendar {
    float: left;
    width: 270px;
    height: 1px;
    background-color: #2a1d49;
    margin-bottom: 80px;
    align-content: flex-start;
}

.lineRightAgendar {
    float: left;
    width: 270px;
    height: 1px;
    background-color: #2a1d49;
    margin-bottom: 80px;
}

.navNosotros {
    width: 100%;
    height: auto;
    background-color: #002F66;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.lineBtnNosotros {
    width: 1px;
    height: 87px;
    background-color: #FFF;
    align-self: center;
}
.btnNosotros {
    padding: 15px;
    text-align: center;
    align-self: center;
}
.titleBtnNosotros {
    color: #54C8ED;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.textBtnNosotros {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    -webkit-text-transform: lowercase;
    -moz-text-transform: lowercase;
    -o-text-transform: lowercase;
}
.smallFontBtnNos {
    font-size: 12px;
}
.regularFontBtnNos {
    font-size: 15px;
    letter-spacing: 1px;
}

.bgLightBlue {
    background-color: #CBEEFA;
}

.contentServices {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
}
.columnLeftServices {
    width: 68%;
    height: auto;
    margin-left: 7%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-content: space-around;
}
.columnRightServices {
    width: 250px;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}
.titleServices {
    align-items: flex-start;
    margin-top: 150px;
    margin-left: 100px;
}
.titleServices h3 {
    margin: 0;
    color: #e0352d;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 44px;
    text-align: left;
}
.txtServices {
    margin-left: 80px;
    margin-top: 30px;
}
.txtServices ul {
    margin: 0;
    list-style: disc;
}
.border .txtServices li {
    color: #2d1e49;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
}
.lineServices {
    width: 83%;
    height: 2px;
    background-color: #e0352d;
    margin-left: 2%;
    margin-top: 13px;
    margin-bottom: 13px;
}

.contentServicesAd {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 40px;
}

.circleImgServices {
    width: 285px;
    height: 285px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    background-image: url(../images/img-ademas.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

    position: absolute;
}
.subTitleServices {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    margin-left: 210px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}
.subTitleServices p {
    width: 350px;
    height: 45px;
    margin: 0;
    padding-left: 80px;

    border-radius: 0px 20px 0px 0px;
    -webkit-border-radius: 0px 20px 0px 0px;
    -o-border-radius: 0px 20px 0px 0px;
    -moz-border-radius: 0px 20px 0px 0px;

    background-color: #002F66;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: left;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.txtServicesAd {
    width: 95%;
    height: 160px;
    margin-left: 5%;
    padding-left: 25%;
    padding-top: 3%;
    background-color: #FFF;

    border-radius: 0px 90px 90px 0px;
    -webkit-border-radius: 0px 90px 90px 0px;
    -o-border-radius: 0px 90px 90px 0px;
    -moz-border-radius: 0px 90px 90px 0px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.lineHorizontal {
    width: 86%;
    height: 1px;
    float: left;
    background-color: #e4635e;
    margin-top: 13px;
}
.lineHorizontalFin {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #e4635e;
    margin-top: 13px;
    margin-left: 20px;
}
.txtRightServices {
    width: 33%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-items: flex-start;
    align-self: flex-start;
}
.pRightServices {
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    align-self: top;
    width: 88%;
    align-items: flex-start;
    align-self: flex-start;
}
.arrowRight {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 2px;
    color: #002F66;
    text-align: left;
    width: auto;
    margin-top: 5px;
}

.arrowRight {
    font-size: 12px;
}

.title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.title p {
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
}
.subTitleSlide {
    width: 1000px !important;
    text-align: center;
    margin-top: -35px;
    position: absolute;
    height: auto;
}
.subTitleSlide p {
    color: #002F66;
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 600;
}
#slidingClients {
    margin-top: 50px;
    /*background-size: auto 400px;*/
    background-size: cover;
    height: auto !important;
}
.titleSlideClients {
    width: 100% !important;
    height: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.titleSlideClients h2 {
    color: #fff;
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 300;
    padding-top: 20px;
}
.slideClients1 {
    background-image: url(../images/slide/clients/clientes-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients2 {
    background-image: url(../images/slide/clients/clientes-02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients3 {
    background-image: url(../images/slide/clients/clientes-03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients4 {
    background-image: url(../images/slide/clients/clientes-04.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients5 {
    background-image: url(../images/slide/clients/clientes-05.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients6 {
    background-image: url(../images/slide/clients/clientes-06.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients7 {
    background-image: url(../images/slide/clients/clientes-07.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients8 {
    background-image: url(../images/slide/clients/clientes-08.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients9 {
    background-image: url(../images/slide/clients/clientes-09.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients10 {
    background-image: url(../images/slide/clients/clientes-10.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients11 {
    background-image: url(../images/slide/clients/clientes-11.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.slideClients12 {
    background-image: url(../images/slide/clients/clientes-12.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.contentCatServices {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.boxService {
    width: 200px;
    text-align: center;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: flex-start;
    margin-bottom: 25px;
}

.boxServiceTop {
    width: 200px;
}

.boxService p {
    width: 100%;
    color: #002F66;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.marginBottom {
    margin-bottom: 40px;
}

.boxImg {
    width: 100%;
    text-align: center;
    min-height: 70px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
    margin-bottom: 15px;
}
.btnCategoryServ {
    width: 260px;
    height: 40px;
    margin: 5px;
    background-color: #CBEEFA;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: flex-start;
    transition: all 0.5s;
}
.btnCategoryServ:hover {
    cursor: pointer;
}

.marginTitleTop {
    margin-top: 80px;
    margin-bottom: 80px;
}

.titleCatServ {
    width: 100%;
    height: 0;
    align-self: center;
    color: #002F66;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    align-self: flex-start;
    padding-top: 12px;
    transition: all 0.5s;
}
.arrowDown {
    width: 47px;
    height: auto;
    text-align: center;
}
.arrowDown i {
    align-self: center;
    color: #e03627;
    font-size: 42px;
    font-weight: 300;
}
.listCategory {
    width: 260px;
    height: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #2d1e49;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    display: none;
    line-height: 25px;
    margin-top: -3px;
    background-color: #f1f0f5;
    position: relative;
    z-index: 1000;
    overflow-y: scroll;
    transition: all 0.3s;
}
#demos {
    margin: 30px 0 100px 0;
}
#demos .owl-carousel {
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#demos .owl-carousel .item {
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}
#demos .owl-carousel .item img {
    width: auto !important;
    vertical-align: middle;
    align-items: center;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme.owl-nav,.owl.theme.default.min.css: 6 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.centerImg {
    width: auto;
    height: auto;
}
main.css: 1111 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
    background: #777 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot {
    width: 200px;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    float: left;
}
.row {
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}
img {
    vertical-align: middle;
}
footer {
    width: 100%;
    height: 175px;
    background-color: #FFF;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.centerFooter {
    width: 806px;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}
.contentFotter {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}
.contentFotter p {
    margin: 0;
}
.lineFooter {
    width: 2px;
    height: 70px;
    background-color: #674d7c;
}
.columnLeftFooter {
    width: auto;
    height: 175px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}
.columnCenterFooter {
    width: auto;
    height: 175px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    align-content: center;
    align-items: center;
}
.columnRightFooter {
    width: auto;
    height: 175px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}

.columnRightFooter p {
    color: #012142;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.nameFooter {
    color: #2d1e49;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    align-self: center;
}
.nameFooter h2 {
    margin: 0;
}
.servicesFooter {
    color: #012142;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 17px;
}
.mailFooter {
    color: #e0352d;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 17px;
}
.dateFooter {
    color: #012142;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding-left: 30px;
    line-height: 26px;
}

.dateFooter i {
    color: #54C8ED;
    font-size: 22px;
}

.columnRightFooter i {
    color: #54C8ED;
    font-size: 22px;
    vertical-align: middle;
}

.dateFooter a {
    color: #012142;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}
.itemLeftServicesFooter {
    width: 45%;
    color: #674d7c;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding-left: 30px;
    line-height: 17px;
}
.itemLeftServicesFooter p {
    align-self: center;
}
.itemRightServicesFooter {
    width: 45%;
    color: #674d7c;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 17px;
    padding-left: 30px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}
.splitForm {
    width: auto;
    height: auto;
    margin-bottom: 40px;
}
.splitForm input {
    width: 90%;
    height: auto;
}
.contentFormCliente p {
    margin: 0;
}
.pass {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contentFormLogin {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}
.contentFormCliente {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    padding-top: 40px;
}
.contentFormCliente input {
    width: 300px !important;
    height: 32px;
}
.bgCV {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
}
.bgCV output {
    width: 100%;
    font-size: 14px;
    color: #333;
}
.btnCVForm {
    width: 230px !important;
    height: 50px !important;
    background-color: #e03627;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    letter-spacing: 5px;
    margin-right: 11px;
    transition: all 0.3s;
}
.btnCVForm:hover {
    background-color: #00257E;
    color: #FFF;
    cursor: pointer;
}
.btnSendForm {
    width: 200px !important;
    height: 50px !important;
    background-color: #00257E;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    margin-left: 11px;
    letter-spacing: 5px;
    transition: all 0.3s;
}
.btnSendForm:hover {
    background-color: #49C8FF;
    cursor: pointer;
}
.inputDomicilio {
    width: 345px !important;
}
.selectZona {
    height: 32px;
    margin-left: 15px;
}
.bgContacto {
    width: 100%;
    height: auto;
    background-image: url(../images/bk-form.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
    padding-bottom: 100px;
}
.contentForm {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 40px;

    align-items: center;
}
select {
    border: 1px solid #aea9c0;
    color: #333;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 15px;
}
input {
    border: 1px solid #4D6E94;
    color: #333;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 15px;
}
textarea {
    border: 1px solid #4D6E94;
    color: #333;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 15px;
}

.contentForm form {
    width: 660px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.contentForm input {
    width: 100%;
    height: 60px;
    color: #012142;
    background-color: #FFF;
    border: 2px solid #4D6E94;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.contentForm textarea {
    width: 100%;
    height: 150px;
    color: #012142;
    background-color: #FFF;
    border: 2px solid #4D6E94;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.contentInput {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.contentInput label {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 12px;
    margin-left: 2px;
    float: left;
}
.titleFormCV {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #674d7c;
    font-size: 15px;
    width: 100%;
    border-top: 2px solid #e63434;
    padding-top: 15px;
    margin-bottom: 10px;
}
.formCol2 {
    width: 50%;
}
.formCol2 input {
    width: 98% !important;
}
.btnForm {
    width: 160px;
    height: 60px;
    background-color: #54C8ED;
    color: #002F66;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border: 0;
    letter-spacing: 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s;
}
.btnForm:hover {
    background-color: #002F66;
    color: #FFF;
    cursor: pointer;
}
.msgBottom {
    padding: 15px;
    position: absolute;
    z-index: 1000;
    background-color: rgba(25, 118, 210, 0.8);
    color: #fff;
    font-size: 22px;
    text-align: center;
    bottom: 15px;
    right: 15px;
}
.msgFooterFiles {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.msgFooterFiles p {
    width: 80%;
    font-size: 14px;
    color: #333;
    margin-left: 10%;
}
.btnCloseBand {
    position: absolute;
    z-index: 9000;
    right: 5px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    background-color: #54C8ED;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    display: none;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.btnCloseBand i {
    font-size: 12px;
}

.btnWhatsapp {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 5%;
    right: 8%;
    transition: all 0.3s;
    z-index: 9000;
}

.btnWhatsapp img {
    width: 70px;
}

/*
.btnWhatsapp:hover {
    background-color: #008b00;
    cursor: pointer;
    color: #fafafa !important;
}*/

#btnFixed {
    display: none;
}

.contentForm form input::-webkit-input-placeholder { color: #012142 !important; } /* WebKit */
.contentForm form input:-moz-placeholder { color: #012142 !important; } /* Firefox 18- */
.contentForm form input::-moz-placeholder { color: #012142 !important; } /* Firefox 19+ */
.contentForm form input:-ms-input-placeholder { color: #012142 !important; } /* IE 10+ */

.contentForm form textarea::-webkit-input-placeholder { color: #012142 !important; } /* WebKit */
.contentForm form textarea:-moz-placeholder { color: #012142 !important; } /* Firefox 18- */
.contentForm form textarea::-moz-placeholder { color: #012142 !important; } /* Firefox 19+ */
.contentForm form textarea:-ms-input-placeholder { color: #012142 !important; } /* IE 10+ */