﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


body {
    font-family: 'Encode Sans SC', sans-serif;
}
/**Seccion del header*/
li.barra-item {
    border-right: 2px solid #ffffff;
}

.imagen-mobile {
    display: none;
}

select {
    text-align-last: center;
}

footer.footer {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 4rem;
}
p.item {
    margin: 10px 10px;
}

.color-blanco {
    color: #ffffff !important;
}

.color-negro {
    color: black !important
}

/*li.barra-item > a {
    color: black !important
}*/

div.cintillo {
    background-color: black !important;
    height: 25px;
    border-bottom: 2px solid white;
}

a {
    cursor: pointer
}

.btn-contacto {
    color: white;
    background-color: #8d57a3;
    border-color: #8d57a3;
    font-weight: bold;
    cursor: pointer;
}

.desk {
    display: block;
    width: 100%;
}

.mobile {
    display: none;
    width: 100%;
}

.beneficio-ancho {
    width: 25% !important;
    border: 0px;
}

button.redondear {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

button.redondear:hover {
    color: white !important;
}

a.redondear {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

a.redondear:hover {
    color: white !important;
}

div.cabecera {
    display: inline-block;
    margin-bottom: 20%;
    position: relative;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    border-bottom: transparent !important;
}

div.cabecera::before {
    border-left: 196px solid transparent;
    border-right: 196px solid transparent;
    margin-left: -196px;
    margin-right: -196px;
    content: "";
    height: 0;
    position: relative;
    bottom: -207px !important;
    width: 0;
    left: 50%;
    background: transparent;
    margin-top: -49px !important;
    border-radius: 10px;
}


/**Seccion de precios*/
/**Seccion centroo*/
    div.cabecera.centro::before {
        border-top: 71px solid #8d57a3 !important;
        bottom: -246px !important;
    }

div.cabecera.centro {
    background: linear-gradient(180deg, #ce81b7, #8d57a3) !important;
}

div.seccion-centro {
    border-right: 1px solid #8d57a3 !important;
    border-left: 1px solid #8d57a3 !important;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #8d57a3 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.seccion-centro > div.titulo > h2 {
    color: #8d57a3 !important;
}

div.seccion-centro > div > button {
    color: white;
    background-color: #8d57a3;
    border-color: #8d57a3;
    font-weight: bold;
}
/**Seccion derecha*/

div.seccion-derecha {
    border-right: 1px solid #3e4ca0 !important;
    border-left: 1px solid #3e4ca0 !important;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #3e4ca0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.seccion-derecha > div.titulo > h2 {
    color: #3e4ca0 !important;
}

div.cabecera.derecha::before {
    border-top: 71px solid #3e4ca0 !important;
    bottom: -206px !important;
}

div.cabecera.derecha {
    background: linear-gradient(180deg, #6f52a1, #3e4ca0) !important;
}

div.seccion-derecha > div > button {
    color: white;
    background-color: #3e4ca0;
    border-color: #3e4ca0;
    font-weight: bold;
}

/**Seccion izquierda*/
div.seccion-izquierda {
    border-right: 1px solid #eb6da3 !important;
    border-left: 1px solid #eb6da3 !important;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #eb6da3 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.seccion-izquierda > div > button {
    color: white;
    background-color: #eb6da3;
    border-color: #eb6da3;
    font-weight: bold;
}

div.seccion-izquierda > div.titulo > h2 {
    color: #eb6da3 !important;
}

div.cabecera.izquierda {
    background: linear-gradient(180deg, #f39baf, #e34398) !important;
}

    div.cabecera.izquierda::before {
        border-top: 71px solid #e34398 !important;
        bottom: -206px !important;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p > i.fa-check-circle-o {
    color: green !important
}

p > i.fa-times-circle-o {
    color: red !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/**Texto sobre imagen*/
div.texto-imagen {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 20px;
}

div.texto-imagen > p {
    color: #f192ad;
    font-size: 20px;
    font-weight: bold;
}

p.prices {
    font-size: 43px;
}

.botone-centraes {
    position: absolute;
    top: 50%;   
    width: 100%;
    justify-content: space-evenly;
    display: flex;
}

div.botone-centraes > a {
    background-color: black;
    border-radius: 0px;
    color: white;
    font-size: 22px;    
}

div.botone-centraes > a:hover {
    color: white !important;
}

button.btn-registrar {
    background-color: black;
    border-radius: 30px;
    color: white;
    font-size: 22px;
}

button.btn-registrar:hover {
    color: white !important;
}
/**Solo dispositivos mobile*/


@media only screen and (max-device-width: 320px) {

    .img-contacto {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    .imagen-desk {
        display: none;
    }

    .imagen-mobile {
        display: initial;
        margin: 20px 0;
    }


    .botone-centraes {
        top: 60%;
    }

    div.botone-centraes > a {
        font-size: 12px;
        width: 40% !important;
    }

    .img-mobie {
        margin-left: 0px !important;
    }

    #regular {
        display: none;
    }

    #avanzado {
        display: none;
    }

    div.texto-imagen {
        top: 15%;
        left: unset;
    }

    div.texto-imagen > p {
        font-size: 15px;
        margin: 0
    }   
    
    #inicio {
        color: #ffffff !important;
    }
    .color-negro {
        color: #ffffff !important;
    }

    nav {
        background-color: #000000 !important;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: block;
    }

    div.cabecera.izquierda::before {
        border-top: 75px solid #e34398 !important;
        bottom: -210px !important;
    }

    div.titulo {
        margin-top: 20px;
    }

    div.cabecera::before {
        border-left: 142px solid transparent;
        border-right: 142px solid transparent;
        margin-left: -142px;
        margin-right: -142px;
    }

    div.cabecera.centro::before {
        border-top: 75px solid #8d57a3 !important;
        bottom: -250px !important;
    }

    div.cabecera.derecha::before {
        border-top: 75px solid #3e4ca0 !important;
        bottom: -210px !important;
    }

    .seccion-izquierda {
        margin-bottom: 10px;
    }

    .seccion-centro {
        margin-bottom: 10px;
    }

    .seccion-derecha {
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 321px) and (max-device-width: 375px) {

    .img-contacto {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    .imagen-desk {
        display: none;
    }

    .imagen-mobile {
        display: initial;
        margin: 20px 0;
    }


    .botone-centraes {
        top: 60%;
    }

    div.botone-centraes > a {
        font-size: 12px;
        width: 40% !important;
    }

    #regular {
        display: none;
    }

    #avanzado {
        display: none;
    }

    iframe {
        width: 70% !important;
        height: 60% !important;
    }

    #nav {
        background-color: #000000 !important;
    }

    .img-mobie {
        margin-left: 0px !important;
    }

    div.texto-imagen {
        top: 15%;
        left: unset;
    }

    div.texto-imagen > p {
        font-size: 15px;
        margin: 0
    }
    
    #inicio {
        color: #ffffff !important;
    }
    
    .color-negro {
        color: #ffffff !important;
    }
    
    nav {
        background-color: #343a40 !important;
    }
    
    .seccion-izquierda {
        margin-bottom: 10px;
    }

    .seccion-centro {
        margin-bottom: 10px;
    }

    .seccion-derecha {
        margin-bottom: 10px;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: block;
    }

    div.cabecera.izquierda::before {
        border-top: 73px solid #e34398 !important;
        bottom: -210px !important;
    }

    div.cabecera.centro::before {
        border-top: 73px solid #8d57a3 !important;
        bottom: -250px !important;
    }

    div.cabecera.derecha::before {
        border-top: 73px solid #3e4ca0 !important;
        bottom: -210px !important;
    }

    div.titulo {
        margin-top: 20px;
    }

    div.cabecera::before {
        border-left: 170px solid transparent;
        border-right: 170px solid transparent;
        margin-left: -170px;
        margin-right: -170px;
    }
}

@media only screen and (min-device-width: 376px) and (max-device-width: 425px){

    .img-contacto {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    .imagen-desk {
        display: none;
    }

    .imagen-mobile {
        display: initial;
        margin: 20px 0;
    }


    .botone-centraes {
        top: 60%;
    }

    div.botone-centraes > a {
        font-size: 12px;
        width: 40% !important;
    }

    #regular {
        display: none;
    }

    #avanzado {
        display: none;
    }

    #nav {
        background-color: #000000 !important;
    }


    iframe {
        width: 70% !important;
        height: 60% !important;
    }

    div.texto-imagen {
        top: 15%;
        left: unset;
    }

    .img-mobie {
        margin-left: 0px !important;
    }

    div.texto-imagen {
        top: 15%;
        left: unset;
    }

    #inicio {
        color: #ffffff !important;
    }

    .color-negro {
        color: #ffffff !important;
    }

    nav {
        background-color: #343a40 !important;
    }
    .desk {
        display: none;
    }

    .mobile {
        display: block;
    }

    .seccion-izquierda {
        margin-bottom: 10px;
    }

    .seccion-centro {
        margin-bottom: 10px;
    }

    .seccion-derecha {
        margin-bottom: 10px;
    }

    div.cabecera.izquierda::before {
        border-top: 75px solid #e34398 !important;
        bottom: -210px !important;
    }

    div.cabecera.centro::before {
        border-top: 75px solid #8d57a3 !important;
        bottom: -250px !important;
    }

    div.cabecera.derecha::before {
        border-top: 75px solid #3e4ca0 !important;
        bottom: -210px !important;
    }

    div.cabecera::before {
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        margin-left: -200px;
        margin-right: -200px;        
    }
}

/* typical tablet screen resolution */
@media only screen and (min-width: 426px) and (max-width: 768px) {

    iframe {
        width: 70% !important;
        height: 60% !important;
    }

    div.texto-imagen {
        top: 18%;
    }

    div.texto-imagen > p {
        font-size: 17px;        
    }
    
    .mobile {
        display: none;
        width: 95%;
    }

    .desk {
        display: block;
    }

    .seccion-izquierda {
        margin: 5% 10%;
    }

    .seccion-centro {
        margin: 5% 10%;
    }

    .seccion-derecha {
        margin: 5% 10%;
    }

    div.cabecera.centro::before {
        bottom: -249px !important;
    }

    div.cabecera.izquierda::before {
        bottom: -209px !important;
    }

    div.cabecera.derecha::before {
        bottom: -209px !important;
    }

    div.cabecera::before {
        border-left: 290px solid transparent;
        border-right: 290px solid transparent;
        margin-left: -290px;
        margin-right: -290px;       
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    div.texto-imagen {
        top: 25%;
    }

    div.cabecera.izquierda::before {
        border-top: 60px solid #e34398 !important;
        bottom: -197px !important;
    }

    div.cabecera.centro::before {
        border-top: 60px solid #8d57a3 !important;
        bottom: -237px !important;
    }

    div.cabecera.derecha::before {
        border-top: 60px solid #3e4ca0 !important;
        bottom: -197px !important;
    }

    div.cabecera::before {
        border-left: 153px solid transparent;
        border-right: 153px solid transparent;
        margin-left: -153px;
        margin-right: -153px;        
    }
}

@media (min-width: 1440px) {
    div.cabecera::before {
        border-left: 227px solid transparent;
        border-right: 227px solid transparent;
        margin-left: -227px;
        margin-right: -227px;
        bottom: -209px !important;
    }

}


@media only screen and (min-width: 2560px) {
    div.cabecera::before {
        border-left: 415px solid transparent;
        border-right: 415px solid transparent;
        margin-left: -415px;
        margin-right: -415px;
        bottom: -209px !important;
    }
}