body {
    font-size: .75rem;
}
nav #navbar {
    font-size: 1rem;
}
#header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
#carousel {
    position: relative;
}
#carousel .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}
#carousel .overlay .container,
#carousel .overlay .row {
    height: 100%;
}
#main {
    font-size: 12px;
    background: url("../assets/images/main_banner.jpg");
    background-size:cover; 
    padding-top: 60px;
}
main img {
    width: 80%;
  }
main form label,
#contactanos form label {
    font-weight: bold;
}
main form .form-control,
#contactanos form .form-control  {
    border:1px solid #f8f9fa;
    padding: 1.5rem .75rem;
}
main form .form-control::placeholder,
#contactanos form .form-control::placeholder {
    color:#b3b3b3;
}
main form .form-control:active,
#contactanos form .form-control:active  {
    border: 1px solid #e5e5e7;
}
main h3 {
    font-size: 12px;
}
.text-prop-naranja{
    color:#ff9900;
}
.text-prop-azul{
    color:#0099ff;
}
.formRegistro {
    border-radius: 20px;
    padding: 15px 30px;
}
#soluciones .card,
#nuestrosServicios .card,
#nuestrasAlianzas .card,
#planes .card  {
    border: none;
    -webkit-box-shadow: 0px 2px 9px -5px rgb(3, 97, 206);
    -moz-box-shadow: 0px 2px 9px -5px rgb(3, 97, 206);
    box-shadow: 0px 2px 9px -5px rgb(3, 97, 206);
}
#soluciones h5,
#nuestrosServicios h5,
#nuestrasAlianzas h5 {
    font-size: .9rem;
}
#soluciones img {
    height: 91px;
    /*height: 50%;*/
}
.card-img {
    max-width: 30px;
}
.cardSeparator{
    width: 30%;
    height: 3px;
    background-color: #ff7b49;
}
#planes {
    background: url(../assets/images/img_structure.png) no-repeat top center ;
    background-size: auto 100%;
}
@media (min-width: 992px) {
    #planes {
        background-size: 100% 100%;
    }
    .iniciaMovil {
        display: none;
    }
}
@media (max-width: 991px) {
    #navbar {
        background: #ffffff;
        text-align: center;
    }
    #navbar a {
        color: #007bff;
    }
}
@media (max-width: 768px) {
    #metricas h1{
        font-size: 1.8rem;
    }
    #metricas .h4 {
        font-size: 1rem;
    }
}
#planes h2,
#planes p {
  text-shadow: 1px 1px 1px #ffffff;
}
#planes img {
    width: auto;
    max-height: 90px;
}
footer img,
footer p {
    display: inline-block;
}
footer .fab {
    color:#ff7b49;
    font-size: 1rem;
    letter-spacing: 1rem;
}
footer .fab:hover {
    color:#ce6842;
}
.promoBox {
  	overflow: hidden;
}
.promoBox aside {
	position: absolute;
	width: 230px;
	right: 0;
	margin: 0 -75px 0 0;
	-webkit-transform: rotate(35deg);
	 -khtml-transform: rotate(35deg);
	   -moz-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
			transform: rotate(35deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	color: #fff;
}
.promoBox aside p {
    padding: 7px 65px 7px 50px; margin: 0;
    text-shadow: 1px 1px 1px #a67636 !important;
    font-size: 12px;
}
.promoBox.warning-ribbon aside {
	background: #f9c667;
	background: -moz-linear-gradient(-45deg, #f9c667 0%, #f79621 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621));
	background: -webkit-linear-gradient(-45deg, #f9c667 0%,#f79621 100%);
	background: -o-linear-gradient(-45deg, #f9c667 0%,#f79621 100%);
	background: -ms-linear-gradient(-45deg, #f9c667 0%,#f79621 100%);
	background: linear-gradient(135deg, #f9c667 0%,#f79621 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=1 );
}

.dismiss:hover {
    color: #ff7229;
}
#menuMovil {
    width: 100% !important;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 1;
    background: #ffffff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
}
#menuMovil.active {
    left: 0px;
    z-index: 10;
}
.dismiss {
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}