@font-face {
    font-family: MontserratBold;
    src: url(/fuentes/Montserrat-Bold.ttf);
}
@font-face {
    font-family: MontserratMedium;
    src: url(/fuentes/Montserrat-Medium.ttf);
}
@font-face {
    font-family: MontserratLight;
    src: url(/fuentes/Montserrat-Light.ttf);
}
@font-face {
    font-family: MontserratBlack;
    src: url(/fuentes/Montserrat-Black.ttf);
}

/* Estilos base del texto e imagen 1 */
.image {
    display: none;
    position: relative;
    width: 100%
}

.textoPantalla {
    display: none;
    position: absolute;
    font-family: MontserratLight;
    color: azure;
}

/* Breakpoint x-chico */
@media (min-width: 0px){
    .image {
        display: block;
    }
}

@media (min-width: 0px) {
    .textoPantalla {
        display: block;
        font-size: x-small;
        top: 40%;
        left: 5%;
        width: 50%;
    }
    .texto2{
        text-align: center;
        font-family: MontserratBlack;
        color: rgb(94, 94, 94);
        font-weight: bold;
        font-size: 15px;
    }
    .segundoTexto{
        font-family: MontserratLight;
        font-size: small;
    }
    .textoImagenSegunda{
        font-family: MontserratLight;
        font-size: large;
        color: black;
        text-align: justify;
    }
    .imagenSegunda{
        width: 310px;
        height: auto;
        padding: 3vw;
    }
}

/* Breakpoint chico */
@media (min-width: 576px){
    .image {
        display: block;
    }
}

@media (min-width: 576px) {
    .textoPantalla {
        display: block;
        font-size:smaller;
        top: 35%;
        left: 5%;
        width: 55%;
    }
    .texto2{
        text-align: center;
        font-family: MontserratBlack;
        color: rgb(94, 94, 94);
        font-weight: bold;
        font-size: 20px;
    }
    .segundoTexto{
        font-family: MontserratLight;
        font-size: medium;
    }
    .textoImagenSegunda{
        font-family: MontserratLight;
        font-size: medium;
        color: black;
        text-align: justify;
    }
    .imagenSegunda{
        width: 400px;
        height: auto;
        padding: 3vw;
    }
}

/* Breakpoint mediano */
@media (min-width: 768px) {
    .image {
        display: block;
    }
}

@media (min-width: 768px) {
    .textoPantalla {
        display: block;
        font-size: 25px;
        top: 35%;
        left: 5%;
        width: 55%;
    }
    .texto2{
        text-align: center;
        font-family: MontserratBlack;
        color: rgb(94, 94, 94);
        font-weight: bold;
        font-size: 27px;
    }
    .segundoTexto{
        font-family: MontserratLight;
        font-size:large;
    }
    .textoImagenSegunda{
        font-family: MontserratLight;
        font-size: large;
        color: black;
        text-align: justify;
    }
    .imagenSegunda{
        width: 700px;
        height: auto;
        padding: 3vw;
    }
}


/* Breakpoint xl */
@media (min-width: 1200px) {
    .image {
        display: block;
    }
}
@media (min-width: 1200px){
    .textoPantalla {
        display: block;
        font-size: larger;
        top: 45%;
        left: 5%;
        width: 50%;
    }
    .texto2{
        text-align: center;
        font-family: MontserratBlack;
        color: rgb(94, 94, 94);
        font-weight: bold;
        font-size: 40px;
    }
    .segundoTexto{
        font-family: MontserratLight;
        font-size: 30px;
    }
    .textoImagenSegunda{
        font-family: MontserratLight;
        font-size: x-large;
        color: black;
        text-align: justify;
    }
    .imagenSegunda{
        width: 1100px;
        height: auto;
        padding: 3vw;
    }
}
.card-text1{
    text-align: justify;
    font-family: MontserratLight;
    font-size: x-small;
    color: aliceblue;
}
.card-title{
    text-align: center;
    font-size: 20px;
    font-family: MontserratMedium;
}

.link{
    color: aliceblue;
    text-align: center;
    vertical-align: text-bottom;
    font-family: MontserratLight;
}

.tercerCarta{
    position: relative;
}

.iconoSuperior{
    left: 36%;
    top: -20%;
    position: absolute;
}

