@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap');
@import url('bootstrap.css');
@import url('normalize.css');
@import url('gestion-publica.css');

/******* Versión Mobile-portrait *********/

/* General */

html, body{
	height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    scroll-behavior: smooth;
    line-height: 1;
    scroll-padding-top: 10vh;
}

ul {
    margin:0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
    transition: 0.6s;
}

.row{
    --bs-gutter-x: 0;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: unset;
}

strong, .bold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
}

h6{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.bg-light {
    background-image: linear-gradient(#fff, #f9f9f9);
}

.text-primary {
    color: #80457b !important;
    transition: 0.4s;
}
  
a .text-primary:hover, a.text-primary:focus {
    color: #80457b !important;
    opacity: 1;
}
  
.text-secondary {
    color: #7FB827 !important;
    transition: 0.4s;
}
  
.text-secondary a:hover, .text-secondary a:focus {
    color: #1A5733 !important;
    opacity: 1;
}



.btn{
    display: inline-flex;
    align-items: center;
    
}


.btn-primary {
    color: black!important;
    background-color: white;
    border-color: black;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
  
.btn-primary:hover {
    color: #fff!important;
    background-color: black;
    border-color: black;
    font-family: 'Montserrat', sans-serif;
}


.btn-secondary {
    color: #fff;
    background-color: #80457B;
    border-color: #80457B;
    transition: 0.6s;
  }
  
  .btn-secondary:hover {
    color:white;
    background-color: #80457b9b;
    border-color: #80457B;
  }
  
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
  }



.btn-secondary-outline {
    color: #1A5733;
    background-color: transparent;
    border-color: #1A5733;
    transition: 0.6s;
    font-family: 'Montserrat', sans-serif;
  }
  
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #1A5733;
    border-color: #1A5733;
    opacity: 0.8;
  }
  
  .btn-secondary-outline:focus, .btn-secondary-outline.focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 87, 51, 0.8);
  }

    main{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

/* Menu responsive */
header .navbar {
    padding: 0rem 1rem!important;
}

header .navbar-nav{
    text-align: center;
    
    /* color: rgba(0, 0, 0, 0.8); */
    
}

header .navbar-nav li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid  rgba(26,87,51, 0.1);
}


.navbar-light .navbar-nav .nav-link {
    color: inherit;
    display: block;
    width: 100%;
    padding: 1rem 0;
    letter-spacing: 0.8px;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    background: rgba(139, 97, 156, 0.3);
  }

  

header .logo{
    height: 10vh;
}

.submenu-nav{
   display: flex;
   flex-direction: column-reverse;
   text-align: center;
   
}

.submenu-nav li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid  rgba(26,87,51, 0.1);
}

.submenu-nav .search{
    display: flex;
    margin:2rem 0;
}


.navbar-light .submenu-nav .nav-link {
    color: inherit;
    display: block;
    width: 100%;
    padding: 1rem 0;
    letter-spacing: 0.8px;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    background: rgba(76, 26, 87, 0.3);
  }

.submenu-nav i{
    /* font-size: 2rem; */
    width: unset;
}

.submenu-nav a:hover{
    color: rgba(26, 87, 51, 1);
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)!important;
}

section{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.news{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

.card-deck{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;

}

.card{
    border-radius: 10px;
    padding: 0;
    height: 100%;
    margin-bottom: 20px;
}

.card-header{
   
    position: relative;
    background-color: transparent;
    border-bottom: none;
  }


.card-header span{
    position: absolute;
    right: 10px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.card-header span i{
   font-size: 2rem;
}

.card-body i{
    font-size: 1rem;
    color:black;
    margin-right:10px
}

.card-footer{
    border: none;
    background: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
}

.boletin-border{
    border-top: 15px solid #73ab84;
}

.boletin-border span{
    border: 1px solid #73ab84;
}

.boletin-bg{
    background: #73ab84;
  }
  
.boletin-txt{
    color:#73ab84;    
}

.boletin-publicacion-border {
    border: 1px solid #73ab84;
}

.boletin-circle-border {
    border: 1px solid #73ab84;
}

.general-border{
    border-top: 15px solid #f5c445;
}

.general-border span{
    border: 1px solid #f5c445;
}

.general-bg{
    background: #f5c445;
  }
  
.general-txt{
    color: #f5c445;    
}

.general-publicacion-border {
    border: 1px solid #f5c445;
}


.publicacion-border{
    border-top: 15px solid #E27E9A;
}

.publicacion-border span{
    border: 1px solid #E27E9A;
}

.publicacion-bg{
    background: #E27E9A;
  }

.publicacion-txt{
    color: #E27E9A;    
}

.academico-publicacion-border {
    border: 1px solid #E27E9A;
}

.academico-border{
    border-top: 15px solid #009cba;
}

.academico-border span{
    border: 1px solid #009cba;
}

.academico-bg{
    background: #009cba;
  }

.academico-txt{
    color: #009cba;    
}

.academico-circle-border {
    border: 1px solid #009cba;
}

.administracion-border{
    border-top: 15px solid #EA876E;
}

.administracion-border span{
    border: 1px solid #EA876E;
}

.administracion-bg{
    background: #EA876E;
  }
  
.administracion-txt{
    color:#EA876E;    
}

.administracion-publicacion-border {
    border: 1px solid #EA876E;
}

.administracion-circle-border {
    border: 1px solid #EA876E;
}


.area-border{
    border-top: 15px solid #a393be;
}

.area-border span{
    border: 1px solid #a393be;
}

.area-bg{
    background: #a393be;
  }
  
.area-txt{
    color:#a393be;    
}

.area-publicacion-border {
    border: 1px solid #a393be;
}


.area-circle-border {
    border: 1px solid #a393be;
}


.enlaces-border{
    border-top: 15px solid #6CC8CF;
}

.enlaces-border span{
    border: 1px solid #6CC8CF;
}

.enlaces-bg{
    background: #6CC8CF;
  }
  
.enlaces-txt{
    color:#6CC8CF;    
}

.enlaces-publicacion-border {
    border: 1px solid #6CC8CF;
}
.enlaces-circle-border {
    border: 1px solid #6CC8CF;
}


.novedades-border{
    border-top: 15px solid #B8CF7C;
}

.novedades-border span{
    border: 1px solid #B8CF7C;
}

.novedades-bg{
    background: #B8CF7C;
  }
  
.novedades-txt{
    color:#B8CF7C;    
}

.novedades-publicacion-border {
    border: 1px solid #B8CF7C;
}

.novedades-circle-border {
    border: 1px solid #B8CF7C;
}

.busqueda-border{
    border-top: 15px solid #80457b;
}

.busqueda-border span{
    border: 1px solid #80457b;
}

.busqueda-bg{
    background: #80457b;
  }
  
.busqueda-txt{
    color:#80457b;    
}

.busqueda-publicacion-border {
    border: 1px solid #80457b;
}

.busqueda-circle-border {
    border: 1px solid #80457b;
}

.about{
    flex-direction: column;
    background-image: linear-gradient(#e4e4e4, #f0f0f0);
    font-size: 1.2rem;
    line-height: 1.8rem;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    align-content: center;
}

.themes{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    align-content: center;
}

.themes .icon-prop{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.themes .icon-prop a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.themes .icon-prop span{
    width: 150px;
    display: flex;
    border-radius: 50%;
    height: 150px;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    color:white;
    margin-bottom: 30px;
}

   
.themes .icon-theme{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.themes .icon-theme a{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.themes .icon-theme span{
    width: 100px;
    display: flex;
    border-radius: 50%;
    height: 100px;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color:white;
    margin-bottom: 30px;
}

.theme-bg{
    background: #a393be;
}


.contact-form{
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    align-content: center;
    background: url(../links_web/contacto-img.jpg) no-repeat center center;
    background-size: cover;
    color:white;
}

.contact-form form{
    font-size: 1.2rem;
    line-height: 2rem;
}

.contact-form form label{
    margin: 30px 0 10px; 
}

.contact-form form button{
    font-size: 1.2rem!important;
    text-align: center;
}

footer{
    background: #000;
    padding:2rem;
    display: flex;
    flex-direction: column;
    color:white;
}

footer img {
    width: 80%;
    margin:1rem 10%;
}

footer .main-menu li{
    font-size: 1rem;
    line-height: 1.5rem;
    padding:0.5rem 0rem;
    text-transform: uppercase;
}

footer .main-menu li i{
    font-size: 0.8rem;
    color:white;
    vertical-align: top;
    margin-right: 6px;
}

footer .submenu{
display: flex;
flex-direction: column;
}


footer .secondary-menu{
    margin:0 1rem;

}

footer .secondary-menu li{
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding:0.5rem 0rem;
   text-transform: none;
}

footer .secondary-menu li i {
    font-size: 0.8rem;
    color:#80457B;
    vertical-align: top;
    margin-right: 6px;
}

.carousel-item img{
    height: 300px;
    object-fit: cover;
}

.carousel-caption{

    position: absolute;
    right: unset;
    bottom:unset;
    left: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
    
}

.caption-align{
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
    top: 0;
    height: 100%;
    margin: 0 15vw
}

.carousel-caption h3{
    font-weight: 700;
}

.carousel-caption i{
    font-size: 0.7rem;
    padding: 0 10px 0 0;
}

.header-seccion{
    padding:1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.header-seccion h2{
  margin-bottom: 0;
}

.header-seccion span{

    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 3rem;
    margin:1rem;

}

.list{
    /* display: flex;
    flex-wrap: wrap; */
    background-color: #f9f9f9;
    padding: 2rem;
    --bs-gutter-x: 0rem!important;
}

.list article {
    margin: 0 0 1.5rem 0;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
}

.list i {
    margin:0 0.5rem 0 0;
}

.list h5{
    font-size: 1.2rem;
    font-weight: 700;
}

.list p{
    font-size: 1rem;
    line-height: 1.3rem;
}

.list i.icon-print, .list i.icon-download{
    font-size: 2rem;
} 

.list .icon{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.column-list{
    padding:3rem;
    justify-content: space-around;
    width: 90%;
}


.column-list article {
    margin: 0 0 1.5rem 0;
    background-color: #ffffff;
    padding: 2rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.column-list h4{
    font-size: 1.6rem;
    font-weight: 700;
}

.column-list p{
    font-size: 1rem;
    line-height: 1.3rem;
}

.column-list h5 i{
    font-size: 0.8rem;
    margin-right: 10px;
    vertical-align: middle;
}


.column-list i.icon-date{
    margin-right: 10px;
    font-size: 1.3rem;
}

.column-list i.icon-print, .column-list i.icon-download{
    font-size: 2rem;
} 

.column-list article .icon{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 1rem;
}

.column-list  .icon-prop a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:2rem 0;
    text-align: center;
    padding: 0 1rem;
}

.column-list .icon-prop h4{
    font-size: ;
}

.column-list .icon-prop span{
    width: 60px;
  display: flex;
  border-radius: 50%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 15px;
}



.detail{
    padding:3rem;
    justify-content: space-around;
    width: 90%;
}

.detail h4{
    font-size: 1.6rem;
    font-weight: 700;
}

.detail h6{
    margin: 5px 0;
}

.detail i.icon-date{
    margin-right: 10px;
    font-size: 1.3rem;
}

.detail p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin: 2rem 0;
    text-align: justify;
}

.detail i{
    font-size: 2rem;
}

.detail img{
    width: 100%;
    /* height: 500px;
    object-fit: cover;
    object-position: top; */
}

.detail .icon{
    margin: 1rem 0;
    display: flex;
    justify-content: end;
    position: relative;
    align-items: center;
}

.detail .icon-prop a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:2rem 0;
    text-align: center;
    padding: 0 1rem;
}

.detail .icon-prop h4{
    font-size: ;
}

.detail .icon-prop span{
    width: 60px;
  display: flex;
  border-radius: 50%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  color: white;
  margin-bottom: 15px;
}

.detail div{
    margin:10px 0;
}


.border-left{
    border-left: none;
}

.pagination{
    margin-bottom: 2rem;
    --bs-pagination-bg:transparent;
    --bs-pagination-color:#80457B;
    --bs-pagination-hover-color: #80457B;
}

.page-link{
    border:0;
    color: black;
}


.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #80457B;;
    border-color: #80457B;;
}

a.volver-btn{
    position: absolute;
    left:0;
}

a.volver-btn i{
    font-size: 1rem;
    color:#80457B;
    margin-right: 10px;
}

.equipo{
    padding: 6% 10%;
}

.equipo div{
    padding: 5%;
    text-align: center;
    margin: 0 0 1% 0;
}

.equipo div h5{
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
}

.equipo div h3{
    font-weight: 700;
    font-size: 1.4rem;
}

.equipo div a{
  text-transform: uppercase;
  font-size: 0.8rem;  
}

.equipo div a i{
    font-size: 0.9rem;
    vertical-align: bottom;
    margin: 0 10px 0 0;
  }

.equipo div ul{
    width: 100%;
    display: flex;
    justify-content: center;
    margin:5% 0;
}

.equipo div ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #80457B;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
  margin:0 5px;
}


.equipo div ul i{

    margin:10px 5px;
    }
    


@media screen and (min-width: 353px) and (max-width: 768px) {



footer img {
    width: 40%;
    margin:1rem 30%;
}



}
/* 
@media screen and (min-width: 992px) and (max-width: 1371px) {
    header .logo {
        height: 20vh;
        margin: 1rem 0;
    }

    .navbar .container-fluid{
        flex-direction: column;
    }

    .navbar-expand-xl .navbar-collapse {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .submenu-nav{
        flex-direction: row;
    }

    .submenu-nav ul{
        display: flex;
        flex-direction: row;
    }

    .submenu-nav ul li{
 
    }
    .submenu-nav li{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        border-bottom: none;
        border-right: 1px solid  rgba(26,87,51, 0.1);
    }
    
    
    
}    */

@media screen and (min-width: 768px) and (max-width: 1023px) {


  
    
    .themes .icon-prop a{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .themes .icon-theme a{
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    footer{
        flex-direction: row;
        flex-wrap: wrap;
    }

    footer img {
        width:30%;
        margin:1rem 35% 3rem;
    }

    .carousel-item img{
        height: auto;
        object-fit: cover;
    }

    .carousel-caption {
    /* position: absolute;
    right: 0;
    bottom: 5rem;
    left: 15rem;
    padding-top: 1rem;
   padding-bottom: 1rem; 
    color: #fff;
    text-align: left; */
    /* top: 4rem; */
}

.caption-align{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70vw;
    top: 0;
    height: 100%;

    margin: 0 15vw
}

    .carousel-caption h3{
        font-size: 2rem;
    }

    .header-seccion {
       
        flex-direction: row;
    }

    .list {
       
        --bs-gutter-x: 1.5rem!important;
       
        justify-content: center;
    }


    .detail{
        padding:6rem;
    }

   
.detail .icon-prop {
    display: flex;
    justify-content: space-between;
   
}


}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .submenu-nav {
        display: flex;
        justify-content: center;
    }

    .navbar-light .submenu-nav .nav-link {
        color: inherit;
        display: block;
        width: 100%;
        padding: 1rem 0;
        letter-spacing: 0.8px;
    }

    .detail .icon-prop{
        display: flex;
        flex-direction: column;
    align-items: center;
    margin:2rem 0;
    text-align: center;
    padding: 0 1rem;
    }

.border-left{
    border-left: 1px solid #ccc;
}

.equipo {
    padding: 6% 5%;
  }

}

@media screen and (min-width: 1024px) {
    header .logo {
        height: 12vh;
        margin:1rem 0;
      }

    .themes .icon-prop a{
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .themes .icon-theme {     
        justify-content: center;
      }

    .themes .icon-theme a{
        width: 20%;   
    }

    .navbar-expand-xl .navbar-collapse{
        flex-direction: column;
        align-items: end;
    }
    header .navbar-nav li{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;      
   }

    .submenu-nav{
        flex-direction: row;
        
     }
   
    
    .submenu-nav ul{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .submenu-nav li{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-bottom: none;
        border-right: 1px solid  rgba(26,87,51, 0.1);
    }

    .navbar-light .submenu-nav .nav-link {
        color: inherit;
        display: block;
        width: 100%;
        padding: 0.6rem;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    
    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
        background: rgba(139, 97, 156, 0.3);
      }

    footer{
        flex-direction: row;
        flex-wrap: wrap;
        padding:3rem 5%;
    }


    footer img {
        width:50%;
        margin:0.5rem 25% 3rem 10%;
    }


    footer .submenu{
        display: flex;
        flex-direction: row;
        }
   
        .carousel-item img{
            height: auto;
            object-fit: cover;
        }   

        header form input{
            margin:0 1rem;
        }

        .carousel-caption {
            /* position: absolute;
            right: 0;
            bottom: 10rem;
            left: 15rem;
            padding-top: 1rem;
           padding-bottom: 1rem; 
            color: #fff;
            text-align: left; */
            
        }

        .caption-align{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: 70vw;
            top: 0;
            height: 100%;
            margin: 0 15vw;
            text-align: left;
        }
        
            .carousel-caption h3{
                font-size: 3rem;
            }

            .carousel-caption p{
                font-size: 1.2rem;
            }

            .carousel-caption button {
                margin: 2rem 0;
                font-size: 1.4rem;
            }

            .header-seccion {
                padding: 1rem 15rem;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: flex-end;
                color: white;
                position: relative;
                min-height: 10rem;
            }


            .header-seccion span {
                width: 80px;
                height: 80px;
                border-radius: 50px;
                background: white;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                font-size: 4rem;
                margin: 1rem;
                position: absolute;
                bottom: -2rem;
                left: 4rem;
            } 
            
            .list {
       
                --bs-gutter-x: 1.5rem!important;
                justify-content: center;
            }
        
            .list article{
                margin: 1.5rem;
            }

            .border-left{
                border-left: 1px solid #ccc;
            }

            hr{
                display: none;
            }

            .equipo {
                padding: 6% 5%;
              }
    
}

@media screen and (min-width: 1200px) {

  .navbar-light .navbar-nav .nav-link {
        color: inherit;
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        letter-spacing: 0.8px;
    }

    header .navbar-nav li{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-bottom: none;
        
    }

    .list {

        justify-content: center;
    }

    .list article{
        margin: 1.5rem;
    }

    .detail {
        /* max-width: 1400px; */
        padding:7rem;
    }

    .detail img{
        max-width: 700px;
        align-self: center;
    }

    .detail .clmn{
        display: flex;
        flex-direction: column;
    }

    .equipo {
        padding: 6% 5%;
    justify-content: space-around;
      }

}

@media screen and (min-width: 1200px) {

    .equipo {
        padding: 3% 5%;
    }
    .equipo div{
        padding: 2% 5%;
    }

}