#ContentBriefCase{
    background-color: white;
}
#H1Briefcase{
    color: #008cff;
}
#VideoRemoLogo{
    width: 100%;
}
#ContentVideoRemoLogo{
    background-color: #000;
}
#BackgroundUs{
    background-image:url('../assets/img/REMO_NOSOTROS.webp');
}
#BackgroundServices{
    background-image:url('../assets/img/REMO_SERVICIOS.webp');
}
#BackgroundBriefcase{
    background-image:url('../assets/img/CLIENTES.webp');
}
#BackgroundContact{
    background-image:url('../assets/img/REMO_CONTACTANOS.webp');
}
#ContainerServices{
    padding-top: calc(15px + 6%);
}
#ContainerBriefCase{
    padding-top: calc(15px + 6%);
}
#ChildContactOne{
    height: 100% !important;
    background-color: #008cff;
    border-radius: 20px;
}
/* Estilo para marcar error en CAPTCHA */
.captcha-error {
    border: 2px solid red;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}
.mensaje-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.parent {
    display: grid;
    grid-template-columns: 1fr;
}
.parent div {
    grid-row-start: 1;
    grid-column-start: 1;
}
.card-title{
    color: white;
}
.card{
    background-color: transparent;
    border:2px solid white;
    border-radius: 5px;
}
.card-text {
    /* visibility: hidden;*/
    padding: 5px;
    border-radius: 5px;
    display: none;
    text-align: justify;
    font-size: 12pt;
    /* Transición para un efecto más suave */
    transition: display 1s;
}
.card-body:hover .card-text {
    /*  visibility: visible;
     opacity: 1;*/
    display: inherit;
    color: white;
    cursor: pointer;
}
li a{
    font-family:Helvetica-Neue-Roman;
}
h1{
    font-family:Helvetica-Neue-Black;
}
span{
    font-family:Helvetica-Neue-Roman;
}
h5{
    font-family:Helvetica-Neue-Black;
}
.button{
    font-family:Helvetica-Neue-Roman;
}
.carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    min-width: 100%;
    align-items: start;
}
.carousel-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.arrow-portafolio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
}
.arrow-left-portafolio {
    left: 10px;
}
.arrow-right-portafolio {
    right: 10px;
}
.col-md-4{
    padding-left: 3%;
    padding-right: 3%;
}
#ContactSlideForm{
    padding-top: 45%;
    padding-bottom: 45%;
}
#VideoRemoLogo{
    padding-top: 5%;
}
/* Estilos para el fondo oscuro */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* Estilos del modal */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    position: relative;
    text-align: center;
}
/* Botón de cierre */
.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #dedede;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}
.close-btn:hover {
    background: red;
    color: white;
}
.error{
    color: red;
    text-align: left;
}
.RemoSocialNetwork{
    width: 40px;
    padding: 3px;
}
#RemoSVGIcon{
    display: none;
}
#ChildContactOneParent{
    padding: 5%;
}
#ChildContactTwoImg{
    width: 45%;
}
#ChildContactThree{
    padding: 5%;
}
#ChildContactThreeText{
    padding: 20%;
}
.LogoWhatsapp{
    width: 50px;
}
textArea{
    resize: none;
}
#h2TitleContact{
    color: #008cff;
    font-family:Helvetica-Neue-Black;
}
@media (min-width: 640px) {
    #VideoRemoLogo{
        padding-top: 0%;
    }
    #ContactSlideForm{
        padding-top: 0%;
        padding-bottom: 0%;
    }
    #ChildContactOne{
        height: 80% !important;
    }
}
@media (max-width: 768px) {
    .carousel {
        grid-template-columns: repeat(2, 1fr);
    }

}