@charset "UTF-8";
.index_rotator {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;

}
.index_rotator_item{
    
    width: 100%;
    height: 100%;
    background-image: url(../img/index/child1.png);
    background-position: center center;
    background-size: cover;
    
    
    
}
.atom_back {
    background-image: url(../img/index/atom.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding-top: 15%;
    padding-bottom: 15%;
}
.icon-methodology {
    width: 50px;
}
.icon_box_imh {
    text-align: center;
    width: 95px;
    padding-bottom: 15px;
    margin-right: 6%;
}
.icon_imh_content {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_imh_text {
    height: 55px;
    line-height: 55px;
}
.tittle_activity {
    color: #FFFFFF;
    position: absolute;
    bottom: 4%;
    left: 15%;
}
.tittle_activity_big {
    color: #FFFFFF;
    position: absolute;
    bottom: 4%;
    left: 7.5%;
}
.intro_text {
    margin-top: -14%;
    margin-bottom: 92px;
    padding-bottom: 25px;
}
.spot_back {
    padding-top: 10%;
    padding-bottom: 10%;
}
@media screen and (max-width:992px){
.atom_back {

    padding-top: 3%;
    padding-bottom: 3%;
}
.icon_box_imh {
    margin-right: 0px;
}
}
@media screen and (max-width:768px){
.intro_text {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.atom_back {
    background-image: none;
    padding-top: 3%;
    padding-bottom: 3%;
}    
}

@media screen and (max-width:575px){
.tittle_activity {
    display: none;
}
}
