body {
    font-family: Arial, sans-serif;
    background-color: #213631;
    color: white;
}

.navbar {
    background-color: #213631 !important;
    
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}

.bg-light {
    background-color: #131F1B !important;
}

.navbar-brand {
    color: white !important;
}

#mainCarousel .carousel-caption {
    padding: 20px;
    border-radius: 10px;
}

#aboutUs h2, #products h2, #differentiation h2, #contact h2, #map h2 {
    color: white;
}

#aboutUs img, #differentiation img {
    border-radius: 10px;
}

#aboutUs h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

#contactForm {
    background-color: #213631;
    border: 1px solid #fff;
}

#contactForm .btn-primary {
    background-color: #fff;
    border-color: #fff;
}

#contactForm .btn-primary:hover {
    background-color: #cc5200;
    border-color: #cc5200;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #213631;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    
}
#map h2 {
    padding: 20px;
}

#map {
    background-color: #213631;
}

footer a img {
    margin: 0 10px;
}

footer p {
    margin-top: 10px;
    color: #fff;
}

/* Ajustes para las imágenes */
.carousel-item img {
    width: 100%;
    height: auto;
}

#aboutUs img, #differentiation img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.card img {
    width: 100%;
    height: auto;
}


.btn-primary {
    color: #fff;
    background-color: #cc5200;
    border-color: #cc5200;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}
.navbar-brand img {
    height: 50px; /* Adjust this value as needed */
    width: auto;
}
.carousel-caption {
    left: 15%;
    right: 15%;
}
.carousel-caption h5, .carousel-caption a {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.navbar-brand img {
    height: 50px; /* Adjust this value as needed */
    width: auto;
}
.carousel-caption {
    left: 15%;
    right: 15%;
}
.carousel-caption h5, .carousel-caption a {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.icon {
    color: #e55521;
}
.fab, .far {
    font-weight: 800;
    color: #e55521;
    font-size: 30px;
}

/* Estilo para el selector de idioma */
#languageSwitcher {

    background-position: right 25px center; /* Posición de la imagen a la derecha del texto */
    background-repeat: no-repeat; /* Evita la repetición de la imagen */
    padding-right: 40px; /* Espacio suficiente para la imagen */
}

/* Estilo para las opciones */
#languageSwitcher option {
    background-size: 20px; /* Tamaño de la imagen */
    padding-left: 10px; /* Espacio a la izquierda del texto */
    padding-right: 10px; /* Espacio a la izquierda del texto */
}

.carousel-caption-custom {
    bottom: 20%;
    text-align: center;
}
.carousel-caption-custom h5 {
    font-size: 2rem;
}
.btn-custom {
    margin-top: 10px;
}

.differentiation-section {
    background-color: #213631;
    padding: 50px 0;
}
.differentiation-title {
    color: #e55521;
    font-weight: 500;
    font-size: 2rem;
}
.differentiation-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.differentiation-icon {
    font-size: 2rem;
    color: #e55521;
    margin-right: 15px;
}
.differentiation-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.differentiation-item h5 {
    font-size: 1.25rem;
    font-weight: bold;
}
.differentiation-item p {
    margin: 0;
    font-size: 1rem;
    color: #213631;
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/slider1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #00000000;
    border-radius: .25rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e55521;
    border-color: #e55521;
}

/*-- loader  --*/
.preloader.fade {
    opacity: 0; 
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#213631;
	z-index:999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e65622;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e65622;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e65622;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- loader  --*/