/* RPCS SpA (C) 2023
 * css File
 * must be style.css
 * */
.nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
}

.nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
}
.navbar {
    padding: 1rem;
    background-color: #f5f6f7;
}
.navbar-collapse {
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:767px){
    .navbar-brand{
        display: none;
    }
}
h1 {
	color:blue;
	font-size: 2.5rem;
	font-family: 'Roboto', sans-serif;
}
h2 {
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
}
.row {
	padding: 2px;
	margin-top: 5px;
}
/* Styles for website counter container */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.website-counter {
    background-color: #d9cfd0;
    height: 50px;
    width: 80px;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
}
  
/* Styles for reset button */
#reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    color: white;
    border: 0;
}
.container {
    margin-top: 20px;
}
  
.panel-heading {
    font-size: larger;
}
  
.alert {
    display: none;
}
.logo {
   /* background-color: #f5f6f7;*/
    min-height: 450px;
    text-align: center;
}
.logo-principal {
    /* espacio interior */
    padding: 3rem;
} 
.logo-empresa {
    width: 200px;
    height: 200px;
    /* Para que quede visualizacion redonda */
    /* border-radius: 50%; */
    margin: 20px;
}
/* Estilos generales */
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seccion-contacto {
    font-size: 2rem;
    padding: 5px;
    font-family: "Roboto", sans-serif;
}
.seccion-titulo {
    font-size: 2rem;
    padding: 5px;
    font-family: "Osvald", sans-serif;
}
.seccion-descripcion {
    font-size: 1.2rem;
    color: #584e4e;
}
.seccion-texto {
    font-size: 1.5rem;
    padding: 8;
    font-family: "Roboto", sans-serif;
}
.btn-info {
    font-size: 1.1rem;
    margin: 20px;
    font-weight: bold;
}
.texto-negro {
    color: black;
}
.texto-blanco {
    color: white;
}
/* Seccion nuestra empreesa */
.seccion-oscura {
    background-color: #1b1b32;
    color: white;
}
.seccion-clara {
    color: black;
    /*background-color: white;*/
}
/* Productos */
.nuestra-empresa {
    height: 300px;
    padding: 10px;
}
.nuestra-empresa .contenedor {
    max-width: 600px;
    text-align: center;
}
/* experiencia */
.experiencia {
    padding: 40px 40px 60px 40px;
}
.experiencia .columna {
    padding: 20px;
    border: 2px solid #8080804d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
}
.experiencia .columna:hover {
    color: white;
    /*background-color: #1b1b32;*/
}
/*
.experiencia .row div {
    height: 250px;
    background-color: purple;
    border: 3px solid orange;
} */
.experiencia i {
    font-size: 2.5rem;
    color: #7ade30;
   /* background-color: #0a0a23;*/
    padding: 8px 19px;
    border-radius: 50%;
}
.experiencia-titulo {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}
.badges-contenedor {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.badge {
    margin: 5px;
}
/* Contacto */
.contacto .container{
    max-width: 1100px;
    min-height: 200px;
    padding: 20px;
}
.contacto .rectangulo {
    margin-top: -5ren;
    background-color: rgb(13,110,253);
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px white;
}
.contacto .row {
    width: 100%;
    display: flex;
    align-items: center;
}
.contacto .descripcion {
    color: white;
    font-size: 1.2rem;
}
.contacto button {
    color:white;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}
.contacto button:hover {
    background-color: white;
    color:black;
}
.contacto button:hover i {
    color: black;
}
.contacto button i {
    color: white;
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
}
/* Clientes */
.proyectos-actuales {
    padding: 40px;
}
.proyectos-actuales img {
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease;
}
.proyectos-contenedor {
    padding-top: 60px;
    margin-bottom: 40px;
}
.overlay {
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.overlay p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.proyecto:hover img {
    opacity: 0.2;
    }

.proyecto:hover .overlay {
    opacity: 1;
}

.proyecto {
    position: relative;
}
.overlay .iconos-contenedor {
    display: flex;
}
.overlay i {
    color: black;
    font-size: 60px;
    margin: 10px;
}
/* footer */
footer {
    max-height: 500px;
}
.footer-logo {
    height: 80px;
    width: 80px;
    margin: 10px;
}
.footer-texto {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
}
.iconos-redes-sociales a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}
.iconos-redes-sociales i {
    color: white;
    font-size: 1.5rem;
    transition: all 0.2s ease-in;
}
.iconos-redes-sociales a:hover {
    background-color: white;
    border: 2px solid rgb(13,110 ,253);
}
.iconos-redes-sociales i:hover {
    color: black;
}
.derechos-de-autor {
    font-size: 15px;
    color: white;
    padding: 20px;
}

/* Adaptable Responsive */
/* Define el tamano de los iconos en proyectos para dispositivos pequenoa */
@media screen and (max-width:400px) {
    .overlay p {
        font-size: 18px;
    }
    .overlay i {
        font-size: 40px;
    }
}
/* desde esta dimension aplicar el estilo */
@media screen and (max-width:767px) {
    .navbar-brand{
        display: none;
    }
}
/* a partir de esta dimensaion aplicar este estilo */
@media screen and (min-width:700px) {
    .hero-inferior-imagen {
        max-width: 600px;
    }
}
@media screen and (max-width:800px){
    .testimonio-imagen {
        height: 50px;
        width: 50px;
    }
    .testimonio-texto {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
     font-size: 3.5rem;
     }
}

