@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@100;400&family=Tangerine&family=Yellowtail&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

main{
    max-width: 100%;
    overflow-x: hidden;

}

ul a {
    text-decoration: none;
    color: #ffffff;
}



.linea-divisoria {
    border-top: 2px solid rgba(204, 204, 204, 0.5); /* Puedes ajustar el grosor y el color según tus preferencias */
    width: 20%; /* Ajusta el ancho según tus necesidades */
    margin: 10% auto; /* Espacio superior y centrado horizontalmente */
 
  
}



.navbar-nav{
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
}

.c-Nosotros h2{
    font-size: 70px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 10%;
}

 section h3{
    
    font-size: 70px;
    color: black;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 6%;



}




.S-info h3{
margin-bottom: 5%;
}


.S-info p{
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: large;
    text-align: justify;
    color: grey;
    text-align: justify;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 5%;
}




 .flx_txt h4{
    font-size:25px;
    color: black;
    text-align: justify;
    font-family: "Bebas Neue", sans-serif;
   
}

.presuPuesto h4{
   color: rgb(29, 103, 193) !important ;
   font-size: 25px;
}
    







img{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   
   
}

.index{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10%;
    height: 60vh;
    background-image: url(../Imagenes/logo\ actualizado\ intro\ copia-min.jpeg); /* Corrige la barra invertida y los espacios en el nombre del archivo */
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir completamente el área del fondo */
    background-position: center; /* Centra la imagen en el área del fondo */
  
}

 .index h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(240, 233, 233);
    font-family: "Bebas Neue", sans-serif;
    
   
    
   
} 

.index p{
    height: 100%;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(240, 233, 233);
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;







}




.loGo{
    width: 70px;
}

.cenTer{
  margin-left: 23%;
}





.c-Nosotros h3{
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  
   
}

.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}




.c-Nosotros p{
    margin-top: 6%;
    padding: 2%;
    font-family: "Roboto Condensed", sans-serif;
   color: grey;
   font-size: 20px;
   width: auto;
   max-height: 60vh;

  
}


.blockLeft h2{
    text-align: center;
    font-weight: bolder;
    font-family: "Bebas Neue", sans-serif;
    font-size:40px;

}


.blockLeft p{
    padding: 5%;

  
}







.flex_Nosotros{
    display: flex;
    align-items: center;




 
}


.blockRight{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para asegurar que la imagen cubra completamente el contenedor */
    box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.5), -10px 0px 15px -5px rgba(0,0,0,0.5);
    margin-right: 40px;
    min-width: 500px;
    
}



.flex_Solution{
    display: flex;
    justify-content: space-around;
    align-items: center;

}



.flex_txt{
    padding: 5%;
    
}

.flex_txt h2{
    text-align: center;
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
}

.flex_txt p {

    text-align: right;
}

.solution_s img{
    min-width: 500px;
    margin-left: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.5), -10px 0px 15px -5px rgba(0,0,0,0.5);

}








.card-group{
    margin-top: 10%;
   
}




.Img_Cards{

     width: 50px;
     height: 50px;

}

/* flex serv */





.flx_txt{
    margin-top: 5%;
    padding: 5%;
    width: 80%;

}

.flx-3 img{
    width: 90px;
    height: 90px;
}



.flx-2 img{
    width: 80px;
    height: 80px;
}

.flx-3 img{
    width: 100px;
    
}

.flx-3{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    
}



.flx-2{
    margin: 0 5% 0 5%;
}


div h4{
    text-align: justify;
    font-size: 25px;
 
}

.services_bkg{
    background-color: rgb(233, 239, 248);
    box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.5), -10px 0px 15px -5px rgba(0,0,0,0.5);
   padding: 5%;
}


.presuPuesto p{
   text-align: justify;
    max-width: 400px; /* Ajusta según tu preferencia para limitar la longitud del texto */
    margin: 5% auto 0; /* Margen superior del 5%, centrado horizontalmente */
    color: grey;
}


.presuPuesto h4{
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    font-size: 70px;
    margin-top: 10%;
    margin-bottom: 5%;
    color: black;
  
}

/* FORMULARIO PRESUPUETO */

.input_personal-dates {
    display: flex;
    align-items:center;

}

.input_left{
    margin: 3%;
}

.input_right{
   align-items: baseline;
}

/* form */


form {
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
    background-image: url();}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 20%;

   
    
}

button:hover {
    background-color: #45a049;
}




.footer_Title{

    padding: 1%;
    height: 30vh;
    text-align: justify;
    display: flex;
    justify-content: space-around;
    color: #ffffff;
    background-color : rgba(0, 0, 0, 0.704)

}




footer p{
    text-align: justify;
    font-family: "Bebas Neue", sans-serif;
   
}

.footer_Title{
    display: flex;
    justify-content: space-evenly;
}




.footer_img{
    width: 150px;
}



.footer_textFlex ul{
    font-size: 18px;
    padding: 4%;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    text-decoration: none;
    list-style-type: none;
    
   
}

.footer_bootom p{

    text-align: center;
}

footer a {
        color: white;
        text-decoration: none;
        list-style-type: none;
  
}

.cookie-banner, .cookie-preferences {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cookie-banner, .cookie-preferences {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #f8f9fa;
            padding: 20px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        .cookie-banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .cookie-banner p {
            margin: 0 0 10px 0;
        }

        .cookie-banner div {
            display: flex;
            flex-wrap: wrap;
        }

        .cookie-banner button, .cookie-preferences button {
            margin-left: 10px;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
        }

        .cookie-banner button:hover, .cookie-preferences button:hover {
            background-color: #0056b3;
        }

        .cookie-preferences {
            display: none;
            flex-direction: column;
        }

        .cookie-preferences h3 {
            margin-top: 0;
        }

        .cookie-preferences label {
            display: block;
            margin-bottom: 10px;
        }

        .full-width {
            width: 100%;
        }

        a {
            color: #007bff;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }


/* Contacto */

.contact{
    background: url(../Imagenes/guardavidas\ Short.jpeg);
    background-repeat: no-repeat;
    background-size:100%;

    height: 70vh;

}

/* para revissar */


.TitleCV{
    margin-top: 5%;
    margin-bottom: 5%;
}

.ContactMail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(29, 103, 193);
    width: 30%;
    color: white;
  
}

.ContactMail h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: 20p;
}

.ContactMail h2{
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px
}

.ContactMail img{
    width: 50px;
    height: 50px;
    margin-bottom: 5%;

}

.ContactMail h1{
    margin-bottom: 10%;
}


.ContactMail h2{
    margin-bottom: 15%;
}

.ContactMail p{
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
}

.work_us{
 display: flex;
 justify-content: space-between;
background-color:  rgb(29, 103, 193);
    

}

.work_us img{
 width: 600px;
 box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.5), -10px 0px 15px -5px rgba(0,0,0,0.5);
 margin-left: 5%;

    

}

.work_txt{
    text-align: center;
    padding: 10%;
    color: white;
 

}


.work_txt span{
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
}





.gMap{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
   
    
}

.gMap iframe{
    width: 80vw;
    height: 100vh;
}




.formFlex{
    display: flex;
    justify-content: space-around;
}



.formContact button{
    width: 100%;
    background-color: rgb(29, 103, 193);
}

.imgContact{
    background-image: url(../Imagenes/portrait-woman-working-call-center.jpeg);
    overflow: hidden;
    transition:background-position 0.5s ease-in-out; ;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100vw;
    height: 70vh;
}

.imgEmail{
    height: 50px;
    width: 50px;
 
}




/* formulario Cv */



.TitleCV{
    font-size: 70px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
  

}

.formCV {

    max-width: 500px; 
}

.formLAbel {
    display: block;
    margin-bottom: 8px;
}


input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}



.btnFormJob {
    margin-top: 5%;
    margin-bottom: 20%;
    background-color: rgb(29, 103, 193);
    width: 100%;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btnFormJob:hover {
    background-color: rgb(29, 103, 193);
}

.btnEnviar{
    background-color: rgb(29, 103, 193);
    width: 100%;
}

.texto-agrandable {
    transition: all 0.3s ease;
}

.texto-agrandable:hover {
    transform: scale(1.1);
}

.btn_formular{
   background-color: rgb(29, 103, 193);
   border: 0;
   cursor: pointer;
}

.btn_job{
    background-color: rgb(29, 103, 193);
    border: 2px solid #000;
    width: 30%;
    color: #000;
}


.btn_job:hover{
    transition: background-color 0.9s ease;
    color: white;
    background-color: #000;

}

.privacity_headline{
    text-align: center;
    margin: 5%;
}

.privacity_memo{
    padding: 5%;
}




.btn_cookies{
    width: 40%;
}

#cookie-preferences h3 {
    margin-top: 0;
}

#cookie-preferences label {
    display: block;
    margin-bottom: 10px;
}

#cookie-preferences input[type="checkbox"] {
    margin-right: 10px;
}

#cookie-preferences button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#cookie-preferences button:hover {
    background-color: #0056b3;
}



/* ----------------------------------------------
 * Generated by Animista on 2024-2-25 22:4:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px);
              transform: translateZ(400px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px);
              transform: translateZ(400px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  
  


  @media only screen and (max-width: 1000px) {
    .flex_Nosotros {
        flex-wrap: wrap; /* Cambia a wrap en pantallas más pequeñas */
        display: flex;
        align-items: center;
        padding: 5%;
        text-align: center;
    }
     

    .c-Nosotros h2{
       font-size: 50px;
       margin-bottom: 0px;
    
    }

    .flex_txt h2 {
        font-size: 30px;
    }

    .S-info p {
     padding: 0px;
    }

    
    
    .presuPuesto{
        padding: 5%;

    }

    .btnEnviar{
      width: 100%;
      background-color: rgb(29, 103, 193);
    }


      .flx-3{
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .h4_center h4{
        text-align: center;
        padding: 5%;
      }
   
      .work_us{
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .work_img img{
        margin-top: 10%;
        width: 90%;
      }

      .blockRight{
        width: none;
        height: none;
        object-fit:none;
        box-shadow:none;
        margin-right: none;



        /* ----- */

        width: 0px;
        height: 0px;
        object-fit: cover; /* Para asegurar que la imagen cubra completamente el contenedor */
        box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.5), -10px 0px 15px -5px rgba(0,0,0,0.5);
        margin-right: 40px;
        min-width: 500px;
        
        
    }


    .solution_s img{
        min-width: none;
        margin-left: 0;
        padding: 5%;
        width: 100%;
        height: 100%;
        object-fit:none;
        box-shadow:none
    
    }

  .flex_Solution{
    display: flex;
    flex-direction: column;
   
  }
    
 .flex_txt p {

    text-align: left;
}

.formFlex{
    display: flex;
    flex-direction: column;
}

.ContactMail{
    width: 100%;
}

.formFl{
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}


.gMap iframe{
    width: 80vw;
    height: 50vh;
}

.formCV{
    padding: 5%;
}


.footer_Title{
    display: flex;
     height: 100vh;
     align-items:center;
    flex-direction: column;
    margin: 0;
  
}

.footer_Title a {
    font-family: "Bebas Neue", sans-serif;
}



}



    

