/* generales */



.cmn-divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 15px;
    display: none;
    z-index: 99;
}

.cmn-btncircle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
     padding-top: 12px;
    background-color: #8eda26;

}



a{
    text-decoration: none;
}

/* Encabezado DESK */

.Encabezado{
    width: 100%;
    height: auto;
    background-image: url(img/bg-desk-ecabezado2.jpg);
    background-position: center;
}

.logo-nav{
    width: 100%;
    height: auto;
    padding-left: 2rem;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


.navbar-toggler-icon{
    background-image: url(img/menu.png);
    background-position: center;
    border: none !important;
}

.navbar-toggler{
    border: transparent !important;
    margin-right: 1rem;
}


.navbar-nav{
    margin: auto;
}

.navbar-expand-lg{
    border: transparent !important;
}

.navbar{
    background-color: none;
    border: none !important;
}

.nav-item{
    margin-right: 2rem;
    margin-left: 2rem;
    text-transform: uppercase;    
}

.nav-link{
    color: white !important;
}

.MenuNewsPaper{
    color: #8eda26;
}

.nav-item{
    color: white;
}

.nav-item:active {
    color: red;
  }

.LinkHover:hover {
    color: #8eda26 !important;
}


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

    
    .nav-item{
   text-align: right;
    }



} /* fin nav MOBILE */


/* fin navegador */

/* Encabezado */

.ContenedorEncabezado{
    margin-top: 4rem;
    padding-bottom: 4rem;
}


.VerMasEncabezado{
    display: block;
    text-decoration: none;
    color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.VerMasEncabezado:hover {
    color: #8eda26 ;
}

.EncabezadoIzquierda{
    text-align: center;
}

.EncabezadoDerecha{
    text-align: center;
}

.ImgEncabezadoDerechaMobile{
    display: none;
}

.ContenedorRedesSocialesHeader{
    width: 100%;
    height: auto;
    text-align: center;
}

.RedesSociales{
    width: 12%;
    margin: auto;
    padding-bottom: 3rem;
    margin-top: 6px;
}

.HeaderInstagram{
    background-image: url("img/icono-ig.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderInstagram:hover{
    background-image: url("img/icono-ig-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderFacebook{
    background-image: url("img/icono-facebook.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderFacebook:hover{
    background-image: url("img/icono-facebook-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderYoutube{
    background-image: url("img/icono-youtube.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderYoutube:hover{
    background-image: url("img/icono-youtube-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}



.HeaderMail{
    background-image: url("img/icono-mail.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.HeaderMail:hover{
    background-image: url("img/icono-mail-hover.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.ContenedorDerechaImgBtn{
    text-align: left;
}

/* Encabezado y navgedaor MOBILE */

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

    .nav-item{
        text-align: right;
         }


    .logo-nav{
        width: 100%;
        height: auto;
        padding-left: 1rem;
    }

    .ImgEncabezadoDerechaDesk{
       display: none;
    } 

    .ImgEncabezadoDerechaMobile{
        display: block;
    }

    .VerMasEncabezado{
        display: block;
        text-decoration: none;
        color: white;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1.6rem;
    }

    .ContenedorDerechaImgBtn{
        text-align: left;
    }

    .ContenedorEncabezado{
    margin-top: 1rem;    
    }

    .RedesSociales{
        width: 45%;
    }
    
    .RedesMobile{
        margin-right: 5px;
        margin-left: 5px;
    }


} /* fin encabezado MOBILE */


/* Diferenciales */

.SectionDiferenciales{
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.ContenedorRayita{
    margin-top: 1rem;
    width: 100%;
    height: 1rem;
}

.Rayita{
    display: block;
    width: 5rem;
    height: 5px;
    margin: auto;
    background-color: #8eda26 ;
}

.TituloDiferenciales{
    font-size: 35px;
    text-align: center;
    color: #3cb2dd;
    font-family:'Roboto', sans-serif;
    margin-top: 2rem;
}

.ContenedorGeneralDif{
    margin-top: 5rem;
}

.ContenedorDif{
    text-align: center;
    font-family:'Roboto', sans-serif;
    font-size: 22px;
    color: #2f2f2f;
}

.ImgDiferenciales{
    width: 70px;
    height: auto;
    margin-bottom: 1rem;
}



/* DIFERENCIALES  MOBILE */

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

    .TituloDiferenciales{
        font-size: 30px;
        padding-left: 2rem;
        padding-right: 2rem;
        
    }

    .ContenedorDif{
        font-size: 20px;
        margin-top: 1rem;
    }

    .ContenedorGeneralDif{
        width: 90%;
        margin-top: 2rem;
    }
   

} /* fin diferenciales MOBILE */


/* Trial */

.Trial{
    background: rgb(224,224,224);
    background: linear-gradient(0deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
}


.TituloTrial{
    font-size: 35px;
    text-align: center;
    color: #3cb2dd;
    font-family:'Roboto', sans-serif;
    margin-top: 2rem;
}


.TextTrial{
    text-align: center;
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 3rem;
    color: #2f2f2f;
}

.ContenedorTrial{
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;   
}

.BtnTrial{
    display:inline-flex;
    margin: auto;
    background-color: #4c971e ;
    border-radius:15px;
    border: none;
    padding: 15px;
    cursor: pointer !important ;
}


.BtnTrial:hover{
    margin: auto;
    background-color: #8eda26 ;
    border-radius:12px;
    border: none;
    transition-duration: 1s;
    cursor: pointer !important ;
}

.BtnTrial p{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin: auto;
}

.CostoTrial{
    width: 80%;
    margin: auto;
    padding-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.ImgCostoTrail{
    width: 15%;
    height: auto;
    margin-right: 2rem;
}

.CostoTrial p{
    text-align: left;
    font-family:'Roboto', sans-serif;
    font-size: 22px;
    color: #2f2f2f;
}


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

    .BtnTrial{
        display: inline-flex;
        margin: auto;
        background-color: #4c971e ;
        border-radius:15px;
        border: none;
        padding: 6px;
        cursor: pointer !important ;
    }
    
    
    .BtnTrial:hover{
        margin: auto;
        background-color: #8eda26 ;
        border-radius:15px;
        border: none;
        padding-right: 1rem;
        padding-left: 1rem;
        transition-duration: 1s;
        cursor: pointer !important ;
    }
    
    .BtnTrial p{
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        margin: auto;
        padding: 6px;
    }    

    .ImgCostoTrail{
    min-width: 120px;
    height: auto;
    margin-bottom: 1rem;
    }

    .CostoTrial{
        width: 80%;
        margin: auto;
        padding-top: 3rem;
        margin-bottom: 3rem;
        display: inline;
        text-align: center;
    }
    
  

} /* fin trail MOBILE */


/* Video YouTube */

.VideoYoutubeSection{
    background-color: #1b1b1b ;
    padding-bottom: 4rem;
    padding-top: 4rem;
}


.ResponsiveIframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.VideoYoutubeSection h2{
    font-size: 35px;
    text-align: center;
    color: white;
    font-family:'Roboto', sans-serif;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.VideoYouTubeDerecha h3{
    color: #8eda26;
    font-size: 28px;
    font-family:'Roboto', sans-serif;
    padding-bottom: 2rem;
}

.VideoYouTubeDerecha p{
    color: white;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 22px;
}


.ContenedorRayitaVideo{
    width: 100px;
    text-align: left;
}

.RayitaVideo{
    display: block;
    width: 4rem;
    height: 5px;
    background-color: white ;
    margin-bottom: 2rem;
}

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

    .VideoYouTubeDerecha h3{
        color: #8eda26;
        font-size: 28px;
        font-family:'Roboto', sans-serif;
        padding-bottom: 1rem;
        margin-top: 2rem;
    }

    .RayitaVideo{
        display: block;
        width: 4rem;
        height: 5px;
        background-color: white ;
        margin-bottom: 2rem;
    }
    

} /* fin video youtube MOBILE */

.logo{
    width: 30%;
    height: auto;
    margin: auto;
    margin-top: 2rem;
}

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

    .logo{
        width: 75%;
        height: auto;
        margin: auto;
        margin-top: 2rem;
    }
    
    

} /* fin video youtube MOBILE */

/* CONTROL */


.Control{
    width: 100%;
    margin-bottom: 3rem;
}



.ControlTitulo{
    margin-top: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #3cb2dd;
    font-family:'Roboto', sans-serif;
    font-size: 35px;
}

.ControlText{
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
}


.ImgControl{
    width: 100%;
    height: auto;
}


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

    .ControlText{
        font-family:'Roboto', sans-serif;
        font-size: 20px;
        color: #2f2f2f;
        width: 90%;
        margin: auto;
    }
    
    .ImgControl{
        width: 100%;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    
    
    

} /* control MOBILE */


/* OTRAS VIRTUDES */

.Virtudes{
    width: 60%;
    margin: auto;
    
}

.VirtudesTitulo{
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #3cb2dd;
    font-family:'Roboto', sans-serif;
    font-size: 35px;
}

.VirtudesSub{
    color: #8eda26;
}


.IconoVirtudes{
    width: 50px;
    height: auto;
}


.ContenedorPdf{
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;       
}

.TituloPdf{
    margin-bottom: 2rem;
    margin-top: 2rem;
}



.BtnPdf{
    display: inline-flex;
    text-transform: uppercase;
    margin: auto;
    background-color: #4c971e ;
    border-radius:15px;
    border: none;
    padding: 10px;
    cursor: pointer !important ;
    margin-bottom: 2rem;
}

.BtnPdf:hover{   
    text-transform: uppercase;
    margin: auto;
    background-color: #8eda26;
    border-radius:15px;
    border: none;
    padding: 10px;
    cursor: pointer !important ;
    margin-bottom: 2rem;    
}


.BtnPdf p{
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin: auto;
}

.VerFaq{
    font-size: 18px;
}


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

    .Virtudes{
        width: 90%;
        margin: auto;
    }

    .VirtudesSub{
        color: #8eda26;
        font-size: 28px;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 1rem;
    }

    .VirtudesTitulo{
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center;
        color: #3cb2dd;
        font-family:'Roboto', sans-serif;
        font-size: 35px;
    }

    .Centrado{
        text-align: center;
        margin-bottom: 2rem;
    }

    .IconoVirtudes{
        width: 50px;
        height: auto;
        margin-top: 2rem;
    }

    .TituloPdf{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .BtnPdf{
        display: inline-flex;
        text-transform: uppercase;
        margin: auto;
        background-color: #4c971e ;
        border-radius:15px;
        border: none;
        padding: 10px;
        cursor: pointer !important ;
    }
    
    
    .BtnPdf:hover{
        display: inline-flex;
        text-transform: uppercase;
        margin: auto;
        background-color: #8eda26 ;
        border-radius:15px;
        border: none;
        padding: 10px;
        cursor: pointer !important ;
    }
    

} /* fin virtudes MOBILE */


/* fin virtudes MOBILE */


/* Otros Desarrollos */

.OtrosDesarrollos{
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.OtrosDesarrolosTitulo{
    color: #3cb2dd;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 35px;
}

.LogicielLogoDesarrolos{
    width: 20%;
    height: auto;
    margin-bottom: 2rem;
}

.ContenedorLogiLogo{
text-align: center;
}

.DesarrolosContenedor{
    width: 75%;
    height: auto;
    margin: auto;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
}

.Destaque{
    font-family:'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #4c971e;
}


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

    .OtrosDesarrollos{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .LogicielLogoDesarrolos{
        width: 50%;
        height: auto;
        margin-bottom: 3rem;
    }

    .DesarrolosContenedor{
        width: 100%;
        height: auto;
        margin: auto;
        font-family:'Roboto', sans-serif;
        font-size: 20px;
        color: #2f2f2f;
    }


} /* fin Otros desarrollos MOBILE */


/* Contacto */

.Contacto{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: rgb(54,54,54);
    background-image: url(img/fondo-contacto.png), linear-gradient(0deg, rgba(54,54,54,1) 0%, rgba(36,36,36,1) 100%);
    background-position: center;
}

.ContenedorRayitaBlanca{
    margin-top: 2rem;
    width: 100%;
    height: 1rem;
}

.RayitaBlanca{
    display: block;
    width: 5rem;
    height: 5px;
    margin: auto;
    background-color: white ;
}

.ContenedorTextoContacto{
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.ContenedorTextoContacto h2{
    color: #8eda26; ;
}

.ContenedorTextoContacto p{
    color: white;
    font-size: 22px;
    font-weight: 100;
}

form{
    width: 60%;
    margin: auto;
    margin-top: 3rem;
    background-color: #1b1b1b;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 8px 9px 25px -2px rgba(0,0,0,0.36);
-webkit-box-shadow: 8px 9px 25px -2px rgba(0,0,0,0.36);
-moz-box-shadow: 8px 9px 25px -2px rgba(0,0,0,0.36);
}

label{
    color: #dfdfdf;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
}

.form-control{
    background-color: #1b1b1b;
    border: none;
    border-radius: 0px;
    color: white;
}

.form-control:focus{
    background-color: #1b1b1b;
    border: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    color: white;
}

.form-group{
    margin-bottom: 1rem;
}

input:focus{
    color: white;
}


form p{
  margin-top: 2rem;
  color: white;
  font-size: 22px;
  font-weight: bold; 
}


.btn-primary{
    background-color: #8eda26;
    color: #1b1b1b;
    border: none;
    margin-top: 1rem; 
    border-radius: 15px;  
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-primary:hover{
    background-color: #4c971e;
    color: white;
    border: none;
    margin-top: 1rem; 
    border-radius: 15px;  
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}


.ContactoWhatsAppContenedor{
    margin-bottom: 2rem; 
    text-align: center; 
}


.BtnWhatsApp{
    color: white;
    text-transform: uppercase;
    display: block;
    width: 300px;
    margin: auto;
    background-color: #4c971e ;
    border-radius:15px;
    border: none;
    padding: 10px;
    cursor: pointer !important ;     
}

.BtnWhatsApp:hover{
    color: white;
    text-transform: uppercase;
    display: block;
    width: 300px;
    margin: auto;
    background-color: #8eda26;
    border-radius:15px;
    border: none;
    padding: 10px;
    cursor: pointer !important ;     
}



.logoWhatsapp{
    width: 25px;
    height: auto;
    margin-right: 10px;
}


@media only screen and (max-width: 999px) {
   
  form{
      width: 90%;
  }

} /* fin contacto  MOBILE */


/* Footer */

Footer{
    padding-top: 1rem;
    background-color: #1b1b1b;
    padding-bottom: 0px;
}

.LogoFooter{
    width: 150px;
    height: auto;
    margin: auto;
}


.FooterIconos{
    margin-left: 1rem;
    margin-right: 1rem;
}



@media only screen and (max-width: 999px) {
   
    .ContenedorLogoFooter{
        width: 100%;
        height: auto;
        text-align: center;
    }


    .LogoFooter{
        width: 150px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 2rem;
      
    }

} /* fin footer  MOBILE */


/* //////SOBRE NOSOTROS////// */


.navbarSobreNosotros{
    background-color: black !important;
}


.SobreNosotros{
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.TituloSobreNosotrosh1{
    color: #878787;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
}

.SobreNosotrosTitulo{
    color: #3cb2dd;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 35px;
}

.LogicielLogoDesarrolos{
    width: 30%;
    height: auto;
    margin-bottom: 2rem;
}

.ContenedorLogiLogoSobre{
text-align: center;
}

.SobreContenedor{
    width: 75%;
    height: auto;
    margin: auto;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
}

.Destaque{
    font-family:'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #4c971e;
}

.BajadaSobre{
    font-weight: normal;
    text-align: center;
    padding-bottom: 1rem;
}

.ContenedorRayitaLarga{
    width: 100%;
}

.RayitaLarga{
    display: block;
    margin: auto;
    height: 1px;
    width: 60%;
    background-color: #2f2f2f;
    margin-bottom: 2rem;
    margin-top: 1rem;
}


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

    .OtrosDesarrollos{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .LogicielLogoDesarrolos{
        width: 50%;
        height: auto;
        margin-bottom: 3rem;
    }

    .DesarrolosContenedor{
        width: 100%;
        height: auto;
        margin: auto;
        font-family:'Roboto', sans-serif;
        font-size: 20px;
        color: #2f2f2f;
    }


} /* fin Otros desarrollos MOBILE */


/* /////// trial /////// */

.ContactoTrial{
    padding-bottom: 3rem;
    padding-top: 2rem;
    background: rgb(231,231,231);
    background: linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(217,217,217,1) 100%);
}

.HeaderTrailBannerMobile{
  display: none;  
}

.HeaderTrail{
    width: 100%;
    height: auto;
}

.HeaderTrialBannerDesk{
    width: 100%;
    height: auto;
}

.trialPage{
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 78%);
}

.TextoTrialPage{
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 70%;
    margin:auto;
}

.TextoTrialPage h1{
    color: #4c971e;
    margin-bottom: 2rem;
}

.TextoTrialPage h2{
    color: #8eda26;
    margin-bottom: 2rem;
}

.TextoTrialPage p{
    font-size: 20px;
    color: #2f2f2f;
    font-family:'Roboto', sans-serif;
}

.ContactoTrial h2{
    font-size: 28px;
    color: #4c971e;
    font-family:'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 1rem;
}


.ContenedorTextoContactoTrial{
    text-align: center;
}


.ContenedorTextoContactoTrial p{
    font-size: 20px;
    color: #2f2f2f;
    font-family:'Roboto', sans-serif;
}



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


.HeaderTrialBannerDesk{
    display: none;
}

.HeaderTrailBannerMobile{
    display: block;
    width: 100%;
    height: auto;  
  }

.ContenedorTextoContactoTrial{
    width: 70%;
    margin: auto;
}

.ContactoTrial h2{
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
}

} /* fin Trail Page MOBILE */


/* ////// FAQ ////// */



.Faq{
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    padding-top: 2rem;
    padding-bottom: 3rem;
}


.TituloFaqsh1{
    color: #878787;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
}


.FaqContenedor{
    width: 75%;
    height: auto;
    margin: auto;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
}


.BajadaFaq{
    font-weight: normal;
    text-align: center;
    padding-bottom: 1rem;
}


.FaqTitulo{
    color: #3cb2dd;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 25px;
}

.FaqSubtitulos{
    color: #4c971e;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 26px;
}


.ContenedorWidth{
    width: 75%;
    margin: auto;
}

.FAQContenedor{
    height: auto;
    margin: auto;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
}


.DestaqueFaq{
    font-family:'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #3cb2dd;
}


/* ////// ENVIO DE MENSAJE ////// */

.ContenedorVolver{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}


/* ////// mismo estilo que sobre nosotros ////// */