/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 20px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/seri.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner_serigrafia.png) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

 /* CSS para estilizar el resumen */
 summary {
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
}

/* CSS para el contenido oculto */
details[open] summary ~ * {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.section.bg-dark {
    background-color: #343a40;
   
}

.section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section .row {
    display: flex;
    justify-content: center;
    margin: 20px;
}


.row .col-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-light {
    color: #f8f9fa;
}

.text-danger {
    color: #e27c00;
}

.font-weight-bold {
    font-weight: 700;
}

.font40 {
    font-size: 40px;
}



.icon-xl {
    font-size: 48px;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.m-auto {
    margin: auto;
}

.unique-contact-section {
    padding: 60px 0;
    background-color: #343a40;
}

.unique-contact-section h2 {
    font-size: 2.5rem;
    color: #e27c00;
}

.unique-contact-icon {
    font-size: 3rem;
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.unique-contact-icon:hover {
    color: #e27c00;
}

.unique-contact-section p {
    margin-top: 10px;
    font-size: 1rem;
    color: #e27c00;
}

.unique-bg-dark {
    background-color: #343a40;
}

.unique-text-center {
    text-align: center;
}

.unique-text {
    color: #f8f9fa;
}

.unique-mb-4 {
    margin-bottom: 1.5rem;
}

.unique-mt-2 {
    margin-top: 0.5rem;
}

.unique-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.unique-col-md-2 {
    flex-basis: 20%;
    max-width: 150px;
}

.unique-contact-icon i {
    display: block;
}
.subrayado{
    text-decoration: underline;
}
@media (max-width: 520px) {
    .section .row.text-center .col-md-6.col-lg-3 {
        flex-basis: 100%; /* Ocupa todo el ancho disponible */
        max-width: 100%; /* Ocupa todo el ancho disponible */
        margin-bottom: 20px; /* Espaciado entre elementos */
    }

    .section .row.text-center .col-5 {
        flex-basis: 100%; /* Ocupa todo el ancho disponible */
        max-width: 100%; /* Ocupa todo el ancho disponible */
        text-align: center; /* Centrar el contenido */
        margin-bottom: 10px; /* Espaciado entre icono y texto */
    }

    .section .row.text-center .col-7 {
        flex-basis: 100%; /* Ocupa todo el ancho disponible */
        max-width: 100%; /* Ocupa todo el ancho disponible */
        text-align: center; /* Centrar el contenido */
    }

    .section .row.text-center .col-5 .m-auto {
        margin: 0 auto; /* Centra el icono */
    }

    .section .font40 {
        font-size: 1.5rem; /* Reduce el tamaño del texto */
    }

    .section h1 {
        font-size: 1.2rem; /* Reduce el tamaño del texto */
    }

    .section p {
        font-size: 0.9rem; /* Reduce el tamaño del texto */
    }
}
@media (max-width: 520px) {
    .banner {
        padding: 50px 0; /* Reduce el padding superior e inferior */
        background-position: center center; /* Asegura que la imagen esté centrada */
        background-size: cover; /* Mantiene la imagen cubierta */
    }
}
@media (max-width: 768px) {
    body {
        width: 170%;
    }
}
#certificados1{
    width: 450px;
    height: 350px;
   margin-top: 10%;
    display: flexbox;
  
  }
  #certificados2{
    width: 400px;
    height: 500px;
    margin-left: 200px;
  
  }
  
  @media (max-width: 520px) {
  
    #certificados1{
      width: 400px;
      height: 300px;
      margin-left: 50px;
      margin-top: 0%;
    }
    #certificados2{
      width: 250px;
      height: 350px;
      margin-left: 120px;
     
    }
  }