@import url(//fonts.googleapis.com/css?family=Lato:300:400);
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  margin:0;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: none;
}

h1 {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-weight:bolder;
  letter-spacing: 1.5px;
  font-size:40px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:16px;
  font-weight: bold;
  color: #ffffff;
}

.header {
  position:relative;
  text-align:center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 90px;
  padding-left: 80px;
  color:white;
  background-color: rgba(0,0,0,0.2);
}

.header h1{
    font-size: 2.5em;
}
.header p{
    text-align: justify;
    font-weight: bold;
    font-size: 1.3em;
    margin: 10px 0px;
}
.content-header{
    height:65vh;
    margin: 0;
    padding: 0;
    background-image: url(../image/businessman-2.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left center;
}

/*------------tarjetas-----------*/
.form-container {
    position: relative;
    background-color: #fff;
    overflow: auto;
    display: table;
    margin-left: 8%;
    margin-top: 20px;
    padding-bottom: 90px;
    opacity: 1;


}

fieldset {
    border: none;
    padding-top: 17px;
}

legend {
    font-weight: bolder;
    align-content: center;
    font-size: 40px;
    color: #47821c;
}
.content-card {
    padding: 1%;
    margin: 0px;
}

.card {
    background-color: #fff;
    overflow: auto;
    display: table;
    box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    /* H. Para el navegador (Firefox <29) basado en Gecko */
    margin: 0px;
    padding: 1%;
    padding-top: 0px;
    height: 230px;
    opacity: 1;
    color: #999;
    border-radius: 10px;
    border: solid 1px #c5dff8;
    box-shadow: 2px 2px 2px #c5dff8;
}




.titulo .icono {
    box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    width: 25%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 100%;
 
}
.titulo{
    height: 90px;
}
.titulo h3 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    width: 70%;
    text-align: right;
    color: #2E9AFE;
    vertical-align: top;
}

.texto {
    margin: 0px;
    padding: 15px;
    text-align: justify;
}

.titulo-azul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    width: 95%;
    text-align: left;
    color: #2E9AFE;
    vertical-align: top;
}

.asesoria{
    background-image: url(../image/woman.jpg);
    background-size: cover;
    height: 75vh;
    background-position: bottom;
}
.asesoria .tb-precio h1{
    padding-top: 15%;
    font-size: 3.3em;
    text-align: center;
}
.asesoria .tb-precio p{
    width: 100%;
    padding: 10px;
    font-size: 1.3em;
    text-align: justify;
}

.fab{
    background-color:#25d366;
    color:#FFF;
    padding: 10px 15px;
    font-weight: bolder;
    border-radius: 10px;
    font-size: 1.5em;
    margin-top: 10px;
    box-shadow: 2px 2px 5px #8e8e8e;
    cursor: pointer;
}
/*** precio planes ***/
.tb-precio{
    margin-left: 8%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tb-precio h1, .tb-precio p{
   text-align: center;
   font-size: 3.5em;
}

.tb-precio p{
    color: #2E9AFE;
    font-size: 1.5em;
    padding: 10px;
}
.tb-precio .descuento{
    margin: 10px auto;
    padding: 0px;
    width: 350px;
}
.tb-precio .descuento .izq,.tb-precio .descuento .der{
    margin: 0px;
    padding: 10px;
    width: 50%;
    float: left;
    font-size: 1.2em;
    border: 1px solid #2E9AFE;
    text-align: center;
    font-weight: bold;
}

.tb-precio .descuento .izq{
    background-color: #2E9AFE;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.tb-precio .descuento .izq:hover{
    background-color: #ffffff;
    color: #2E9AFE;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.tb-precio .descuento .izq:hover + .der{
    background-color: #2E9AFE;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.tb-precio .descuento .der{
    background-color: #ffffff;
    color: #2E9AFE;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.precios{
    background-image: url(../image/f2f2f2.jpg);
    background-size: contain;
    background-position: top center;
    padding-top: 0px;
    margin-bottom: 50px;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}


.wrap{
	width: 100%;
	max-width: 1170px;
	margin: 20px 0;
}

.miswitch{
	border: 1px solid #225B78;
	border-radius: 20px;
	color: #f2f2f2;
	position: relative;
	margin: 0px auto 20px;
	width: 200px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.miswitch a{
	font-size: 14px;
	z-index: 2;
	position: relative;
	width: 50%;
	text-align: center;
	cursor: pointer;
}


.swicht-btn{
	position: absolute;
	background: #0C1F28;
	width: 50%;
	height: 90%;
	border-radius: 20px;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition: all .5s;
}

.on{
	left: 97px;
}

/* Tabla de precio*/

.pricing-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pricing-table{
	width: 32%;
	transition: transform .5s ease;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.pricing-table:hover{
	transform: scale(1.07);
}

.pricing-table-cont{
	background: #fff;
    border-radius: 10px;
	text-align: center;
	position: relative;
	height: 460px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: .3s ease;
}

.pricing-table-month , .pricing-table-year{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #999;
    border-radius: 10px;
    border: solid 1px #c5dff8;
    box-shadow: 2px 2px 2px #c5dff8;
}

.pricing-table-year{
	transform: rotateY(180deg);
}

.rotando-tabla{
	transform: rotateY(180deg);
}

.pricing-table-head{
	color: #173D50;
	padding: 15px 0px;
}

.pricing-table-head h2{
	font-size: 16px;
	letter-spacing: 2px;	
	font-weight: bold;
}

.pricing-table-head h3{
	font-size: 24px;
	font-weight: bolder;
	display: inline;
    color: #ffffff;
}
.pricing-table-head .pricing-circle{
    background-color:rgba(46, 154, 254,1);
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    padding-top: 15%;
    margin-top: 5px;
    box-shadow: 2px 2px 5px #707070;
}

.pricing-table-head .pricing-circle2{
    background-color:rgba(84,58,183,1);
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    padding-top: 15%;
    margin-top: 5px;
    box-shadow: 2px 2px 5px #707070;
}

.pricing-table-head .pricing-circle3{
    background-color:#ff8000;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    padding-top: 15%;
    margin-top: 5px;
    box-shadow: 2px 2px 5px #707070;
}

.pricing-table-head h3 sup, .pricing-table-head h3 sub{
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
}

.pricing-table-head h3 sub{
	font-size: 12px;
}


.pricing-table-head.estandar-title h3,
.pricing-table-head.estandar-title h3 sup,
.pricing-table-head.estandar-title h3 sub{
	color: #ffffff;
}

.pricing-table-list li{
	background: #fff;
	padding: 3px 60px;
    text-align: left;
}

.pricing-table-list li span i{
	background: #fff;
	padding: 3px 10px;
}



.pricing-table-button{
	display: block;
	width: 80%;
	padding: 10px 0;
	background: #2E9AFE;
	color: #fff;
	margin-top: 15px;
    border-radius: 10px;
    margin-left: 10%;
    position: absolute;
    bottom: 25px;
    box-shadow: 2px 2px 5px #8e8e8e;
    cursor: pointer;
}

.pricing-table-button.estandar{
	background: rgba(84,58,183,1);
}

.pricing-table-button.preferencial{
	background: #ff8000;
}

/* RESPONSIVE ===============================  */
@media screen and (max-width: 750px){
	.pricing-table{
		width: 72%;
		margin-bottom: 20px;
	}

	.pricing-wrap{
		justify-content: center;
	}

	.pricing-table:hover{
		transform: scale(1.0) ;
	}
}

@media screen and (max-width: 500px){
	.pricing-table{
		width: 90%;
	}
}
/*** fin precio planes ***/

/*** Content ***/
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .card{
        height: 280px ;
    }
    .pricing-table-list li{
        padding: 3px 25px;
    }
    .pricing-table-cont{
        height: 480px;
    }
    .pricing-table-list li span i{
        padding: 3px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .card{
        height: 350px ;
    }
    .pricing-table-list li{
        padding: 3px 15px;
    }
    .pricing-table-cont{
        height: 530px;
    }
    .pricing-table-list li span i{
        padding: 3px 5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .card{
        height: 320px ;
    }
    .pricing-table-cont{
        height: 480px;
    }
}
@media only screen and (max-width: 600px) { 
    .form-container {
        padding: 50px;
    }
 }
