body,html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

strong {
    font-weight: 600;
}

a {
    color: #a365bc;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:focus {
    color: #a365bc;
    border: 0;
    text-decoration: none;
}

h1{
    margin-top: 10px;
    font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
    font-style: italic;
}
h2 {
    font-size: 22px;
    font-weight: 700;
    color: #353434;
    line-height: 24px;
}
h3 {
    font-size: 16px;
    font-weight: 700;
    color: #353434;
    line-height: 20px;

}

img {
    max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {margin: 0}
@font-face {
    font-family: 'gobold_high_thinregular';
    src: url('../fonts/gobold_high_thin-webfont.woff2') format('woff2'),
         url('../fonts/gobold_high_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goboldregular';
    src: url('../fonts/gobold_regular-webfont.woff2') format('woff2'),
         url('../fonts/gobold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'goboldlowplusregular';
    src: url('../fonts/gobold_lowplus-webfont.woff2') format('woff2'),
         url('../fonts/gobold_lowplus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.medium-paragraph {
    font-size: 17px;
    line-height: 32px;
}

::-moz-selection {
    background: #8542a0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8542a0;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 10px solid #fff;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #28a745;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fff;
  color: #000;
}

/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
}

/*------------------------------------*\
    ENCABEZADOS
\*------------------------------------*/
.convocatoria-bg { 
    padding: 33px 0;
    background-image: url(../img/convocatoria-bg.jpg); 
}
.bg-rules{
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 70px;
}
/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
    transition: all .6s;
    backface-visibility: hidden;
}

.navbar.navbar-no-bg {
    background: rgba(0, 0, 0, 1);
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
        font-family: 'gobold_high_thinregular';
    font-size: 25px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-brand {
    width: 35px;
    background: url(../img/iso-logo-urbe-grafica.svg) center center no-repeat;
    background-size: 35px 35px !important;
    border: 0;
    text-indent: -99999px;
 
}
.navbar-collapse{
  text-align: center;
}

/***** Top content *****/

.top-content { width: 100%; padding: 0; }

.top-content .carousel-item { height: 100vh; min-height: 400px; }
.top-content .carousel-item img { height: 100%; object-fit: cover; }

.top-content .carousel-control-prev {
    border-bottom: 0;
}

.top-content .carousel-control-next {
    border-bottom: 0;
}

.top-content .carousel-caption {
    /*padding-bottom: 60px;*/
}

.top-content .carousel-caption h1 {
    padding-top: 60px;
    color: #fff;
}

.top-content .carousel-caption h3 {
    color: #fff;
}

.top-content .carousel-caption .carousel-caption-description {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}


/***** Section 1 *****/
.section-1-container {

        /*background: url(../img/urbe-bg.jpg) top center;
        background-size: cover;
        font-family: 'goboldregular';
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #000;
        padding: 80px 0 100px 0;
        text-align: left;*/
 }
/* .disenio{
  background: #000 url(../img/urbe-disenio-1080.jpg) center top no-repeat; 
  background-size: contain; 
  height: 100%

 }*/
 .somos {

        background-color: #3db44e;
        background-image: linear-gradient(0deg, #672d68 0%, #f7b03a 50%, #3ab54a 100%);
        font-family: 'goboldlowplusregular';
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000;
        padding: 80px 0 0 0;
        text-align: left;
 }
 .somos .text{
  font-family: 'gobold_high_thinregular';
  font-size: 2rem;
  line-height: 2.5rem;
 }
 .spacio{
    margin-bottom: 40px;
 }    


/***** Section 2 *****/
/*.section-container-disenio {
background: url(../img/WEB-URBE-DISENIO.jpg) center center;
background-size: cover;
}*/
.section-2-box {
    margin-top: 30px;
    text-align: left;
}

.section-2-box h3 {
    margin-top: 0;
}

.section-2-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}


/***** Section 3 *****/
.section-3-box {
    margin-top: 30px;
    text-align: left;
}
.convocatoria{
    padding-top: 120px;
    padding-bottom: 50px
}
.convocatoria2024{
    padding-top: 50px;
    padding-bottom: 50px
}
.convocatoria ul{
    margin-left: 18px;
    list-style-type: circle;
}
.vinculo{
    color: #f97f10;
    font-weight: bold;
}
.vinculo:hover{
    color: #fff;
    background: #fb0b0c;
    padding: 4px;
}
.vinculo2024{
    color: #033325;
    font-weight: bold;
}
.vinculo2024:hover{
    color: #fff;
    background: #033325;
    padding: 4px;
}
.convocatoria p{
    padding-bottom: 20px;
}
.convocatoria figure a:hover{
  padding-top: 20px;
} 
.convocatoria figcaption{
  padding-top: 20px;
} 
.convocatoria figcaption span{
  font-family: 'goboldlowplusregular';
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: normal;  
}    
.convocatoria figcaption p{
  font-family: 'goboldlowplusregular';
  font-size: 1rem;
  line-height: 1.2rem;
  padding-top: 10px;
}
.convocatoria2024 p{ padding-bottom: 10px;}
.convocatorias {
    text-transform: uppercase;
    line-height: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid black;
    margin: 15px 0px;
    }
/***** Footer *****/

footer {
    padding: 5px 0;
}

.social-icons{
    display: inline-flex;
}
 .social-icons li {

}
 .social-icons li a{
  color: #fff;
  text-decoration: none;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin:10px;
  display: inline-block;
  text-align: center;
}
 .social-icons li a:hover{
    background: #28a745;
    color: #000;

}


/** galeria-vertical **/


#demo {
    height:100%;
    position:relative;
    overflow:hidden;
  }
  
  
  .green{
    background-color:#6fb936;
  }
          .thumb{
              margin: auto;
              padding: 15px;
          }
          .img{
            padding: 20px;
          }
          .page-top{
              margin-top:85px;
          }
  
     
  img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
     
       border-bottom: none;
  }
      .modal-title {
          color:#000;
      }
      .modal-footer{
        display:none;  
      }


