@charset "utf-8";
/* CSS Document */
            @font-face {
                font-family: "Prelo Medium";
                src:url("fonts/pm.otf");
            }
            @font-face {
                font-family: "Prelo Bold";
                src:url("fonts/pb.otf");
            }
            @font-face {
                font-family: "Prelo Book";
                src:url("fonts/Prelo-Book.otf");
            }
            @font-face {
                font-family: "Prelo-Exbd";
                src:url("fonts/Prelo-Exbd.otf");
            }
            body{
                font-family: "Prelo Medium";
                color: #002480;
            }
            .row{
                margin: 0;
            }
            .container{
                padding: 0;
            }
            .ancho{
                width: 1000px;
            }
            .navbar-light .navbar-nav .nav-link {
                color: #002480;
                font-size: 20px;
                font-family: "Prelo Bold";
            }
            hr.azul {
                border-top: 1px solid #002480;
            }
            .borde-azul{
                border: 1px solid #002480;
            }
            .tercera{
                width: 30%;
            }
            .col-spaced {
                 margin-left: 15px
            }
            .navbar{
                padding: 0;
            }
            .carousel-caption{
                line-height: 25px;
            }
            .carousel-indicators li {
                opacity: 1;
            }
            .carousel-indicators .active {
                opacity: 1;
                background-color: #69db1f;
            }
			h1{

				color:#33CC00;
				font-size:31px;
            }
            h2{
                font-size: 50px;
                font-family: "Prelo-Exbd";
                line-height: 0.9;
            }
            .subtitulo{
                font-size: 28px;
                font-family: "Prelo Book";
            }
            .separador{
                font-family: "Prelo Book" !important;
            }
            .form-control{
                background-color:#002480;
                border-radius: 2.25rem !important;
                color: white;
            }
            .formi{
                background-color:#fff;
                color: #002480 !important;
            }
            .btn-success{
                background-color: #69db1f;
                border-radius: 2.25rem;
                font-size: 28px;
                padding-left: 25px;
                padding-right: 25px;
                border:0;
            }
            .carousel-indicators {
                bottom: -50px;
            }   
            .btn-primary{
                background-color: #002480;
                border: 0;
                padding-left: 30px;
                padding-right: 30px;
            }
            
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}