@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Quicksand:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    transition: all 0.2s ease;
}




/*************
 ENCABEZADO ----------------------------------------------------------------------
*************/


nav.navbar {
    padding: .5rem 0rem;
}

.btn i {
    margin-right: 12px;
    font-size: 15px;
}

.navbar-brand img {
    width: 250px;
}

.encabezado {
    padding: 15px 0px;
    position: relative;
    z-index: 99;
}

.navbar-nav {
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    display: inline-block;
    border-radius: 25px;
    padding: 10px 16px;
    background-color: transparent;
    margin-left: 5px;
    color: rgba(255,255,255,1);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    text-decoration: none;
}

#menu-fixed {
    height: 70px;
    background-color: #0e7defe8; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top: -70px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 100;
}

#menu-fixed .encabezado {
    padding: 0px;
}

#menu-fixed nav.navbar {
    padding: .4rem 0rem;
}

#menu-fixed .navbar-brand img {
    width: 200px;
}

button.navbar-toggler {
    border: 0px;
    color: #fff !important;
    height: 85px;
    width: 70px;
    position: absolute;
    right: -15px;
    top: 0px;
    border-radius: 0px;
}

button.navbar-toggler:hover, button.navbar-toggler:active, button.navbar-toggler:focus {
    background-color: #00000030;
    outline: none;
}

.navbar-collapse {
    text-align: center;
}

/*************
 CARRUSEL ----------------------------------------------------------------------
*************/

.carrusel {
    margin-top: -115px;
    position: relative;
}

.carrusel h1 {
    color: #FFF;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    right: inherit;
    bottom: inherit;
    left: inherit;
    top: 0px;
}

.carousel-caption h1 {
    margin-bottom: 15px;
}

.carousel-caption p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 26px;
    color: #ffffffb5;
}


/*.izq.carousel-caption {
    text-align: left !important;
}

.der.carousel-caption {
    text-align: right !important;
}*/

.borde-carrusel {
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-image: url(../imglanding/borde-carrusel.png);
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: center bottom;
    display: none;
}

.carrusel-slide {
    width: 100%;
    height: 400px;
    background-size: cover;
}

.carousel-caption {
    /*margin-bottom: 90px;*/
    padding: 0px;
    padding-top: 50px;
}

.carousel-caption img {
    width: 100%;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer;
}

.alto100 {
    height: 100%
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
    font-size: 30px;
    background-color: #00000045;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    padding-top: 4px;
}

.carousel-control-next-icon {
    padding-left: 5px;
}

.carousel-control-prev-icon {
    padding-right: 5px;
}

.carousel-control-next-icon i, .carousel-control-prev-icon i {
    transform: scaleX(1.4);
}



/*************
 CONTENIDOS ----------------------------------------------------------------------
*************/


.fondo-gris {
    background-color: #e7ecf9;
}

.cuadritos-container {
    margin-top: -100px;
}

.cuadritos {
    padding: 20px 30px;
    box-shadow: 0px 12px 26px -5px rgba(52, 89, 128, 0.15);
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    min-height: 420px;
}

.cuadritos p {
    color: #7b838c;
    margin-bottom: 0px;
}

.cuadritos img {
    width: 50%;
    margin: 15px 0px 22px 0px;
    border-radius: 50%;
}

.cuadritos h4::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 6px;
    background: #f04d4e;
    margin-top: 14px;
    margin-left: calc(50% - 30px);
}

.bloque-sinpad {
    padding: 0px !important;
}

.bloque {
    padding: 60px 15px;
}

.bloque h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 6px;
    background: #d0e3f769;
    margin-top: 20px;
    margin-left: calc(50% - 30px);
}

.bloque.text-left h1::after {
    margin-left: 10px !important;
}

.bloque.text-md-right h1::after {
    margin-left: calc(100% - 70px);
}

.bloque .text-md-left h1::after {
    margin-left: 10px !important;
}

.bloque.text-md-left h1::after {
    margin-left: 10px !important;
}

.bloque ul {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 35px;
}

.bloque ul li {
    margin-bottom: 12px;
    position: relative;
    font-family: 'quicksand', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.bloque ul li i.fas.fa-check {
    display: block;
    position: absolute;
    background-color: #45c716;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    left: -35px;
    top: -2px;
}

.bloque.apoderados ul li i.fas.fa-check {
    color: #fff;
}

.img-bottom {
}

img.video-tut {
    width: 90% !important;
    border-radius: 18px !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

img.video-tut:hover {
    opacity: 0.7;
    transform: translateY(-3px);
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.4);
    cursor: pointer;
}

ol.lista-num {
    padding: 0;
    list-style-type: none;
    text-align: left !important;
}

ol.lista-num li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: 'roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

ol.lista-num li::before {
    content: counter(step-counter);
    text-align: center;
    margin-left: -28px;
    font-weight: bold;
    display: block;
    position: absolute;
    padding-top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgb(69, 199, 22);
    color: #ffffff;
    font-size: 14px !important;
    margin-top: -3px;
}


.bloque-pad {
    padding: 60px 15px;
}


/*************
 BOTONES ----------------------------------------------------------------------
*************/

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 22px !important;
    border-radius: 25px;
    font-family: 'quicksand';
}

.btn-login {
    background-color: #45c716 !important;
    color: #fff !important;
    font-weight: 500;
    padding: 9px 22px !important;
    margin-left: 10px !important;
    /* text-transform: uppercase; */
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-login:hover {
    transform: translateY(-3px);
    background-color: #4ada17 !important;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-app {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    color: #FFF !important;
    font-weight: 500;
    padding: 9px 22px !important;
    margin-left: 10px !important;
    transition: all 0.2s ease;
    /* text-transform: uppercase; */
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0);
}

.btn-app:hover {
    transform: translateY(-3px);
    background-color: #FFF !important;
    color: #0E7DEF !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-blanco {
    background-color: #ffffff !important;
    color: #0e7def !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-blanco:hover {
    transform: translateY(-3px);
    background-color: #ffffff !important;
    color: #2b93ff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-azul {
    background-color: #0e7def !important;
    color: #fff !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-azul:hover {
    transform: translateY(-3px);
    background-color: #2b93ff !important;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-rojo {
    background-color: #e03738 !important;
    color: #fff !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-rojo:hover {
    transform: translateY(-3px);
    background-color: #F04D4E !important;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-verde {
    background-color: #45c716 !important;
    color: #fff !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-verde:hover {
    transform: translateY(-3px);
    background-color: #4ada17 !important;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-amarillo {
    background-color: #e4af1a !important;
    color: #fff !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
}

.btn-amarillo:hover {
    transform: translateY(-3px);
    background-color: #f5c233 !important;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.2);
    transition: all 0.2s ease;
}

.btn-big {
    padding: 12px 28px !important;
    font-weight: 600;
}

.btn-appdn {
    padding: 12px 28px !important;
    font-weight: 600;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140px;
    background-color: #000 !important;
    height: 60px;
    border-radius: 30px;
    margin: 0px 5px;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
    margin-bottom: 15px;
}

.btn-appdn:hover {
    opacity: 0.7;
    transform: translateY(-3px);
    box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.4);
}

.btn-google {
    background-image: url(../imglanding/btn-google.png) !important;
}

.btn-iphone {
    background-image: url(../imglanding/btn-iphone.png) !important;
}




/*************
 MODALES ----------------------------------------------------------------------
*************/


.modal-content {
    border: 0px solid;
    border-radius: 12px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.modal-title {
    font-family: 'quicksand', sans-serif;
    font-weight: 600;
}

.modal-header button.close {
    background-color: #e8eef3;
    color: #3c3f43;
    padding: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-shadow: none;
    opacity: 1;
    margin-top: -5px;
    margin-right: -5px;
    transition: all 0.2s ease;
}

.modal-header button.close:hover {
    background-color: #0373E6;
    color: #fff;
}

.modal-video {
    /*max-width: 853px !important;*/
}

.modal-video .modal-body {
    padding: 0px;
    height: 480px;
}

.modal-video .modal-body iframe {
    border-radius: 0px 0px 11px 11px;
}

@media (min-width: 576px) {
.modal-video .modal-dialog {
    max-width: 854px !important;
    margin: 1.75rem auto;
}
}


/*************
 TEXTOS ----------------------------------------------------------------------
*************/

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

p b {
    font-weight: 500;
}

h1 {
    font-family: 'quicksand', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 22px;
    color: #31363c;
}

h4 {
    font-family: 'quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #31363c;
    margin-bottom: 15px;
}


/*************
 IMPACTO ----------------------------------------------------------------------
*************/

.impacto {
    background-color: #a136cc;
    color: #FFF
}

.impacto h1 {
    color: #FFF
}

.impacto-info {
    text-align: left;
    padding: 20px 20px 20px 130px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #0003;
    color: #fff;
    min-height: 130px;
}

.impacto-info img {
    width: 90px;
    position: absolute;
    left: 20px;
}

.impacto-info h2 {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}

.impacto-info p {
    color: #ffffffb0;
    margin: 0px;
    line-height: 16px;
}


/*************
 TESTIMONIOS ----------------------------------------------------------------------
*************/

.testimonios {
    background-color: #FFF;
}

.citas {
    border-radius: 12px;
    padding: 25px 20px;
    border: 2px solid #edf5fb;
    background-color: #fff;
    margin-bottom: 15px;
}

.citas h6{
    font-style: italic;
    color: #97a3b3;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 22px;
}

.citas h6::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #edf5fb;
    border-radius: 3px;
    margin-left: calc(50% - 10px);
    margin-top: 15px;
}

.cliente img {
    width: 60px;
    border: 2px solid #edf5fb;
    border-radius: 50%;
    margin-bottom: 5px;
}

.cliente p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #97a3b3;
    line-height: 16px;
}

.cliente p b {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #313c4e;
}



/*************
 APODERADOS ----------------------------------------------------------------------
*************/

.apoderados img {
    border-radius: 50%;
    width: 50%;
}


/*************
 UNETE ----------------------------------------------------------------------
*************/

#mialert {
    width: 100%;
    border-radius: 8px;
    text-align: center;
    margin: auto;
    height: 45px;
    padding: 11px;
    font-size: 15px;
    margin-bottom: 20px;
    display: none;
}

#mialert.danger {
    background-color: #e037388a;
}

#mialert.success {
    background-color: #45c71699;
}

.unete {
    background-color: #8fca32;
}

.unete h1, .unete p {
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}


/*************
 CONTACTO ----------------------------------------------------------------------
*************/

.datos-contacto {
    border-radius: 12px;
    background-color: #00000017;
    padding: 1px 25px 25px 25px;
}

.contacto {
    background-color: #0E7DEF;
    color: #fff;
}

.contacto h1, .contacto h4 {
    color: #fff;
}

.contacto h5 {
    font-family: 'quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 28px;
}

.contacto a {
    color: #fff;
}

.contacto .social {
    display: block;
    float: left;
    background-color: #ffffff70;
    color: #0D72D9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contacto .social:hover {
    background-color: #ffffff;
    transform: rotate(360deg);
}

.contacto .social.fb:hover {
    color: #4267B2;
}

.contacto .social.tw:hover {
    color: #1DA1F2;
}

.contacto .social.in:hover {
    color: #EF4957;
}

.contacto .social.yt:hover {
    color: #FF0000;
}

label.input__label {
    width: 100%;
}

.input__field, .form-control {
    width: 100%;
    height: 42px;
    border-radius: 22px;
    border: 0px solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.15);
    padding-left: 42px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.input__field:hover, .form-control:hover {
    background-color: #fff;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.35);
    outline: none;
}

.input__field:focus, .form-control:focus {
    background-color: #fff;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.35);
    outline: none;
}

textarea.input__field {
    padding: 12px 22px;
    min-height: 200px;
}

.form-control {
    padding-left: 15px;
}

label.select_style {
    font-size: 13px;
    color: #ffffff80;
    font-weight: 700;
    font-family: 'quicksand', sans-serif;
}

select.form-control {
    margin-bottom: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px !important;
    padding-left: 42px;
    background-image: url(../imglanding/drop-arrow.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 10px 6px !important;
}

.btn-asunto select {
    height: 47px !important;
    background-image: url(../imglanding/drop-arrow2.png);
    padding-left: 20px !important;
    font-size: 14px;
    border-radius: 30px;
}

.btn-asunto select:hover {
    transform: none !important;
}

.btn-asunto button {
    padding: 12px 20px !important;
    width: 100%;
    text-align: left;
    background-image: url(../imglanding/drop-arrow2.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 10px 6px !important;
}

.btn-asunto button.dropdown-toggle::after {
    display: none;
}

.btn-asunto .dropdown-menu {
    border-radius: 8px;
    border: 0px solid;
    width: 100%;
    box-shadow: 0px 5px 18px -2px rgba(0,0,0,0.3);
}

.btn-asunto .dropdown-menu a {
    color: #383e44;
    font-size: 14px;
    padding: 8px 20px;
}

.btn-asunto .dropdown-menu a:hover {
    color: #fff;
    background-color: #0E7DEF;
}

span.input.input--hoshi {
    display: block;
    margin-bottom: 18px;
}

span.input i {
    position: absolute;
    top: 13px;
    left: 18px;
    color: #00000036;
    transition: all 0.2s ease;
}

span.input.input--hoshi:hover i {
    color: #45c716;
}

/*************
 FOOTER ----------------------------------------------------------------------
*************/

.footer {
    background-color: #313c4e;
    padding: 40px 0px;
}

.footer h5 {
    font-family: 'quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.footer h5::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #0e7def;
    margin-top: 12px;
    border-radius: 3px;
}

.footer p {
    color: #ffffff78;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.footer a {
    color: #ffffff78;
    font-size: 14px;
    font-weight: 300;
}

.footer a:hover {
    color: #FFF;
    text-decoration: none;
}

img.logo-footer {
    width: 100%;
    margin-bottom: 10px;
}

.footer .apoyo {
    width: 100%;
    opacity: 0.6;
    margin-top: 15px;
}

.footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul li a {
    padding-bottom: 8px;
    display: block;
}

.footer .social {
    display: block;
    float: left;
    background-color: #ffffff70;
    color: #313c4e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer .social:hover {
    background-color: #ffffff;
    color: #313c4e;
    transform: rotate(360deg);
}

.disclaimer {
    background-color: #283242;
    text-align: center;
    padding: 10px;
    color: #ffffff78;
}

.disclaimer p {
    margin: 0px;
    font-size: 13px;
}

.disclaimer img {
    width: 48px !important;
    opacity: 0.8;
    margin-left: 3px;
}



.titulo {
    padding: 0px 0px 20px;
}

.intro {
    padding: 120px 0px 250px 0px;
}


.fondo-azul {
    background-color: #0E7DEF;
    color: #fff; 
}

.fondo-gradiente1 {
    background: linear-gradient(135deg, #0e7def 31%,#c844fc 100%);
    color: #fff; 
}


.fondo-blanco h4 {
	color: #545B8B;
	font-family: 'Oswald', sans-serif;
}

.fondo-blanco p {
	color: #bfc8e8;
}



.btn-pame {
    color: #fff;
    background-color: #213164;
    border-color: #213164;
    transition: all 0.9s ease;
}

.btn-pame:hover {
    color: #fff;
    background-color: #b55ca9;
    border-color: #b55ca9;
    transform: scale(1.2);
}


.formulario {
	padding: 40px 0px;
}

.formulario .form-control {
    background-color: #fff;
    border: 1px solid #766fb5;
    border-radius: 5px;
    width: 100%;
}

.formulario .form-control:hover {
    background-color: #f5ddea;
    border: 1px solid #766fb5;
}

.formulario .form-control:focus {
    background-color: #f5ddea;
    border: 1px solid #f7579d;
    box-shadow: 0 0 0 0.2rem rgb(229, 154, 187);
}


.mi-menu li {
	display: inline-block;
	border: 1px solid #000;
	float: left;
	padding: 2px 8px;
}




.equipo {
    padding: 20px 0px 60px;
}

.img-text {
    padding: 150px 0px;
}

.pie {
    padding: 30px 0px;
    position: relative;
}

.pie .col-4{
    text-align: center;
    position: relative;
}


.banner-descarga {
    position: fixed;
    bottom: 0px;
    background-color: rgba(49, 60, 78, 0.9);
    z-index: 1;
    padding: 16px;
    width: 100%;
}

.btn-descargapp {
    width: 100%;
    background-color: #45c716;
    color: #fff;
    height: 48px;
    font-size: 16px;
}

/*******************************
*** MEDIA QUERIES RESPONSIVE ***
********************************/


@media screen and (max-width: 400px) {
.navbar-brand img {
    width: 188px;
}

#menu-fixed {
    display: none;
}

.carousel-item img.slide {
    height: 600px !important;
}

.logo-conveniomarco img {
    width: 55% !important;
    margin-top: 20px !important;
}


}


@media screen and (max-width: 576px) {
.modal-video .modal-body {
    height: 300px;
}
.modal-video .modal-body iframe {
    height: 300px;
}

.logo-conveniomarco img {
    width: 55% !important;
    margin-top: 20px !important;
}

.carousel-control-next-icon {
    border-radius: 25px 0px 0px 25px;
    
}

.carousel-control-prev-icon {
    border-radius: 0px 25px 25px 0px;
}


}


@media screen and (max-width: 768px) {

.navbar-brand img {
    width: 188px;
}

.footer h5 {
    margin-top: 20px;
}

button.navbar-toggler {
    height: 70px;
}

.bloque.text-md-right h1::after {
    margin-left: calc(50% - 30px) !important;
}

.bloque.text-md-left h1::after {
    margin-left: calc(50% - 30px) !important;
}

.carrusel {
    margin-top: 70px !important;
    padding-top: 0px !important;
}

.carousel-item img.slide {
    height: 700px !important;
}

.carousel-caption {
    padding-top: 70px !important;
}

.logo-conveniomarco img {
    width: 55% !important;
    margin-top: 20px !important;
}


}


@media (max-width: 992px) {

.footer .apoyo {
    margin-bottom: 20px;
}

.carousel-caption {
    margin-bottom: 50px;
}

.carousel-indicators {
    bottom: 50px;
}

.btn-login {
    display: none !important;
 }

body {
    margin-top: 70px;
}

#menu-fixed {
    display: none;
}

.encabezado {
    position: fixed;
    top: 0px;
    left: 15px;
    width: 100%;
    padding: 0px;
    background-color: #0e7def;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}


.navbar-dark .navbar-nav .nav-link {
    width: 100%;
    padding: 15px 10px;
    border-radius: 0px;
    border-top: 1px solid #0000001a;
    margin: 0px;
}

.navbar-collapse {
    margin-top: 10px;
}

.carrusel {
    margin-top: 85px;
    padding-top: 85px;
}

.carousel-caption {
    padding: 0px;
    padding-top: 0px;
}

.carousel-item img.slide {
    height: 400px;
}

/*

.collapse {
    display: inherit;
}
*/

.btn-app {
    margin-left: 0px !important;
}

.img-app {
    max-width: 100%;
}

}


@media screen and (max-width: 1024px) {

.carousel-item img.slide {
    height: 450px;
}

.carousel-caption p {
    font-size: 15px;
    line-height: 22px;
}


}



@media screen and (max-width: 1366px) {
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-caption img {
    width: 80%;
}

.carrusel {
    margin-top: -85px;
}

}

@media screen and (max-width: 1440px) {
.carousel-caption img {
    width: 82% !important;
}

}

@media screen and (max-width: 1600px) {
.carousel-caption img {
    width: 90%;
}

}




@media (max-width: 576px) {


.carousel-indicators {
    bottom: 0px;
}


}