html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
}

::-webkit-input-placeholder { /* Chrome */
  color: #777 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #777 !important;
  opacity: 1;
}

/* --------- Sections ------------- */
header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1005;
}

header .logo-div {
  padding: 0.5rem 0.5rem 0.3rem;
}

header .logo-div .logo {
  max-width: 19rem;
  width: 58%;
  cursor: pointer;
}

header .menu-a {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2.2rem;
  padding: 0;
}

header .menu-a.large-6 {
  width: 55%;
}

header .menu-a a {
  color: #000;
  padding: 1rem .8rem;
  font-size: 16px;
  font-size: 1.1rem;
}

header .menu-a a:hover {
  font-weight: 700;
  padding-right: .95rem;
}

header .menu-a .login {
  max-width: 5rem;
}

header .menu-a .active {
  font-weight: 700;
}

header .menu-cotiza {
    padding: 0px 0px 0px 28px;
}

header .menu-cotiza.large-2 {
  width: 11.66667%;
}

header .menu-cotiza a {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}


@media only screen and (max-width: 1230px) {
  header .menu-a a {
    padding: 1rem .4rem;
  }
}

@media only screen and (max-width: 1090px) {
  header .menu-a a {
    padding: 1rem .3rem;
  }
}

@media only screen and (max-width: 1090px) {
  header .menu-a a {
    padding: 1rem .2rem;
  }
}

@media screen and (max-width: 1023px) {
  header .logo-div .logo {
    margin-top: .8rem;
  }
  header .menu-a {
    margin-top: 1.7rem;
  }
  header .menu-a.medium-7 {
    width: 58.33333%;
  }
  header .menu-a a {
    font-size: .8rem;
  }
  header .menu-cotiza.medium-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 806px) {
  header .menu-a .login {
    display: none;
  }
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.cbp-spmenu {
  background: #2e3d7a;
  position: fixed;
}

.cbp-spmenu h3 {
  color: #101c50;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #fff;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  background: #4378b3;
}

.cbp-spmenu a:active {
  background: #4378b3;
  color: #fff;
}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #000301;
  padding: 1em;
}

.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#showLeft, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 49px;
  height: 37px;
  position: relative;
  margin: 6px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#showLeft span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #4378b3;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#showLeft span:nth-child(1) {
  top: 5px;
}

#showLeft span:nth-child(2) {
  top: 18px;
}

#showLeft span:nth-child(3) {
  top: 32px;
}

#showLeft.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showLeft.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showLeft.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

.padd0 {
	padding: 0;
}



/*---------- Contacto ----------*/

#contactoModal, #contactoModal2 {
	background: url(../images_new/contacto.jpg)100% 100% no-repeat;
	background-size: cover;
  background-position-x: -93px
}

.div-contacto {
  background-color: rgba(255,255,255,.5);
  padding: 29px 29px;
}

.title-contacto {
  color: #4378B3;
  font-weight: 700;
  font-size: 30px;
}

#btn-send {
  background-color: #4378B3;
  font-size: 18px;
  padding: 12px 40px;
  margin: 0 auto;
  display: block;
}

/*---------- Home --------------*/

.banner-home {
	padding-top: 5rem;
	background: url(../images_new/banner.jpg)100% 100% no-repeat;
	background-size: cover;
    height: 800px;
    background-position-y: 36px;
    color: #2e3d7a;
    background-position-x: -15px;
}

.banner-home .row div {
	background-color: rgba(255, 255, 255,0.4);
	margin-top: 70px;
    padding: 16px 28px;
}

.banner-home .row h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
}

.banner-home .row p {
    font-size: 24px;
    font-weight: 600;
}

.home-section1 {
	background: #4378B3;
	color: #fff;
    padding: 50px 0px;
}

.home-section1 h1 {
    font-weight: 700;
    font-size: 38px;
}

.home-section1 p {
	font-weight: 400;
    font-size: 21px;
}

.cotiza-img {
	padding: 0;
    margin-top: 57px;
}

.cotiza-img img {
	margin-bottom: 20px;
}

.section-titles {
	padding: 40px;
	color: #333;
}


.section-titles h3 {
	font-weight: 700;
    color: #4378B3;
}

#plan {
	background: url(../images_new/plan.jpg) 100% 100% no-repeat;
	background-size: cover;
	height: 800px;
}

#plan .columns {
	margin-top: 40px;
}

#planM {
	background: url(../images_new/plan.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 380px;
    background-position-x: -62px;
}

#planM .columns {
	margin-top: 40px;
    background-color: rgba(255,255,255,0.7);
}

.row-servicios .columns {
	background: #fff;
    padding: 26px;
}

.row-servicios .columnsE {
	background: #fff;
}

.row-servicios h5 {
	font-weight: 700;
    font-size: 22px;
    color: #2E3D7A;
    line-height: 23px;
    margin-bottom: 20px;
}

.row-servicios p {
    color: #333;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 21px;
}


#asesoria {
	background: url(../images_new/asesoria.jpg) 100% 100% no-repeat;
	background-size: cover;
	height: 800px;
}

#asesoria .columnsE {
    margin-top: 120px;
    padding: 44px;
    width: 28%;
    background-color: #fff;
}

#asesoria .columnsE img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

#asesoriaM {
	background: url(../images_new/asesoria.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 438px;
    background-position-x: -366px;
}

#asesoriaM .columns {
	margin-top: 40px;
    background-color: rgba(255,255,255,0.7);
}

#asesoriaM img {
    max-width: 215px;
    margin: 0 auto;
    display: block;
}

#capacitacion {
	background: url(../images_new/capacitacion.jpg) 100% 100% no-repeat;
	background-size: cover;
	height: 800px;
}

#capacitacion .columnsE {
	margin-top: 160px;
	padding: 44px;
}

#capacitacion .columnsE img {
	max-width: 200px;
	margin: 0 auto;
	display: block;
}

#capacitacionM {
	background: url(../images_new/capacitacion.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 438px;
    background-position-x: -273px;
}

#capacitacionM .columns {
	margin-top: 40px;
    background-color: rgba(255,255,255,0.7);
}

#capacitacionM img {
    max-width: 215px;
    margin: 0 auto;
    display: block;
}

#diseno {
	background: url(../images_new/diseno.jpg) 100% 100% no-repeat;
	background-size: cover;
	height: 800px;
}

#diseno .columnsE {
	margin-top: 160px;
	padding: 50px;
 	width: 30%;
}

#diseno .columnsE img {
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

#disenoM {
	background: url(../images_new/diseno.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 438px;
    background-position-x: -273px;
}

#disenoM .columns {
	margin-top: 40px;
    background-color: rgba(255,255,255,0.7);
}

#disenoM img {
    max-width: 215px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 400px) {
	header .logo-div .logo {
	    max-width: 19rem;
	    width: 105%;
	    cursor: pointer;
        margin-top: 0px;
	}
	.banner-home{
	    height: 440px;
	    background-position-x: -90px;
	    background-position-y: 64px;
	}

	.banner-home .row div {
	    background-color: rgba(255, 255, 255,0.4);
	    margin-top: -2px;
	    padding: 16px 15px;
	}

	.banner-home .row h1 {
	    font-size: 24px;
	    line-height: 34px;
	}

	.banner-home .row p {
	    font-size: 19px;
	}

	.home-section1 {
	    padding: 18px 0px;
	}

	.home-section1 h1 {
	    font-weight: 700;
	    font-size: 28px;
	}

	.home-section1 p {
	    font-size: 18px;
	}

	.section-titles {
	    padding: 20px;
	}

	.section-titles h2 {
		font-size: 1rem;
	}
}


/*---------- Cómo Funciona --------------*/

.banner-funciona {
	padding-top: 5rem;
	background: url(../images_new/banner2.jpg)100% 100% no-repeat;
	background-size: cover;
    height: 800px;
    background-position-y: 36px;
    color: #2e3d7a;
}

.banner-funciona .row div {
	background-color: rgba(255, 255, 255,0.4);
	margin-top: 411px;
    padding: 16px 0px 0px 24px;
}
.banner-funciona .row div:last-of-type {
	background-color: rgba(255, 255, 255,0.4);
	margin-top: 41px;
   
}

.banner-funciona .row h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}

.banner-funciona .row p {
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
}

.row-funciona .row{
	margin-bottom: 30px;
}

.row-funciona h3 {
    color: #4378B3;
    font-weight: 700;
    font-size: 24px;
    padding: 60px 0;
}

.dashed-div{
	border-right: 1.3px DASHED #4378b3;
}

.funciona-title {
    font-size: 20px;
}

.label-funciona {
	line-height: 19px;
    color: #808080;
}

.p-funciona {
	line-height: 12px;
    font-size: 19px;
}

.row-dashed {
	border: 1.3px DASHED #4378b3;
	padding: 50px;
}

.cuadro-row {
	margin-bottom: 40px;
}

.btn-mas-funciona {
	width: 400px;
    margin: 0 auto;
    display: block;
    margin-top: 55px;
    margin-bottom: 65px;
}

.h3-funciona {
	color: #4378B3;
    font-weight: 700;
    font-size: 24px;
    padding: 27px 0;
}

@media screen and (max-width: 400px) {
	.banner-funciona{
	    height: 407px;
	    background-position-x: -331px;
	    background-position-y: 52px;
	}

	.banner-funciona .row div {
	    background-color: rgba(255, 255, 255,0.6);
	    margin-top: 65px;
	    padding: 16px 0px 0px 24px;
	}

	.row-funciona .btn-mas {
	    max-width: 300px;
	}

	.banner-funciona .row h1 {
	    font-size: 25px;
	    font-weight: 700;
	    line-height: 29px;
	}

	.row-funciona h3 {
	    padding: 37px 0;
	}

	.dashed-div {
	    border-right: none;
	}

	.row-dashed {
	    border: 0;
	    padding: 0 0 0 13px;
	}
	.p-funciona {
	    line-height: 18px;
	    font-size: 19px;
	    margin-bottom: 9px;
	}
}


/*---------- Costos --------------*/

.banner-costos {
	padding-top: 5rem;
	background: url(../images_new/banner3.jpg)100% 100% no-repeat;
	background-size: cover;
    height: 800px;
    background-position-y: 83px;
    color: #2e3d7a;
    background-position-x: -68px;
}

.banner-costos .row div {
	background-color: rgba(255, 255, 255,0.4);
	margin-top: 470px;
    padding: 16px 0px 0px 24px;
}

.banner-costos .row div:last-of-type {
	background-color: rgba(255, 255, 255,0.4);
	margin-top: 41px;
   
}

.banner-costos .row h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}

.banner-costos .row p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.costos {
	background: #cbdaf2;
	color: #fff;
}

.costos label {
	text-align: center;
	color: #fff;
}

.costos h1, h4 {
	text-align: center;
	color: #fff;
}

.costos h1 {
	font-weight: 700;
    padding-top: 29px;
}

.costos h4 {
    font-size: 34px;
}

.costos .strike {
    font-size: 23px;
    color: white;
    text-decoration: line-through;
}

.costos .acceso {
    font-size: 22px;
	font-weight: 700;
    line-height: 10px;
    margin-top: 19px;

}

.costos .asesorp {
    font-size: 22px;
}

.costos .pagos {
	font-size: 18px;
    color: #4378B3;
    line-height: 23px;
}

.row-costos .row{
	margin-bottom: 30px;
}

.row-costos h3 {
    color: #4378B3;
    font-weight: 700;
    font-size: 24px;
    padding: 60px 0;
}



.costos img {
    max-width: 66%;
    margin: 0 auto;
    display: block;
    margin-bottom: 17px;
    margin-top: 14px;
}

.info-costos label {
	color: #000301;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
}

.info-costos .text-vertical {
	margin-top: 15px;
}

.row-costos .btn-mas {
	max-width: 400px;
    margin: 0 auto;
    display: block;
    margin-top: 56px;
    margin-bottom: 83px;
}


@media screen and (max-width: 400px) {
	.banner-costos{
	    height: 407px;
	    background-position-x: -110px;
	    background-position-y: 59px;
	}

	.banner-costos .row div {
	    background-color: rgba(255, 255, 255,0.6);
	    margin-top: 65px;
	    padding: 16px 0px 0px 24px;
	}

	.row-costos .btn-mas {
	    max-width: 300px;
	}

	.costos .pagos {
	    padding-bottom: 30px;
	}

	.row-costos h3 {
		padding: 35px 0;
	}

	.img-costos {
	    max-width: 88%;
		margin-top: 21px;
	}

}


/* -------- Casos de Éxito ------- */

.casos {
    padding-top: 115px;
    padding-bottom: 60px;
}

.casos .thumbnail {
	box-shadow: none;
}

/* -------- Footer ------- */


footer {
  font-weight: 300;
  font-size: 14px;
      height: 22em;
}

footer .left-footer {
	color: #2E3D7A;
    padding: 38px 0px 0px;
    font-size: 18px;
    font-weight: 400;
}

footer .menu-footer {
	background: #4378B3;
	color: #fff;
    padding: 46px 0px 86px;
    font-size: 16px;
    font-weight: 400;
}

footer a {
  color: #fff;
}

footer .logo-footer {
  margin-bottom: 50px;
}

footer .second-phone {
  text-align: right;
  margin-right: 55px;
  margin-top: -17px;
}


footer .menu-footer a {
  display: block;
  line-height: 42px;
}

footer .menu-footer strong {
  font-size: 24px;
}

footer .menu-footer img {
	display: block;
	max-width: 32px;
	margin-right: 75px;
	float: left;
}

.footer-social {
    padding-top: 47px;
}