@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Raleway:ital,wght@0,200;0,600;0,700;0,800;1,200;1,400&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
}

#button-up {
    width: 60px;
    height: 60px;
    background:#46a2fd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px transparent;
    transition: all 300ms ease;
    transform: scale(0);
}

#button-up:hover{
    transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.menu-nav {
    font-weight: bold;
}

.contenedor {
    
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo {
    color: black;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}


/* HEADER */

header {
    width: 100%;
    height: 600px;
    background: linear-gradient(to right, hsla(206, 19%, 24%, 0.432), hsla(208, 100%, 50%, 0.638)), url(../img/portada2.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav {
    text-align: center;
    padding: 30px 50px 0 0;
}

.navlist-right {
    float: right;
}

nav>a {
    color: white;
    font-weight: 300;
    text-decoration: none;
    margin-left: 10px;
}

nav>a:hover {
    text-decoration: underline;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

header .textos-header {
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1 {
    font-size: 50px;
    
}

.textos-header h2{
    color: white;
    font-style: italic;
}

.nombre-negro {
    color: black; /* Estilo para "PC" */
}

.nombre-verde {
    color: greenyellow;
}


/* acerca de */

.titulo {
    background: linear-gradient(rgba(0, 10, 25, 0.838), rgba(3, 56, 233, 0.781));
    -webkit-background-clip: text;
    color: transparent;
}

.contenedor1 {
    background-color:rgba(40, 173, 250, 0.733); 
}

main .sobre-nosotros {
    padding: 30px 0 60px 0;
}

.contenedor-sobre-nosotros {
    display: flex;
    justify-content: space-evenly;
}

.imagen-about-us {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .8);
    border-radius: 2%;
    width: 48%;
}

.contenido-textos {
    margin-right: 75px;
    width: 35%;
}

.contenido-textos h3{
    margin-bottom: 15px;
}




.titulo-acerca {
    background: linear-gradient(rgba(1, 95, 236, 0.838), rgba(17, 21, 34, 0.781));
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}

.contenido-textos p {
    color: rgb(0, 0, 3);
    padding: 0px 0px 30px 15px;
    font-style: oblique;
    font-weight:bold;
    text-align: justify;
}

/* carrusel */

.titulo-carrusel{
    background: linear-gradient(rgba(119, 172, 252, 0.838), rgba(2, 38, 155, 0.781));
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .carousel img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .8);
    border: 5px solid rgb(3, 0, 0);
  }
  
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  .carousel-button-prev {
    left: 10px;
    padding: 16px;
    border-radius: 3px 0 0 3px;
    border: solid #070000 2px;
    color: rgb(255, 255, 255);
  }
  
  .carousel-button-next {
    right: 10px;
    border-radius: 0 3px 3px 0;
    border: solid #000000 2px;
    color: rgb(255, 255, 255);
    padding: 16px;
  }
  




/* footer */

.titulo-final {
    text-align: center;
    color: rgb(0, 0, 0);
    background: #666;
    font: normal 18px 'Open Sans';
}

.footer-distributed {
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}


/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}


/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;
    ;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* media queries */

@media screen and (max-width:500px) {
    .carousel-container{
       width: 100%;
    }
    #prevBtn{
        padding: 5px;
    }
    #nextBtn{
        padding: 5px;
    }
  }


@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}

@media screen and (max-width:800px) {
    .texto p {
        font-size: 12px;
    }
    .texto h2 {
        font-size: 15px;
    }
    .servicio-ind h3 {
        font-size: 10px;
    }
    .servicio-ind ul {
        font-size: 10px;
    }
    nav {
        text-align: center;
        padding: 30px 0 0 0;
    }
    nav>a {
        margin-right: 5px;
    }
    .textos-header h1 {
        font-size: 25px;
    }
    .textos-header h2 {
        font-size: 20px;
    }
    /* ABOUT US */
    
       .contenedor-sobre-nosotros {
        display: flex;
        flex-direction: column;
        width: 96%;
        max-width: 960px;
        margin: 0 auto;
        }
     

    .imagen-about-us {
        width: 100%;
        height: 200px;
    }
    .sobre-nosotros .contenido-textos {
        width: 95%;
    }
    /* Galeria */
    .imagen-port {
        width: 95%;
    }
    /* Clients */
    .cards .card {
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cards .card img {
        width: 90px;
        height: 90px;
    }
    .titulo-final {
        font-size: 20px;
    }
}
