#div-title{
    top: -20%;
    /* display: block; */
    position: relative;
    z-index: 2;
    /* background-color: rgb(0, 66, 66); */
}
a{
    text-decoration: none;
}
.banner-crc{
    display: none;
}
.wellcome{
    position: absolute;
    top: 20vw;
    font-family: 'OTTIS_Titulo1';
    color: white;
}
.title-text{
    /* position: absolute; */
    text-align: right;
    font-family: 'OTTIS_Titulo1';
    color: #ffffff;
    font-weight: 300px;
    /* font-size: 4vw;  */
}
.sub-title-text{
    /* position: absolute; */
    text-align: right;
    font-family: 'OTTIS_Titulo5';
    color: #ffffff;
    font-weight: 15px;
    /* font-size: 4vw;  */
}
.fondo-color{
    background-color: #AE032F;
    width: 100%;
    
}
.row-seleccion{
    /* background-color: #AE032F; */
    width: 100%;
}
.seleccion{
    z-index: -1;
    width: 100%;
}
.separator{
    margin-top: -18%;
    height: 20vw;
    background-color: rgb(231, 231, 231);
}
.div-text-info{
    /* display: none; */
    text-align: center;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 3%;
    position: relative;
    margin-top: -8%;
    /* margin-bottom: -25%; */
    /* margin-left: 5%; */
    z-index: 1;
    /* width: 80%; */
    /* margin-left: 80px; */
}
.img-seleccion{
    z-index: 0;
    
}
.text-info-planes{
    width: 100%;
    color: #00528D;
    font-family: 'OTTIS_Titulo5';
    font-size: 22px;
}
.title-plan{
    padding-top: 12%;
    padding-right: 5%;
    
}
.title-card{
    /* position: absolute; */
    text-align: center;
    font-family: 'OTTIS_Titulo1'; 
    color: #00718d;
    /* font-size: 4vw;  */
}
.sub-title-card{
    font-size: 32px;
    font-family: 'OTTIS';
    text-align: center;
    color: #00718d;
}
.text-card{
    font-size: 20px;
    text-align: center;
    font-family: 'OTTIS';
    color: #00718d;
    vertical-align: middle;
}
.carousel-item{
    left: calc(50% - 250px);
}
.card-slider{
    background-color: white;
    text-align: center;
    padding: 3%;
    border-radius: 40px;
    width: 500px;
    height: 500px;
    /* left: 50%; */
}
.guion{
    margin-left: 4%;
    margin-right: 4%;
    border-color: #00718d;
}
.carousel-inner{
    background-color: #001C51;
    height: 550px;
}
.etiqueta{
    text-align: center;
}
/* ******************************************************************* */
@media(max-width:768px){
    .card-slider{
        
        width: 300px;
        height: 600px;
        /* left: 50%; */
    }
    .carousel-item{
        left: calc(50% - 150px);
    }
    .carousel-inner{
        height: 700px;
    }
    .img-seleccion{
        display: none;
    }
    .div-text-info{
        margin-top: -15%;
    }
    .separator{
        margin-top: -90%;
        height: 500px;

    }
    .title-plan{
        height: 250px;
        
    }
}
@media(min-width:769px){
    .div-text-info{
        margin-top: -8%;
    }
    /* .separator{
        margin-top: -90%;
        height: 500px;

    }
    .title-plan{
        height: 250px;
        
    } */
}


