﻿body, html {
    padding-top: 70px;
    padding-bottom: 0px;
    position: relative;
    background-color:white;
}





/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    background: transparent url('../images/heroproduct.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;*/
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.imageContainer {
    position: relative;
    text-align: center;

}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 150px;
}

h4 {
    color: #9B26B6;
}

.mission {
    background-color: #6C1D45;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 0 !important;
}

.vision {
    background-color: #FF6900;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.values, .values h3 {
    background-color: #004986;
    color: white;
    font-weight: bold;
    padding: 20px;
    display: block;
}

.values h5 {
    color:white;
}
.values .nav-tabs > li.active > a {
    background-color: #004986;
}

.values .nav-tabs > li > a:hover {
    background-color: #00BFB3;
}

.values .nav-tabs > li.active > a:hover {
    background-color: #004986;
}

.mission div {
    padding: 0 !important;
}

.vision div {
    padding: 0 !important;
}
@media (min-width: 992px) {
    .mission {
        display: flex;
        align-items: center;
    }

    .vision {
        display: flex;
        align-items: center;
    }

    .middlePosition {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 850px) {
    #sectionHeader {
        display: none;
    }

    #searchSection {
        padding: 0 !important;
    }

    .mission h2 {
        margin-top:20px;
    }

    .vision h2 {
        margin-top: 20px;
    }

    .mission p {
        margin-bottom: 20px;
    }

    .vision p {
        margin-bottom: 20px;
    }
}

.centered-thing {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loginMenu a{
    color:white;
}

.loginMenu a.googleLogin{
    color: white;
    background-color:#C8102E;
}

.loginMenu a.facebookLogin {
    color: white;
    background-color: #001489;
}

.loginMenu a.twitterLogin {
    color: white;
    background-color: #008BCD;
}

.loginMenu a.microsoftLogin {
    color: black;
}

.resume label {
    color: #9B26B6;
}

.resume i {
    color: #9B26B6;
    margin-right: 5px;
}
.resume table {
    color: #001489;
}

.banner2 {
    color: white;
    /* COLOR MORADO VINO*/
    background-color: #6C1D45;
}

#companySection {
    background-color: #3A913F;
    color: white;
}

.error {
    color: red;
}


/*ESTILOS ASIGNADOS POR EL PRACTICANTE*/

.contenedorN {
    background-color: #004986 !important;
}
.contenedorO {
    background-color: #24241c !important;
}
.contenedormorado {
    background-color: #6c1c44 !important;
}
.bg-griss {
    background-color: #dde0e2 !important;
}

.colortext {
   color: white !important;
}
.textcafe {
    color: #552904 !important;
}
.h3text {
    color: white !important;
    text-align: center !important;
}
.b-r-30 {
    border-radius:30px !important;
}
.b-r-35 {
    border-radius: 35px !important;
}
.b-r-10 {
    border-radius: 10px !important;
}

.contenedorcard {
    background-color: #6C1D45 !important;
}

.mxwidth {
    /**/
    width:90% !important;
}
.framev{
    width: 560 !important;
    height 400 !important;
}

.imagenheader {
    border-radius: 1px 10px 120px !important;
}

.frutasindex {
    border-radius: 95px 0px 95px !important;
}
.header2 {
    background-size: contain; /* Ajusta la imagen al contenedor sin distorsionar */
    background-position: center top;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .header2 {
        display: none; /* Oculta el elemento en dispositivos móviles */
    }
}
.m-top-15{
    margin-top: 15px !important;
}


/*ESTE ESTILO SOLO ES PARA LA NAVEGACION DE LA PAGINA*/
li > span {
    /* Estilos que deseas aplicar a los span dentro de li */
   color: #dde0e2 !important;
    
}
.pagination-container .pagination li.active span {
    background-color: #004986; /* Fondo gris */
    color: black; /* Texto en negro */
    padding: 5px 10px;
    border: none; /* Elimina los bordes */
    border-radius: 5px;
}
.more-jobs {
  background-color:#dedede !important;
  border-radius:10px !important;
  color:black  !important;
}
.botonbuscar {
    border-radius:25px !important;
    background-color:white !important;
    color:black !important;
}
.b-no{
    border:none !important;
}
video[autoplay] {
    autoplay: false !important;
}
iframe[autoplay]{
    autoplay: false !important;
}
.video-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.language-container {
    color: black !important;
}

div.container.full-width{
    width:100%!important;
}