@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: "Meltix Bold";
    src:
        url("/content/dam/multibrand/camcar/es/assets-home-camcar/crestor/fonts/meltix-bold-demo.otf") format("opentype");
}

.meltix {
    font-family: 'Meltix Bold';
}

body {
    font-family: 'Roboto', sans-serif;

}

#crestor-header h1 {
    color: #AD7C2E !important;
    text-transform: uppercase;
    font-family: 'Meltix Bold';
    padding: 10px 15px;
    font-size: 36px;
    line-height: 45px;
}

#crestor-header h1 span {
    font-size: 39px;
}

#crestor-header p {
    color: white;
    font-family: 'Helvetica';
    padding: 10px 15px;
    font-size: 16px;
}

#crestor-header .rte-node {
    display: flex;
    justify-content: space-between;
}

#crestor-header .rte-node div:nth-child(1) {
    width: 40vw;
}


#crestor-header {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.que-es-galaxy h3,
.que-es-galaxy a.collapse-panel-heading {
    font-family: 'Meltix Bold';
    text-transform: uppercase;
    font-size: 30px;
    color: #AD7C2E;
}

.que-es-galaxy p {
    font-family: 'Helvetica';
}

a.collapse-panel-heading {
    color: #AD7C2E;
}

.que-es-galaxy p,
.que-es-galaxy h3 {
    padding: 10px 15px;
    text-align: center;
}

.que-es-galaxy a.collapse-panel-heading,
.accordion-container .panel-default {
    text-align: center;
}

.que-es-galaxy,
.material-crestor,
.container-card {
    background-color: #F3F1F1;
}

/*Sección hipótesis - home*/
.hipotesis h2 {
    color: white;
    font-family: 'Meltix Bold';
    text-transform: uppercase;
}

.hipotesis .card-crestor {
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    min-height: 340px;
    text-align: center;
}

.card-crestor p {
    color: #AD7C2E;
    font-family: 'Meltix Bold';
    text-transform: uppercase;
    line-height: 25px;
    font-size: 18px;
    padding: 15px 25px;
}

.ir-a-la-seccion {
    background-color: #AD7C2E;
    border-radius: 50px;
    padding: 10px 25px;
    color: white;
    font-family: 'Helvetica';
    font-weight: 900;
}

.ir-a-la-seccion:hover {
    color: white;
    background-color: #2c210d;
    transition: 1s;
}

.card-container {
    margin: 8vh 0;
}

.ver-videos {
    color: #AD7C2E;
    font-family: 'Meltix bold';
    font-size: 30x;
}


.videos-home {
    margin-right: 10vw;
    margin-bottom: 4vh;
}

.videos-home h4 {
    font-family: 'Roboto';
    font-weight: 900;
    color: #6E6E6E;
    font-size: 22px;
    margin: 20px 0px 10px;
}

.videos-home p {
    font-family: 'Roboto Light';
    color: #6E6E6E;
}

.material-crestor p,
.texto-final p {
    font-size: 12px;
}

/*Animacion del astronauta*/
.astronauta {
    animation: astronauta 5s ease 3s infinite reverse none;
}


@keyframes astronauta {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-10px);
    }

    20%,
    40%,
    60% {
        transform: translateY(10px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

/*Estilos card*/

.circulo {
    border: 1px solid #AD7C2E;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: auto;
    padding-top: 30px;
}

.circulo h2 {
    font-family: 'Meltix bold';
    font-size: 18px;
    margin-top: -2px;
}

/*Header subseccion -estudios perfil lipidico*/
.header-subseccion {
    color: white;
    text-transform: uppercase;
    text-align: center;
    color: #AD7C2E;
    min-height: 38vh;
}

/*borrador Cards
.circulo {
    position:relative;
    z-index:2;
    }
    
.cards-home .card2:hover ~.circulo{
    background: rgb(53,43,23);
    background: linear-gradient(180deg, rgba(53,43,23,1) 0%, rgba(7,4,0,1) 36%, rgba(195,131,15,1) 100%);
    
} */

.card-nueva .card__overlay1 p {
    color: grey;
}

.card__overlay h3 {
    font-size: 18px;
}

.card__description p {
    font-size: 13px;
    text-align: left;
}

.container-card {
    padding: 10px;
}

/**PRueba card*/
.decoration {
    border-radius: 150px;
    z-index: 10;
    background: rgb(53, 43, 23);
    background: linear-gradient(180deg, rgba(53, 43, 23, 1) 0%, rgba(7, 4, 0, 1) 36%, rgba(195, 131, 15, 1) 100%);
    width: 150px;
    height: 150px;
    margin: auto;
    color: white;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: 1px solid #C3830F;
    margin-top: -20px;
    overflow: visible;
}

.decoration img {
    width: 100px;
}

.decoration h2 {
    font-family: 'Meltix Bold';
    font-size: 18px;
    text-align: center;
}

.card__description p {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Helvetica';
}

.card2:hover .card__overlay {
    transform: translateY(3ch);
}

/*Card nueva -prueba-*/

.card-nueva {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url('/content/dam/multibrand/camcar/es/assets-home-camcar/crestor/fondo-card.png');
    min-height: 420px;
}

.card__title1 {
    margin-top: 40px;
}

.circulo {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circulo img {
    width: 90px;
}

.card-nueva>div:nth-child(2) img {
    height: auto;
    width: 80px;
}

.card__overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: 0.2s ease-in-out;
    height: 100%;
    padding: 0px 20px;
}


.card-nueva:hover .card__overlay1 {
    transform: translateY(3ch);
}

.circulo2 {
    border-radius: 150px;
    z-index: 10;
    background: rgb(53, 43, 23);
    background: linear-gradient(180deg, rgba(53, 43, 23, 1) 0%, rgba(7, 4, 0, 1) 36%, rgba(195, 131, 15, 1) 100%);
    width: 150px;
    height: 150px;
    margin: auto;
    color: white;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: 1px solid #C3830F;
    margin-top: -20px;
    overflow: visible;
}

.circulo2 span {
    color: white;
    font-family: 'Meltix bold';
    font-size: 18px;
}

.circulo3 {
    border-radius: 150px;
    z-index: 10;
    background: rgb(20, 18, 41);
    background: linear-gradient(180deg, rgba(20, 18, 41, 1) 0%, rgba(20, 18, 45, 1) 49%, rgba(7, 20, 167, 1) 100%);
    width: 150px;
    height: 150px;
    margin: auto;
    color: white;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: 1px solid #C3830F;
    margin-top: -20px;
    overflow: visible;
}

.circulo3 span {
    color: white;
    font-family: 'Meltix bold';
    font-size: 18px;
}

.card__description1 p {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.card__thumb3 img {
    display: none;
    justify-content: center;
    margin-bottom: 20px;
}

.card__thumb3 img {
    width: 80px;
    height: auto;
}

.card-nueva:hover .card__overlay1 {
    z-index: 1;
}

.card-nueva:hover,
.cards-aterosclerosis .card-nueva:hover,
.cards-resultados .card-nueva:hover {
    background-image: url('/content/dam/multibrand/camcar/es/assets-home-camcar/crestor/background-hover.png');
    transition-delay: 150ms;
}

.texto-referencias p {
    font-size: 12px;
    line-height: 20px;
    color: #888787;
}


.circulo2 img {
    width: 90px;
    height: auto;
}


.texto-final p {
    font-size: 12px;
}

h3.texto-dorado {
    line-height: 19px;
}

h3.texto-gris {
    line-height: 19px;
    color: #4F4747;
}


/*Home Mobile y 1 subsitio*/
@media all and (max-width: 960px) {
    #crestor-header .rte-node div:nth-child(1) {
        width: 100%;
    }

    #crestor-header {
        min-height: 95vh;
    }

    .rte-node .card-crestor {
        margin-bottom: 20px;
    }

    /*Cards*/
    .card-nueva {
        margin-bottom: 20px;
    }
}

/*Cards aterosclerosis*/
.cards-aterosclerosis .card-nueva {
    background-image: url('/content/dam/multibrand/camcar/es/assets-home-camcar/crestor/fondo-card-2.png');
}

.cards-resultados .card-nueva {
    background-image: url('/content/dam/multibrand/camcar/es/assets-home-camcar/crestor/card-azul.png');
}

.cards-aterosclerosis .card-nueva .circulo2 {
    background: rgb(53, 43, 23);
    background: linear-gradient(180deg, rgba(53, 43, 23, 1) 0%, rgba(7, 4, 0, 1) 36%, rgba(195, 98, 15, 1) 100%);
}

/*Encabezados de las cards*/
.encabezado-card,
.encabezado-card-responsive {
    font-family: 'Meltix bold';
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px;
}

@media (min-width:1200px) {
    .encabezado-card-responsive {
        display: none;
    }
}

@media (max-width:1199px) {
    .encabezado-card {
        display: none;
    }
}


/*Card responsive*/
@media (max-width:767px) {
    .card-nueva {
        max-width: 300px;
    }

    h2.encabezado-card-responsive {
        text-align: center;
    }
}

#tarjetas {
    display: block;
}

@media (max-width:1200px) {
    .card-nueva {
        margin-bottom: 20px;
    }
}

/*Textos, parrafos de Estudio de resultados*/
.parrafo-estudios {
    color: #6E6E6E;
    line-height: 15px;
}

.parrafo-estudios b {
    font-family: 'Roboto';
    color: #6E6E6E;
}

.text.parbase ul li {
    font-family: 'Roboto';
    color: #6E6E6E;
    line-height: 15px;
}

sup {
    font-size: 10px;
}

.texto-referencias {
    color: #6E6E6E;
    line-height: 15px;
    font-size: 12px;
}

.resumen-galaxy h3 {
    font-family: 'Meltix bold';
    text-transform: uppercase;
    color: #0A2E58;
    font-size: 28px;
    margin-bottom: 25px;
}

.resumen-galaxy p,
.resumen-galaxy b {
    font-family: 'Roboto';
    color: #6E6E6E;
}

div.resumen-galaxy {
    margin: 50px 0px 100px;
}

#resultados-primera {
    margin-top: 25px;
}


@media (min-width:1250px) {
    .cards-resultados {
        margin: auto;
        width: 80%;
        margin-bottom: 40px;
        margin-top: 40px;
    }
}