body {
    font-family: "Lato";
    font-size: 21px;
    font-weight: 100;
    color: rgb(94, 94, 94);
}


/*   CODIGO PAME  */


.imagen-grande {
    display: block;
}
.imagen-pequeña {
    display: none;
    width: 20px;
}


/* Al poner la fuente de esta forma en lugar del link que estaba antes en el html
(  <link href="//fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet" type="text/css">  )
me permite tenerla cacheada en nuestro CDN y ademas hacer el */
@font-face {
    font-family: "Lato";
    src: url("../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2") format("woff2");
    font-weight: 100;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
    font-weight: 400;
}

.row {
    padding-top: 50px;
    
}


input,
textarea,
select {
    font-family: "Lato";
    font-size: 16px;
}

/* SOLICITAR DEMO --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/

.demo_form_container{
    max-width: 634px;
    margin: auto;
    padding: 1em 2em 2em 2em;
    /* border: 1px solid #d7d7d7; */
    /* background-color: #ff990014; */
    box-shadow: 0px 0px 15px -3px rgb(98 88 75 / 30%);
}

#demo_title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 37px;
}

.demo_field_input {
    border: none;
    border-bottom: 2px solid #d9d9d9;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    color: #575757;
}

.demo_field_select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #d9d9d9;
    outline: none;
    padding: 8px 6px;
    background-color: white;
    color: #575757;
}

.demo_each_field_title {
    font-size: 0.7em;
    margin-top: 1.5em;
}

#demo_thanks_name {
    color: #f67624;
    font-size: 37px;
}

#demo_thanks_subtitle {
    font-size: 17px;
    font-weight: 100;
    margin-top: 10px;
}

/* Quien confia en nosotros. Por ej, LoJack*/
.demo_who_trust_container {
    padding: 2em 1em;
    background-color: #f7f7f7;
    margin: 0em 1em;
    border: 1px solid #ebebeb;
}

.demo_who_trust_container .logo_container {
    text-align: center;
}

.demo_who_trust_container .trust_text {}

.demo_who_trust_container .trust_quotes {
    font-size: 1.3em;
    font-weight: bold;
    color: #9f9f9f;
    line-height: 0em;
}

.demo_who_trust_container .trust_text_signature {
    margin-top: 1em;
    text-align: right;
}

/* FIN SOLICITAR DEMO --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/


/* INICIO CODIGO EXTRA- PAME*--**/

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px; 
  }
  
  .feature img {
    width: 24px; 
    height: 24px; 
    margin-right: 10px;
  }
  
  .feature p {
    margin: 0;
    font-size: 23px; 
  }
  
  .my_button {
    display: inline-block;
    background-color: #007bff;
    color: white; 
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px; 
    text-decoration: none; 
  }
  
  .my_button:hover {
    background-color: #0056b3; 
    text-decoration: none; 
  }



  .titulo-portada {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.parrafo-portada {
color: #ffffff;
font-size: 27px;
font-weight: 400;

}


/* FIN CODIGO EXTRA- PAME*--**/

h1 {
    font-size: 40px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 20px;
    margin-top: 60px;
}





h2 {
    font-size: 40px;
    font-weight: 400;
    color: #F67624;
    margin-bottom: 20px;
}

h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #646464;
}
.subtitulo {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #646464;
}

h4 {
    font-size: 23px;
    font-weight: inherit;
    margin-bottom: 20px;
}

.text {
    line-height: 32px;
    font-weight: 100;
}

.secondary_text div {
    margin-bottom: 10px;
    line-height: 32px;
  
}

.long_paragraph {
    line-height: 22px;
    font-size: 17px;
}

.gray_background {
    background-color: #F4F4F4;
}

.bullet {
    display: table-cell;
    position: relative;
    width: 28px;
    top: 3px;
}

.bullet img {
    width: 20px;
}

.slider_title {
    font-size: 40px;
    text-align: left;
    color: white;
}

.slider_subtitle {
    font-size: 28px;
    text-align: left;
    color: white;
}

.slider_paragraph {
    text-align: left;
    font-size: 22px;
    font-weight: 100;
    margin-top: 10px;
    color: white;
}

/* Se usa en cada tarjeta de los modulos*/
.module_title {
    font-size: 17px;
    text-align: center;
    color: #343434;
    font-weight: 400;
    margin-top: 7px;
}

/* Se usa en las landings */
.module_container {
    box-shadow: 5px 5px 20px -3px rgba(0, 0, 0, 0.3);
    /* border-bottom: 5px solid red; */
    padding-bottom: 20px;
    width: 94%;
    display: inline-block;
}

.industry_type {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 13px;
}

.industries_container div {
    padding: 10px;
    cursor: pointer;
}

.industries_container div:hover {
    color: black;
}

.industries_container a {
    text-decoration: none;
    color: inherit;
}



/* Burbuja naranja con imagen interior */
.circle_img_container {
    text-align: center;
    background-color: #F67624;
    width: 70px;
    height: 70px;
    border-radius: 101px;
    box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 29px;
}


/* Button with loading image  ------------------------------------------ */
.my_button {
    font-weight: 400;
    font-size: 20px;
    background-color: #F67624;
    display: inline-block;
    margin-top: 39px;
    padding: 11px 27px 11px 27px;
    border-radius: 65px;
    box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  
}

.my_button-portada {
    font-weight: 400;
    font-size: 20px;
    background-color:#ffffff;
    display: inline-block;
    margin-top: 39px;
    padding: 17px 35px 17px 35px;
    border-radius: 65px;
    box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.3);
    color:  #F67624;;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.my_button.with_orange_background {
    background-color: #99300f;
}

.my_button.with_orange_background:hover {
    background-color: #75250c;
}

.my_button:hover {
    background-color: #da6215;
}

.my_button-portada:hover {
    background-color:#ffd5bb;
}

.my_button.loading {
    opacity: 0.7;
}

.my_button .loading_img {
    display: none;
    position: relative;
    width: 20px;
    top: 3px;
    left: 0px;
}

.my_button.loading .loading_img {
    display: inline;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* FIN Button with loading image  ------------------------------------------ */

/* SOCIAL PROOF CONTAINER */
#social_proof_container .social_proof_text {
    text-align: center;
    padding: 0 1em;
    font-size: 1em;
}

#social_proof_container a{
    text-decoration: none;
    color: inherit;
}
#social_proof_container a:hover{
    color: black;   
}



.error {
    margin-top: 9px;
    color: #b90000;
    font-size: 0.7em;
    font-weight: 400;
    margin-left: 3px;
}

footer {
    padding: 42px;
    background-color: #000000;
    color: #c3c2c2;
    font-size: 16px;
    font-weight: lighter;
}

footer #logo_image_on_cellphone_footer {
    width: 150px;
}

footer a {
    text-decoration: none;
    color: inherit;
}

.footer_column_title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 11px;
    color: white;
}

.footer_each_line_container div {
    padding-top: 8px;
    cursor: pointer;
}

.footer_each_line_container div:hover {
    color: white;
}

.footer .company_data_icon {
    width: 28px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

/* footer span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

footer span:hover {
    color: white;
} */

/* NEW FOOTER--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */
footer {
    padding: 0;
    font-size: 16px;
    font-weight: lighter;
    background-color: white;  
}

footer.row{
    background-color: #323742;  /* Ojo que se usa en las landings tambien .. entonces tuve que dejar el color aca */
    color: white;
}

.footer .dark_background_container {
    background-color: #161616;        
}

.footer .internal_container,
.footer .social_media_container,
.footer .gestionando_la{
    width: 85%;
    margin: auto;
}

.footer .gestionando_la{
    font-size: 1.3em;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.7em 0 0.5em 0;
}

.footer .internal_container {
    color: #d9d9d9;
    background-color: #161616;
    /* padding: 0em 4em 3em 4em;  Antes cuando tenia otro colorcito */
    padding: 1em 0em 3em 0em;
    border-radius: 10px;
}

.footer .social_media_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    padding: 0.6em;
    gap: 2em;
}


.footer .social_media_container a:hover{
    color: #0004af;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    color: white;
}

.footer .footer_button{
    margin-top: 0;
    font-size: 14px;
    background-color: white;
    color: #373737;
    border: solid #858585;
    padding: 1em 2em;
}
.footer .footer_button:hover{
    border-color: black;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer .footer_title {
    color: #efefef;
    font-weight: 400;
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #838383;
}

footer .footer_items {
    /* border: 1px solid white; */
}

footer .footer_list_container>div {
    padding: 0.7em 0 0 0;
}

footer .social_media_container .icons_container img{
    width: 37px;
}

/* Fin NEW FOOTER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/




.flags_row {
    display: table-row;
    height: 31px;
}

.flag_cell {
    display: table-cell;
    width: 29px;
    vertical-align: middle;
}

.cellphone_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

#whatsapp_icon_container {
    position: fixed;
    right: 20px;
    bottom: 27px;
    width: 60px;
    height: 60px;
    z-index: 1;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.4);
    border-radius: 400px;
}

#whatsapp_icon_container:hover {
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.4);
}

.contact_us {
    margin: auto;
    display: inline-block;
    padding: 12px 54px;
    border: 1px solid gray;
    margin-bottom: 20px;
    border-radius: 45px;
}

.footer_logo {
    width: 170px !important;    /* Esto e susa en las landings */
    margin-top: 30px;
}


/* =================================
TABLET
================================= */
@media (min-width: 601px) and (max-width: 991px) {

    body {
        font-size: 16px;
    }

    header img{
      
        background-image: none;
        
     }
    .titulo-portada {
        color: #ffffff;
        font-size: 33px;
        text-align: center;
    }
 
    .parrafo-portada    {

        color:#ffffff;
        font-size: 33px;
        text-align: center;
    }

    .imagen-flotante {
        margin-left: 40px;


    }

    #img-flotante  {

        width: 30px;
    }
    .element.style {
         background-image: none;
    }


    .img-grande {

        display: none;
    }

    .img-pequeña {

        display: block;
    }
    .row {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .text {
        line-height: 25px;
    }

    .secondary_text div {
        line-height: 25px;
    }

    .my_button {
        font-size: 18px;
    }

    .my_button-portada {
        font-weight: 400;
        font-size: 20px;
        background-color:#da6215;
        display: inline-block;
        margin-top: 39px;
        padding: 17px 35px 17px 35px;
        border-radius: 65px;
        box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.3);
        color:  #ffffff;;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-left: 255px;
    }

    .module_title {
        font-size: 17px;
    }

    /* SOCIAL PROOF CONTAINER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */
    #social_proof_container img {
        width: 60%;
    }

    /* FIN SOCIAL CONTAINER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */

    /* NEW FOOTER--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */
    .footer{
        font-size: 14px;
    }
    .footer_grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer .gestionando_la{
        justify-content: center;
    }
    .footer .social_media_container{
        width: 95%;
    }
    .footer .social_media_container .icons_container img{
        width: 30px;
    }

    /* Fin NEW FOOTER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/

}

/* ========================================================
PHONES 
======================================================== */
@media(max-width: 600px) {

    body {
        font-size: 16px;
    }

    header img{
       
        background-image: none;
        
     }
    .titulo-portada {
        color: #ffffff;
        font-size: 33px;
        text-align: center;
    }
 
    .parrafo-portada    {

        color:#ffffff;
        font-size: 33px;
        text-align: center;
    }

    .imagen-flotante {
        margin-left: 40px;


    }

    #img-flotante  {

        width: 30px;
    }
    .element.style {
         background-image: none;
    }


    .img-grande {

        display: none;
    }

    .img-pequeña {

        display: block;
    }
    .row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 33px;
    }

    h4 {
        font-size: 18px;
    }

    .text {
        font-size: 17px;
        line-height: 21px;
    }

    .secondary_text div {
        font-size: 17px;
        line-height: 21px;
    }

    .industries_container div {
        padding: 4px;
    }

    .my_button {
        margin-left: 17%;
        margin-right: 28%;
        width: 63%;
        text-align: center;
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .my_button-portada {
        font-weight: 400;
        font-size: 20px;
        background-color:#da6215;
        display: inline-block;
        margin-top: 39px;
        margin-left: 71px;
        padding: 17px 27px 17px 27px;
        border-radius: 65px;
        box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.3);
        color:  #ffffff;;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .module_title {
        font-size: 17px;
        color: #848484;
    }

    .slider_title {
        font-size: 30px;
    }

    .slider_subtitle {
        font-size: 21px;
    }

    .slider_paragraph {
        font-size: 15px;
    }

    .slider .slText {
        padding-left: 90px;
        padding-right: 90px;
    }

    .slider .slText [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* SOLICITAR DEMO --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/
    .demo_form_container {
        box-shadow: none;
    }

    /* FIN SOLICITAR DEMO --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/

    /* SOCIAL PROOF CONTAINER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */
    #social_proof_container img {
        width: 58%;
    }

    #social_proof_container .social_proof_text {
        padding: 0 3em;
        font-size: 1.3em;
    }

    /* FIN SOCIAL CONTAINER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */

    /* Se usa en las landings */
    .module_container {
        width: 84%;
    }

    footer {
        padding: 32px 0px;
        font-size: 13px;
    }

    footer #logo_image_on_cellphone_footer {
        width: 119px;
        margin-top: 12px;
    }

    /* NEW FOOTER--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* */
    footer{
        padding-bottom: 0;
    }
    .footer {
        padding: 0 0;
        font-size: 13px;
    }
    .footer_grid {
        grid-template-columns: 1fr;
    }
    .footer .gestionando_la{
        justify-content: center;
    }
    .footer .social_media_container{
        width: 95%;
    }
    footer .social_media_container .icons_container img{
        width: 25px;
    }

    /* Fin NEW FOOTER --*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--**/

}