:root
{
    /*Colores*/
    --primario:                    rgb(59, 163, 42,1);
    --secundario:                    rgb(56,18,132,1);
    --terciario:                    rgb(200, 28, 18,1);
    --cuaternario:                    rgb(219, 71, 1, 1);
    /* --secundario:                    rgb(26,78,117,1); 
    --secundarioSombra:                    rgb(26,78,117,0.8);*/
    --secundarioSombra:                    rgb(56,18,132,0.7);
    --cuaternarioSombra:                    rgb(219, 71, 2, 0.1);
    --sombraPrimario:            rgb(0,0,0,0.5);
    --sombraClara:                    rgb(219, 71, 1,0.1);
    --fredoka:                                  "fredoka";
    --quicksand:                                  "quicksand";
    --quicksand_bold:                                  "quicksand_bold";
    --button-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    --sombraLuz:                    rgb(59, 163, 42,0.7);
}

@font-face {
    font-family: 'fredoka';
    src: url('fuentes/fredoka.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand';
    src: url('fuentes/quicksand.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand_bold';
    src: url('fuentes/quicksand_bold.ttf')  format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--fuentePrincipal);
    -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar{
    display: none;
}

div{
    display: flex;
}

img{
    object-fit: contain;
}

html,body{
    width: 100%;
    height: 100%;
    position: relative;
}

.div_column{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div_row{
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#contenedor{
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: absolute;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

#menu{
    width: 100%;
    height: 150px;
    /* background: var(--sombraPrimario); */
    align-items: center;
    padding: 7px;
    transition: all 0.7s;
}

#div_btn_menu{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.7s;
}

.btn_menu_principal{
    width: 160px;
    height: 43px;
    margin: 11px;
    /* border-radius: 12px; */
    color: var(--cuaternario);
    font-family: var(--quicksand_bold);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn_menu_principal:hover{
    font-size: 16.7px;
    /* background: var(--cuaternarioSombra); */
}

.fondo_btn{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

#fondo_btn_inicio{
    opacity: 1;
}

.p_btn_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    color: var(--cuaternario);
}

#p_btn_inicio_principal{
	width: 90%;
  	height: auto;
  	text-align: center;
  	color: var(--terciario);
  	font-size: 30px;
  	font-family: var(--quicksand_bold);
}

#p_btn_inicio{
    color: #ffffff;
}

#btn_inicio{
    /* background: var(--terciario); */
    color:#ffffff;
}

#p_inicio_btn{
    color: #ffffff;
    font-size: 30px;
}

.logo_menu{
    height: 100px;
    width: auto;
    object-fit: contain;
    margin-left: 25px;
	margin-top: 15px;
}


#div_principal{
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-bottom: 1px;
}

#div_inicio_principal{
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 1px;
}

#contenedor_img_principal{
    width: auto;
    min-height: 340px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
}

.img_principal{
    width: 340px;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 0px 16px 16px 0px;
    transition: all 0.7s;
}

#div_info_principal{
    padding: 25px;
    padding-left: 43px;
}

.titulo_info{
    width: 100%;
    height: auto;
    font-size: 40px;
    font-family: var(--fredoka);
    color: var(--secundario);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
    padding: 16px;
}

#div_titulo_info{
    width: 100%;
    height: auto;
    flex-direction: row;
    position: relative;
}

.p_info_principal{
    width: 100%;
    height: auto;
    font-size: 34px;
    font-family: var(--quicksand);
    color: var(--secundarioSombra);
    text-align: center;
    margin-top: 16px;
}

#div_iconos_principal{
    margin-top: 7px;
}

.keyword{
    color: var(--secundario);
    font-family: var(--quicksand_bold);
}

.obj_info_principal{
    padding: 25px;
    padding-top: 0px;
}

.icono_principal{
    width: 70px;
    height: 70px;
    object-fit: contain;
    
}

.p_icono_principal{
    margin-top: 25px;
    width: 100%;
    height: auto;
    color: #000000;
    font-family: var(--quicksand_bold);
    font-size: 20px;
    text-align: center;
    opacity: 0.6;
}

#div_beneficios{
    width: 100%;
    height: auto;
    padding: 25px;
    flex-direction: column;
    position: relative;
}

.fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    opacity: 0.1;
}

.row_inicio{
    width: 100%;
    height: auto;
    flex-direction: row;
}

.row_beneficios{
    width: 100%;
    height: auto;
    flex-direction: row;
}

.obj_inicio{
    width: 100%;
    height: auto;
    padding: 11px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
}

.obj_beneficios{
    width: 100%;
    height: auto;
    padding: 11px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
}

.obj_inicio_btn{
    width: 100%;
    height: auto;
    padding: 11px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
    background:var(--primario);
}

.div_img_beneficios{
    width: 403px;
    min-width: 403px;
    height: 250px;
    min-height: 250px;
    border-radius: 20px;
    position: relative;
    transition: all 0.7s;
}

.img_beneficios{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);
    position: absolute;
    transition: all 0.7s;
}

.div_img_inicio_principal{
    width: 604px;
    min-width: 604px;
    height: 375px;
    min-height: 375px;
    border-radius: 20px;
    position: relative;
    transition: all 0.7s;
}

.img_inicio_principal{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    /*box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);*/
    position: absolute;
    transition: all 0.7s;
}

.titulo_beneficios{
    font-family: var(--quicksand_bold);
    margin-top: 25px;
    color: var(--terciario);
    padding-left: 16px;
    padding-right: 16px;
    font-size: 25px;
    text-align: center;
}

.p_beneficios{
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 100%;
    font-family: var(--quicksand);
    font-size: 25px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #000000;
    opacity: 0.6;
    margin-top: 11px;
}

.icono_beneficios{
    width: 52px;
    height: 52px;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 11px;
    margin-right: 11px;
    z-index: 7;
}

#titulo_funcionamiento{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 93px;
    text-align: center;
    font-family: var(--fredoka);
    color: var(--secundario);
    /* background: var(--secundario); */
    font-size: 52px;
}

.negritas{
    font-family: var(--quicksand_bold);
}


#div_funcionamiento{
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-top: 52px;
}

#contenedor_funcionamiento{
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 34px;
}

.fila_funcionamiento{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
}

.obj_funcionamiento{
    width: 100%;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}

.div_img_funcionamiento{
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    position: relative;
}

.img_funcionamiento{
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);
    object-fit: cover;
}

.numero_funcionamiento{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    min-width: 43px;
    height: 43px;
    min-height: 43px;
    font-size: 25px;
    color: #ffffff;
    border: solid 0.5px #ffffff;
    border-radius: 50%;
    font-family: var(--quicksand_bold);
    z-index: 7;
    top: 0;
    right: 0;
    position: absolute;
    background: var(--primario);
    box-shadow: 0px 16px 25px rgba(0,0,0,0.19), 0px 7px 11px rgba(0,0,0,0.23);
}

.p_funcionamiento{
    width: 100%;
    height: auto;
    color: #000000;
    font-family: var(--quicksand);
    text-align: center;
    font-size: 22px;
    margin-top: 11px;
}


#barra_sociales{
    width: 100%;
    height: 77px;
    /* background: var(--terciario); */
    position: absolute;
    z-index: 777;
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 16px;
}

.div_img_social{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    background: rgb(255,255,255,0.8);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
}

.img_sociales{
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    object-fit: contain;
    opacity: 1;
    transition: all 0.7s;
    cursor: pointer;
}

.img_sociales:hover{
    transform: scale(1.05);
}

#div_comprar{
    width: 100%;
    height: 403px;
    min-height: 403px;
    margin-bottom: 77px;
    position: relative;
}

.img_comprar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

#contenido_comprar{
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 7;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#p_comprar{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 52px;
    color: #ffffff;
    font-family: var(--quicksand_bold);
}

.div_btn_comprar{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn_comprar{
    width: 160px;
    height: 61px;
    justify-content: center;
    align-items: center;
    background: var(--primario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 43px;
    font-family: var(--fredoka);
    font-size: 30px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
}

.btn_comprar:hover{
    opacity: 1;
}

.div_btn_inicio_comprar{
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	margin-top: 30px;
  	margin-bottom: 15px;
}

.btn_inicio_comprar{
    width: 340px;
    height: 55px;
    justify-content: center;
    align-items: center;
    background: var(--primario);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0px 7px 11px rgba(0,0,0,0.19), 0px 3px 9px rgba(0,0,0,0.23);
    margin: 16px;
    font-family: var(--fredoka);
    font-size: 30px;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: all 0.7s;
    opacity: 0.9;
}

.btn_inicio_comprar:hover{
    opacity: 1;
}

#capa_activar{
    width: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 777;
    transition: all 1s;
    justify-content: center;
    align-items: center;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.btn_cerrar{
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    border-radius: 50%;
    background: var(--terciario);
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    font-family: var(--quicksand_bold);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 11px;
    margin-right: 11px;
    cursor: pointer;
    transition: all 0.7s;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    z-index: 777;
}

.btn_cerrar:hover{
    background: var(--cuaternario);
}

#div_activar{
    width: 100%;
    height: calc(100% - 45px);
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 34px;
    top: 0;
    left: 0;
}

.img_activar{
    width: 304px;
    min-width: 304px;
    height: 304px;
    min-height: 304px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
}

.div_info_activar{
    width: 700px;
    height: auto;
    flex-direction: column;
    padding: 34px;
    padding-right: 0px;
    align-items: center;
}

#div_info_propietario{
    opacity: 0;
    display: none;
}

#div_info_mascota{
    opacity: 0;
    display: none;
}

.div_titulo_activar{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.titulo_activar{
    width: auto;
    height: auto;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--secundario);
}

.icono_activar{
    width: 43px;
    height: 43px;
    object-fit: contain;
    margin-left: 25px;
    transform: rotate(25deg);
}

.info_activar{
    width: 100%;
    font-size: 25px;
    font-family: var(--quicksand);
    margin-top: 25px;
    color:#000000;
    opacity: 0.7;
    text-align: center;
}

.input_activar{
    width: 70%;
    height: 52px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 34px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    margin-top: 25px;
}

.input_propietario{
    width: 70%;
    height: 43px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    margin-top: 25px;
}

.caja_input_mascota{
    width: 70%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.input_mascota{
    width: 100%;
    height: 43px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
}

#tipo_mascota{
    margin-right: 11px;
}

#raza{
    margin-left: 11px;
}

option{
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
}

#p_fecha_mascota{
    width: 50%;
    height: auto;
    font-size: 25px;
    color: var(--secundarioSombra);
    margin-right: 11px;
    font-family: var(--quicksand);
    text-align: start;
}

#fecha_mascota{
    width: 50%;
    margin-left: 11px;
}

#info{
    width: 70%;
    height: 115px;
    border: solid 1px var(--secundarioSombra);
    outline: none;
    border-radius: 11px;
    padding: 7px;
    font-size: 25px;
    color: var(--secundarioSombra);
    font-family: var(--quicksand);
    background: transparent;
    resize: none;
    margin-top: 25px;
}

.titulo_p_funcionamiento{
    color: var(--secundario);
    font-family: var(--fredoka);
    font-size: 34px;
    display: flex;
    height: 70px;
    min-height: 70px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: 25px;
}

.img_fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    transition: all 0.7s;
    opacity: 0;
}

#btn_menu_responsive{
    width: 34px;
    height: 34px;
    object-fit: contain;
    padding: 5px;
    border-radius: 11px;
    background: var(--terciario);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    transition: all 0.7s;
    opacity: 0;
    z-index: -7;
    margin-left: auto;
    cursor: pointer;
}

#barra_responsive{
    width: 100%;
    height: auto;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.7s;
    align-items: center;
}

#menu_responsive{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_menu_responsive{
    width: 100%;
    height: 77px;
    margin: 25px;
    /* border-radius: 12px; */
    color: var(--cuaternario);
    font-family: var(--quicksand_bold);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#fondo_btn_inicio_responsive{
    opacity: 1;
}


#p_btn_inicio_responsive{
    color: #ffffff;
}

#btn_cerrar_responsive{
    width: 43px;
    height: 43px;
    top: 0;
    right: 0;
    margin-top: 11px;
    margin-right: 11px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--terciario);
    position: absolute;
}

#logo_responsive{
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    margin-top: 11px;
    margin-left: 11px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-family: var(--quicksand_bold);
    color: var(--terciario);
    position: absolute;
    object-fit: contain;
}

.a_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1080px){
    .titulo_info{
        font-size: 34px;
    }

    .p_info_principal{
        font-size: 30px;
    }

    #contenedor_img_principal{
        width: 304px;
        min-width: 304px;
        max-width: 304px;
    }

    .img_principal{
        width: 304px;
        max-width: 304px;
        min-width: 304px;
    }
}

@media screen and (max-width: 900px){
    #contenedor_img_principal{
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }

    .img_principal{
        width: 250px;
        max-width: 250px;
        min-width: 250px;
    }

    #contenedor_funcionamiento{
        flex-direction: column;
    }
}

@media screen and (max-width: 850px){
    #contenedor_img_principal{
        width: 0px;
        min-width: 0px;
        max-width: 0px;
    }
    
    .img_principal{
        width: 0px;
        min-width: 0px;
        max-width: 0px;
    }

    #div_info_principal{
        padding: 0px;
    }


    #img_fondo{
        opacity: 1;
    }

    #div_titulo_info{
        height: 340px;
        padding: 25px;
    }

    .titulo_info{
        font-size: 43px;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0,0.5);
        border-radius: 16px;
        color: #ffffff;
    }

    .p_info_principal{
        padding: 25px;
    }

    .div_img_beneficios{
        width: 250px;
        min-width: 250px;
    }

    .div_img_inicio_principal{
        width: 250px;
        min-width: 250px;
    }
    
    .btn_menu_principal{
        width: 115px;
        min-width: 115px;
    }

    .div_row{
        height: auto;
    }
    
    .div_column{
        height: auto;
    }

    #p_comprar{
        font-size: 43px;
        padding: 16px;
    }

    .titulo_beneficios{
        display: flex;
        height: 70px;
        min-height: 70px;
        justify-content: center;
        align-items: flex-start;
    }

    #capa_activar{
        height: 100%;
    }

    #div_activar{
        flex-direction: column;
        height: auto;
    }

    .div_info_activar{
        width: 100%;
        padding: 34px;
        padding-bottom: 0px;
    }

    .input_activar{
        width: 100%;
    }

    .input_propietario{
        width: 100%;
    }

    .caja_input_mascota{
        width: 100%;
    }

    #info{
        width: 100% ;
    }
}

@media screen and (max-width: 650px){
    #btn_menu_responsive{
        opacity: 1;
        z-index: 777;
    }

    #div_btn_menu{
        display: none;
    }

    #menu{
        display: none;
    }
    
    #barra_responsive{
        opacity: 1;
        z-index: 777;
    }

    .logo_menu{
        height: 52px;
        min-height: 52px;
        background: rgb(255,255,255,0.7);
        border-radius: 11px;
        padding: 7px;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.19), 0px 2px 3px rgba(0,0,0,0.23);
    }

    #div_titulo_info{
        padding-top: 34px;
    }

    #div_iconos_principal{
        flex-direction: column;
    }

    .obj_info_principal{
        flex-direction: row;
        padding-bottom: 0px;
        margin-bottom: 16px;
    }

    .p_icono_principal{
        margin-top: 0px;
        margin-left: 16px;
    }

    .div_info_activar{
        padding: 0px;
    }
    
	#p_btn_inicio_principal{
  	font-size: 25px;
	}
}

@media screen and (max-width: 650px){
    .row_beneficios{
        flex-direction: column;
    }
    
    .row_inicio{
        flex-direction: column;
    }

    .div_img_beneficios{
        width: 93%;
    }

    .div_img_inicio_principal{
        width: 93%;
    }

    .titulo_beneficios{
        height: auto;
        min-height: auto;
    }
    
    .fila_funcionamiento{
        flex-direction: column;
    }

    .p_funcionamiento{
        margin-top: 0px;

    }

    .titulo_p_funcionamiento{
        margin-bottom: 11px;
    }

    #titulo_funcionamiento{
        padding: 16px;
        height: auto;
        font-size: 34px;
    }

    .titulo_info{
        font-size: 30px;
    }

    .btn_comprar{
        width: 100%;
        margin: 16px;
        margin-top: 34px;
        font-size: 25px;
    }
    
    .btn_inicio_comprar{
        width: 100%;
        margin: 16px;
        margin-top: 34px;
        font-size: 25px;
    }

    .p_info_principal{
        font-size: 25px;
    }

    #p_comprar{
        font-size: 34px;
    }

    #p_inicio_comprar{
        font-size: 34px;
    }

    #btn_activar_1{
        width: 160px;
    }

    #div_info_activar_placa{
        width: 100%;
        padding: 11px;
        padding-bottom: 0px;
    }

    #div_activar{
        padding: 11px;
    }

    .input_activar{
        font-size: 25px;
    }
    
    .caja_input_mascota{
        flex-direction: column;
    }

    #p_fecha_mascota{
        margin: 0px;
        width: 100%;
    }

    #edad_mascota{
        width: 100%;
        margin: 0px;
        margin-top: 25px;
    }

    #tipo_mascota{
        margin-right: 0px;
    }

    #raza{
        margin-left: 0px;
        margin-top: 25px;
    }
    
}

@media screen and (max-width: 500px){

    .titulo_info{
        font-size: 30px;
    }

    #titulo_funcionamiento{
        font-size: 30px;
    }

    #img_activar{
        width: 250px;
        min-width: 250px;
        height: 250px;
        min-height: 250px;
    }

    .btn_comprar{
        font-size: 22px;
    }
    
    .btn_inicio_comprar{
        font-size: 20px;
    }
    
    #div_inicio_principal{
    	margin-top: 40px;
	}
	
	#p_btn_inicio_principal{
  		font-size: 25px;
	}
}