.square-holder {
    padding:10px;
    border: 1px solid #cecece;
    align-items: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    background-color:#f1f1f1;
    min-height:100px;
    text-align: center;
}
.square-holder-services {
    padding:10px;
    border: 1px solid #35ACCE;
    align-items: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
    /*background-color: c9c9c9;*/
    min-height:100px;
    text-align: center;
    background-color: #dddddd; /* Color de fondo similar al pavimento */
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, transparent 50%);
    background-size: 10px 10px; /* Tama帽o del patr贸n */
}
.square-holder img {
    max-width: 75%;
}

.square-holder-services img {
    max-width: 75%;
    border: 1px solid #35ACCE;
}
@media only screen and (max-width: 768px) {
    /* Adjust image size for mobile devices */
    .square-holder img {
        max-width: 100%;
    }
    .square-holder-services img {
        max-width: 100%;
        border: 1px solid #35ACCE;
    }
}
@media only screen and (max-width: 600px) {
    .justify-content-center {
        display: none;
    }
}

.highlight {
    color: #fff; 
    /*text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 0 #000, 0 0 20px #000; /* Efecto de fondo con text-shadow */
    font-size: 2.9em; 
    font-weight: bold; 
    transition: opacity 1s ease; 
}
.highlight2 {
    color: #fff; 
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 0 #000, 0 0 20px #000;
    font-size: 2.3em; 
    font-weight: bold; 
    transition: opacity 1s ease;
}
  /*height: 75vh;*/

.carousel-item {
    min-height: 484px;
    background: no-repeat center center;
    /*background-size: 100% 100%; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;*/
    transition: opacity 0.5s ease;
}  
  
/*.carousel-item {
  
    min-height: 483px;
    height: 45vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: opacity 0.5s ease; 
}*/
.carousel-caption {
    position: absolute;
    top: 40%;
    left: -110; /* Ajusta la posición del texto al lado izquierdo */
    transform: translateY(-10%);
    padding: 10px; /* Agrega un poco de espacio alrededor del texto */
}

.oculto {
    display: none;
}

.phone-number {
    font-size: 24px; /* Tamaño de fuente grande */
    font-weight: bold; /* Texto en negrita */
    color: #35ACCE; /* Color rojo llamativo */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra para resaltar el texto */
    letter-spacing: 1px; /* Espaciado entre letras */
    padding: 5px; /* Espaciado interno */
    background-color: #fff; /* Fondo blanco para hacer contraste */
    border: 2px solid #35ACCE; /* Borde rojo */
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

@media (max-width: 767px) {
    .carousel-item {
        /*height: 40vh;
        min-height: 60vh;
        background: no-repeat center center scroll;
        -webkit-background-size:  cover;
        -moz-background-size:  cover;
        -o-background-size:  cover;
        background-size:  cover;*/
        
        height: 32vh;
        min-height: 250px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100% auto;      
    }
   
    
    .highlight {
        color: #fff; 
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 0 #000, 0 0 20px #000;
        font-size: 2.0em; 
        font-weight: bold; 
    }
    .highlight2 {
        color: #fff; 
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 0 #000, 0 0 20px #000;
        font-size: 1.7em; 
        font-weight: bold; 
    }
    .carousel-caption {
        position: absolute;
        top: 50%;
        left: 0; 
        transform: translateY(-50%);
        padding: 20px; 
    }
    
    .phone-number {
        font-size: 17px; /* Tamaño de fuente grande */
        font-weight: bold; /* Texto en negrita */
        color: #35ACCE; /* Color rojo llamativo */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra para resaltar el texto */
        letter-spacing: 1px; /* Espaciado entre letras */
        padding: 3px; /* Espaciado interno */
        background-color: #fff; /* Fondo blanco para hacer contraste */
        border: 2px solid #35ACCE; /* Borde rojo */
        border-radius: 5px; /* Bordes redondeados */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    }    
    
}

.nile-service.layout-1 a.title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px auto 10px auto;
    display: block;
    position: relative;
    color: #393939;
}

.nile-service.layout-1 {
    margin: 15px 10px auto 15px;
    text-align: center;
    transition: all .5s;
}

.padding-tb-120px {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 40px ;
}
.title-large {
    font-size: 46px;
    font-weight: 700;
    line-height: 57px;
}
.text-right {
    text-align: right !important;
}
.margin-bottom-0px {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.title-large {
    font-size: 30px;
    line-height: 40px;
}}