
body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    transition: all 0.2s ease;
}


/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/poppins-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../../fonts/poppins-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../../fonts/poppins-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/poppins-v8-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../../fonts/poppins-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/poppins-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../../fonts/poppins-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/poppins-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('../../fonts/poppins-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/poppins-v8-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('../../fonts/poppins-v8-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/poppins-v8-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
       url('../../fonts/poppins-v8-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/poppins-v8-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/poppins-v8-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/poppins-v8-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/poppins-v8-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}



/*************
 ENCABEZADO ----------------------------------------------------------------------
*************/


nav.navbar {
    padding: .5rem 0rem;
    min-height: 70px;
}

.btn i {
    margin-right: 12px;
    font-size: 15px;
}

.navbar-brand {
    padding: 9px 0px;
}

.navbar-brand img {
    width: 250px;
}

.encabezado {
    padding: 15px 0px;
    position: relative;
    z-index: 99;
}

.navbar-nav {
    font-family: 'poppins', 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);
    font-size: 15px;
    font-weight: 600;
}

.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: #af2490; /* Black background color */
    background: linear-gradient(135deg, #af2490 20%, #e20578 100%);
    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;
    box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.1);
}

#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: #5e5c61;
    font-weight: 800;
    position: relative;
    margin-bottom: 46px;
    max-width: 500px;
}

.carrusel h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background-color: #af2490;
    box-shadow: 0px 3px 6px -1px rgba(156, 29, 128, 0.49);
    bottom: -24px;
    left: 0px;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    right: inherit;
    bottom: inherit;
    left: inherit;
    top: 0px;
}


.carousel-caption p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
    color: #5e5c61;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
}


/*.izq.carousel-caption {
    text-align: left !important;
}

.der.carousel-caption {
    text-align: right !important;
}*/

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-next:focus span, .carousel-control-next:hover span, .carousel-control-prev:focus span, .carousel-control-prev:hover span {
    background-color: #ffda00;
}

.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.img-carrusel {
    width: 100%;
    margin-top: 80px;
}

.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: #f9ac00 ;
    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: #e5e8ef;
}

.cuadritos-container {
    margin-top: -100px;
}

.cuadritos {
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0px 15px 25px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    min-height: 420px;
}

.marco-formulario.cuadritos {
    padding: 50px;
}

.cuadritos p {
    color: #7b838c;
    margin-bottom: 0px;
}

.cuadritos img {
    width: 70%;
    margin: 15px 0px 22px 0px;
}

.cuadritos h4::after {
    content: '';
    display: block;
    display: none;
    width: 60px;
    height: 4px;
    border-radius: 6px;
    background: #f04d4e;
    margin-top: 14px;
    margin-left: calc(50% - 30px);
}

.bloque-sinpad {
    padding: 0px !important;
}

.bloquecito {
    padding: 30px 0px;
}

.bloque {
    padding: 60px 15px;
}

.bloque h1 {
    margin-bottom: 50px;
}

.bloque h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background-color: #af2490;
    box-shadow: 0px 3px 6px -1px rgba(156, 29, 128, 0.49);
    bottom: -24px;
    left: 0px;
    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: 0px !important;
}

.bloque.text-md-left h1::after {
    margin-left: 0px !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: 'poppins', 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;
}

.bloque p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 26px;
    color: #5e5c61;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
}

.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: 'poppins';
}

.btn-login {
    background-color: #ffffff !important;
    color: #a92f88 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 11px 16px 11px 44px !important;
    margin-left: 16px !important;
    box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
    transition: all 0.2s ease;
    position: relative;
    border: 0px solid;
    height: 42px;
}

.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-login i {
    font-size: 32px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #f9ac00;
}

.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-morado {
    /*background-color: #af2490 !important;*/
    background: linear-gradient(135deg, #af2490 0%, #e20578 100%);
    color: #fff !important;
    box-shadow: 0px 8px 10px -3px rgba(156, 29, 128, 0.3);
    transition: all 0.2s ease;
    opacity: 1;
}

.btn-morado:hover, .btn-morado:active {
    background: linear-gradient(135deg, #af2490 0%, #e20578 100%) !important;
    transform: translateY(-3px);
    opacity: 0.8;
    color: #fff !important;
    box-shadow: 0px 11px 12px -3px rgba(156, 29, 128, 0.3);
    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: 'poppins', 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: 700;
}

h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 22px;
    color: #5e5c61;
    position: relative;
}

h4 {
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #5e5c61;
    margin-bottom: 15px;
}


/*************
 IMPACTO ----------------------------------------------------------------------
*************/

.impacto {
    background-color: #a136cc;
    color: #FFF
}

.impacto h1 {
    color: #FFF
}

.impacto h1:after {
    background-color: #f9ac00;
}

.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: 'poppins', sans-serif;
    font-weight: 600;
}

.impacto-info p {
    color: #ffffffb0;
    margin: 0px;
    line-height: 16px;
}


/*************
 PASOS ----------------------------------------------------------------------
*************/


.pasos-info {
    text-align: left;
    padding: 20px 20px 20px 130px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
    color: #fff;
    min-height: 130px;
}

.pasos-info span {
    display: block;
    color: white;
    /*background-color: #c41685;*/
    background-color: #f9ac00;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    position: absolute;
    top: -15px;
    right: calc(50% - 16px);
    box-shadow: 0px 0px 0px 5px white;
}

.pasos-info img {
    width: 90px;
    position: absolute;
    left: 20px;
}

.pasos-info h2 {
    font-family: 'poppins', sans-serif;
    font-weight: 600;
}

.pasos-info h6 {
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #5e5c61;
    position: relative;
}

.pasos-info p {
    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: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #313c4e;
}



/*************
 APODERADOS ----------------------------------------------------------------------
*************/

.apoderados img {
    width: 60%;
}


/*************
 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 ----------------------------------------------------------------------
*************/

label {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #36373c;
    margin-bottom: 8px;
}

label b {
    color: #ce1181;
    font-size: 16px;
    line-height: 10px;
    display: inline-block;
    transform: translateY(5px);
}

.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: 'poppins', 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%;
}

.form-control {
    color: #000;
    padding: 5px 16px;
    min-height: 46px;
    font-size: 13px;
    position: relative;
    border: 0px solid transparent;
    border-radius: 14px;
    background-color: rgba(57, 75, 145, 0.1);
    box-shadow: inset 0px 0px 0px 2px rgba(54, 55, 60, 0);
}

.form-control:hover {
    color: #000;
    box-shadow: inset 0px 0px 0px 2px rgba(54, 55, 60, 0.5);
}

.form-control:focus {
    color: #000;
    background-color: transparent; !important;
    box-shadow: inset 0px 0px 0px 2px #0373e6;
}

textarea.form-control {
    padding: 18px 22px;
    min-height: 200px;
}

.form-control {
    padding-left: 15px;
}

label.select_style {
    font-size: 13px;
    color: #ffffff80;
    font-weight: 700;
    font-family: 'poppins', 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;
}

select.form-control:hover {
    background-image: url(../../imglanding/drop-arrow-2.png);
}

.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: #d7dae2;
    padding: 40px 0px;
}

.footer h5 {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5e5c61;
    margin-bottom: 15px;
}

.footer h5::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #af2490;
    margin-top: 12px;
    border-radius: 3px;
}

.footer p {
    color:  rgba(54, 55, 60, 0.5);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer p i {
    color:  rgba(54, 55, 60, 0.5);
}

.footer a {
    color: rgba(54, 55, 60, 0.5);
    font-size: 14px;
    font-weight: 400;
}

.footer a:hover {
    color: #af2490;
    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: inline-block;
    background-color: rgba(54, 55, 60, 0.1);
    color: rgba(54, 55, 60, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer .social:hover {
    background-color: #ffffff;
    color: #af2490;
    transform: rotate(360deg);
}

.disclaimer {
    background-color: #c7cad1;
    text-align: center;
    padding: 10px;
    color: rgba(54, 55, 60, 0.5);
}

.disclaimer p {
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
}

.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%);*/
    background-image: url(../../imglanding/gradiente1.png);
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: top center;
    color: #fff; 
}


.fondo-blanco h4 {
	color: #545B8B;
	font-family: 'Oswald', sans-serif;
}

.fondo-blanco p {
	color: #bfc8e8;
}



.fondo-mejoremos {
    background-color: #af2490;
    background: linear-gradient(135deg, #af2490 20%, #e20578 100%);
}

.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: transparent;
    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;
}


/*===================================================
CHOSEN PLUGIN
===================================================*/

.chosen-single {
    transition: all 0.2s ease;
    /*font-family: 'quicksand', sans-serif;*/
    font-size: 13px !important;
    font-weight: 500;
    color:  $col_texto2 !important;
    height: 42px !important;
    padding: 9px 20px !important;
    border-radius: 22px !important;
    border: 0px !important;
    margin-top: 0px !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: $sombra_big rgba($col_texto4,.15) !important;
}

.chosen-single:hover, .chosen-single:active, .chosen-single:focus {
    color:  $col_azuloficial !important;
}

.chosen-single div {
    width: 26px !important;
    font-size: 16px !important;
}

.chosen-single div b {
    font-family: "Font Awesome 5 Free";
    background: none !important;
    margin-top: 6px !important;
}

.chosen-single div b::after {
    content: "\f0dd";
    display: block;
}


.chosen-drop {
    box-shadow: none !important;
    border: 0px solid !important;
    border-radius: 22px 22px 10px 10px !important;
    background-color: transparent !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-drop {
    margin-top: -42px !important;
}

.chosen-container .chosen-results {
    margin: 0px;
    margin-top: 1px;
    padding: 8px 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(55, 61, 76, 0.2), 0px 0px 5px 0px rgba(55, 61, 76, 0.15) !important;
}

.chosen-container .chosen-results li {
    padding: 4px 16px !important;
    line-height: 20px;
}

.chosen-container .chosen-results li:hover, .chosen-container .chosen-results li.highlighted {
    background-color: $col_azuloficial;
}

.chosen-container-single .chosen-search {
    padding: 0px !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 0px solid !important;
    margin: 0px !important;
    padding: 13px 16px;
    height: 42px;
    border-radius: 22px;
    background-color: #fff;
    background-image: url(../img/icon_buscar2.png) !important;
    background-position: right 12px center !important;
    box-shadow: inset 0px 0px 0px 2px rgba($col_azuloficial,1);
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    transition: all 0.2s ease;
    font-family: 'poppins', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    color:  $col_texto2 !important;
    min-height: 42px !important;
    padding: 8px 10px !important;
    border-radius: 22px !important;
    border: 0px !important;
    margin-top: 0px !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: $sombra_big rgba($col_texto4,.15);
    width: 100%;
    cursor: pointer;
    background-image: url(../img/drop.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: none;
}

.chosen-container-multi .chosen-choices:hover, .chosen-container-multi .chosen-choices:active, .chosen-container-multi .chosen-choices:focus {
    color:  $col_azuloficial !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 12px;
    padding: 5px 24px 5px 8px;
    border: 0px solid;
    background-color: rgb(235, 237, 244);
    margin-top: 2px;
    margin-bottom: 1px;
}


.chosen-container-active .chosen-choices {
  transition: none;
  background-image: url(../img/icon_buscar2.png) !important;
  background-repeat: no-repeat;
  background-position: right 12px center !important;
  box-shadow: inset 0px 0px 0px 2px rgba($col_azuloficial,1) !important;
  cursor: text;
}

.tarjeta .chosen-container-multi .chosen-choices, .modal .chosen-container-multi .chosen-choices {
  background-color: #fff;
  color: $col_texto2;
  font-weight: 500 !important;
  box-shadow: inset 0px 0px 0px 2px #ebedf4;
  transform: all 0.1s ease;
}

.tarjeta .chosen-container-multi .chosen-choices:hover, .modal .chosen-container-multi .chosen-choices:hover {
  color: $col_azuloficial;
  box-shadow: inset 0px 0px 0px 2px rgba($col_texto5,0.5);
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding-left: 6px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    transition: none;
    top: 6px;
    right: 5px;
    opacity: .5;
}

.chosen-container .chosen-results li.group-result {
    border-top: 1px solid $col_texto5;
    padding-left: 10px !important;
    padding-top: 10px !important;
    margin-top: 5px;
}

.chosen-container .chosen-results li.group-result:hover {
    color: #fff;
    cursor: pointer;
}

span.input-icono {
    position: relative;
    display: block;
    /*margin-bottom: 18px;*/

}

span.input-icono i {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 18px;
    color: #00000036;
    transition: all 0.2s ease;
    z-index: 1;
}

span.input-icono:hover i {
    color: #af2490;
}

span.input-icono:focus i, span.input-icono:active i {
    color: #af2490;
}

span.input-icono input.form-control {
    padding-left: 42px;
}

.alert-danger {
    color: #721c24;
    background-color: #FACDD9;
    padding: 10px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    border: 0px solid;
    position: relative;
}

.alert-danger::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #facdd9;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 18px;
}

.alert p {
    margin: 0px;
    color: #721c24;
    line-height: 16px;
    font-size: 12px;
}



.carousel-indicators {
    bottom: 0px;
}

.testimonio-nombre {
    color: #af2490 !important;
    font-family: Poppins;
    font-size: 18px;
       
}

.testimonio-cargo {
    font-size: 15px;    
}

.testimonio-texto {
    font-size: 21px;
    line-height: 35px;
    z-index: 1;
    margin-bottom: 0px !important;
    color: #5e5c61 !important;
    font-family: Poppins;
}

.testimonio-escudo {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 4px #f9ac00;
        
}
.avatar-testimonio {
    position: relative;
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.testimonio-foto {
    border-radius: 50%;
    border: solid 7px white;
    box-shadow: 0 0 0 4px #af2490;
    
    
}
.testimonio-comillas {
    position: absolute;
    top: -20px;
    left: -40px;
    z-index: 0;   
}
.circulo-amarillo {
    color: #f9ac00;
}





/*******************************
*** 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;
}

.logos-footer {
    text-align: center;
}

img.logo-footer {
    max-width: 70% !important;
}

img.chilecompra {
    max-width: 70% !important;
}

.footer h5::after {
    margin-left: calc(50% - 10px);
}

.bloque {
    padding: 30px 15px;
}

.bloquecito {
    padding: 0px 0px;
    padding-top: 30px;
}


.carousel-caption img.img-carrusel {
    margin-top: 0px !important;
}

}


@media screen and (max-width: 768px) {

.testimonio-texto {
    margin-top: 30px !important;
    font-size: 18px;
    line-height: 28px;
}

.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: 40px !important;
}

.logo-conveniomarco img {
    width: 55% !important;
    margin-top: 20px !important;
}

.fondo-gradiente1 {
    background-position: top right;
}

.carrusel h1 {
    color: #ffffff;
    max-width: 100% !important;
}

.carrusel h1::after {
    background-color: #e10678;
    left: calc(50% - 30px);
}

.carousel-caption p {
    color: white;
}


.carousel-caption img.img-carrusel {
    margin-top: 0px !important;
}

}


@media (max-width: 992px) {

.container {
    max-width: 100%;
}

.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: #af2490; /* Black background color */
    background: linear-gradient(135deg, #af2490 20%, #e20578 100%);
    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%;
}

.btn-login {
    border-radius: 24px !important;
    margin-left: 0px !important;
}

}


@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.img-carrusel {
    width: 80%;
}

.carrusel {
    margin-top: -85px;
}

}

@media screen and (max-width: 1440px) {
.carousel-caption img.img-carrusel {
    width: 82% !important;
    margin-top: 40px;
}

}

@media screen and (max-width: 1600px) {
.carousel-caption img.img-carrusel {
    width: 90%;
}

}




@media (max-width: 576px) {

}