*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/MontserratAlternates-Bold.otf) format('otf');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Montserrat-Medium.otf) format('otf');
  }

body{
    font-size: 1.56rem;
    height: 100vh;
    width: 100%;
    background-image: url('img/celular/fra_seccion1.jpg');
    background-size: cover;
    background-position: bottom bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
  /* primer seccion  */
.container_seccion_franquicias_info{
    width: 100%;
    overflow: hidden;
}

.first_section_franquicias_info{
    width: 100%;
    height: 1300px;
    min-height: 100vh;;
    background-image: url('img/celular/fra_seccion1.jpg');
    background-size: cover;
    background-position: bottom bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.cont_franquicias{
    display: flex;
    flex-flow: wrap;
    height: 100%;
}
.cont_titu_franquicias_info{
    width: 100%;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.titu_franquicias{
    text-align: center;
    font-size: 4rem;
    color: #ec1c24;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 4rem;
}
.cont_img_info{
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_franquicias_info{
    width: 370px;
    min-width: 270px;
    max-width: 270px;
    height: 470px;
    min-height: 470px;
    max-height: 470px;
}
.cont_text_franquicias_info{
    width: 100%;
    height: 47%;
    background-color: #3f5ca6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.titulos_franquicias{
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #f89c1d;
  }
.text_franquicias{
    text-align: center;
    font-size: 2.1rem;
    font-family: 'Montserrat';
    font-weight: 500;
    color: white;
}
.logo_gk{
    width: 370px;
    min-width: 270px;
    max-width: 270px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}

@media screen and (min-width: 375px){
.cont_titu_franquicias_info{
    align-items: center;
    padding-top: 5rem;
}
.img_franquicias_info{
    width: 335px;
    min-width: 335px;
    max-width: 335px;
    height: 490px;
    min-height: 490px;
    max-height: 490px;
}
}
@media screen and (min-width: 425px){
    .img_franquicias_info{
        width: 350px;
        min-width: 350px;
        max-width: 350px;
        height: 490px;
        min-height: 490px;
        max-height: 490px;
    }
}

@media screen and (min-width: 768px){
.cont_titu_franquicias_info{
    padding-top: 10rem;
}
.titu_franquicias{
    font-size: 6rem;
}
}