@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/* HOME */
.navbar-expand-lg .navbar-toggler-icon {
    background-image: url(../img/bars.svg);
}
.navbar-toggler{
    border: 2px solid white;
}

#home{
    background-image: url(../img/img_programa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}

#home-ponente{
    background-image: url(../img/img_programa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

#degrade{
    background: rgb(0,58,99);
    background: linear-gradient(90deg, rgba(0,58,99,1) 0%, rgba(0,117,130,1) 32%, rgba(13,151,138,1) 67%, rgba(0,191,139,1) 100%);
    height: 20px;
}
#colors{
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

h1{
    color: white;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
}

h2{
    color: #003A63;
    text-align: center;
    padding: 10px 10px 15px; /* bottom padding should be higher to make up for pseudo border height */
    background: linear-gradient(90deg, transparent 25%, rgba(0,58,99,1) 25%, rgba(0,191,139,1) 75%, transparent 75%);
    background-size: 50% 3px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

h3{
    color: #ffffff;
}

.h2-white{
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 15px; /* bottom padding should be higher to make up for pseudo border height */
    background: linear-gradient(90deg, transparent 25%, white 25%, white 75%, transparent 75%);
    background-size: 50% 3px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.p-30{
    padding-top: 30px;
}

.p-60{
    padding-top: 60px;
}

.p-90{
    padding-top: 90px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-60{
    padding-bottom: 60px;
}

nav{
    background-color: transparent;
}

.navbar{
    padding: 20px 90px;
}

nav ul li{
    padding: 10px;
}

nav ul li a{
    color: #ffffff;
}

nav ul li a:hover{
    color: #00BF8B
}

.home{
    padding-top: 15%;
}

.btn.btn-turquese{
    margin-top: 30px;
    background-color: #00BF8B;
    color: white;
    letter-spacing: 5px;
    padding: 5px 20px;
}
p.tricolor{
    font-size: 20px;
    color: white;
}

p.white-light{
    color: white;
    font-size: 15px;
    font-weight: 100;
}

.blue{
    background-color: #003764;
    padding: 35px;
    border-radius: 10px 0 0 10px;
}

.turquese{
    background-color: #007582;
    padding: 35px;
}

.aqua{
    background-color: #0D978A;
    padding: 35px;
    border-radius: 0 10px 10px 0;
}

nav{
    position: fixed;
	z-index: 1000;
	background: transparent;
	-webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
  top: 0;
  width: 100%;
}

.activescroll {
    background-color: rgba(34,34,34,0.9);
  }

/* END HOME */



/* OBJETIVOS */

h5{
    color: #003A63;
    font-weight: 400;
}

h6{
    color: #003A63;
    font-weight: 500;
}

.p-blue{
    color: #003A63;
}

.p-ligth-blue{
    color: #003A63;
    font-size: 14px;
    font-weight: 300;
}

.objetivos img{
    width: 80px;
}

#objetivos{
    padding-top: 50px;
}

/* END OBJETIVOS */



/* PONENTES */

#ponentes{
    background: rgb(0,58,99);
    background: linear-gradient(90deg, rgba(0,58,99,1) 0%, rgba(0,117,130,1) 32%, rgba(13,151,138,1) 77%, rgba(0,191,139,1) 100%);
}

#ponentes p{
    font-size: 16px;
    color: white;
    font-weight: 400;
}
.ponentes{
    padding-top: 35px;
}

/* END PONENTES */



/* TEMARIO */

#temario{
    background-image: url(../img/textura.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav.nav-pills{
    justify-content: center;
}

.color-1{
    background-color: #003A63;
    border-radius: 20px 0 0 20px;
    width: 250px;
    height: 100px;
    padding-top: 5px;
}

.color-2{
    background-color: #007582;
    width: 250px;
    height: 100px;
    padding-top: 5px;
}

.color-3{
    background-color: #0D978A;
    width: 250px;
    height: 100px;
    padding-top: 5px;
}

.color-4{
    background-color: #00BF8B;
    border-radius: 0 20px 20px 0;
    width: 250px;
    height: 100px;
    padding-top: 5px;
}

.nav-pills a{
    color: white;
}

.nav-pills .nav-link.active{
    outline:0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, #003A63 0%, #007582 32%, #0D978A 67%, #00BF8B 100%);
    border-image-slice: 1;
    background:none;
    margin:0;
}

.sesion{
    font-size: 14px;
}

.small{
    font-size: 12px;
}

/* END TEMARIO */



/* BENEFICIOS */

#beneficios{
    background-image: url(../img/beneficios.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#beneficios p{
    font-size: 16px;
    color: white;
    font-weight: 400;
    padding-top: 30px;
}
/* END BENEFICIOS */



/* REGISTRO */
.left{
    left: 20%;
    font-size: 15px;
}
.dudas{
    padding: 40px;
    color: white;
}

.back-dudas{
    background-image: url(../img/back-degrade.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.fab.fa-whatsapp{
    font-weight: 900;
    font-size: 18px;
}

.bold{
    font-weight: 600;
    color: #003764;
}

/* END REGISTRO */

/* FOOTER */

footer{
    background-color: black;
    padding: 40px 10px;
}

footer p{
    color: white;
    font-size: 12px;
}

.social ul li{
    display: inline-block;
    padding: 10px;
}

.social i{
    color: white;
}

.pro{
    color: #00BF8B;
}

#button {
    display: inline-block;
    background: linear-gradient(90deg, rgba(0,58,99,1) 0%, rgba(0,117,130,1) 32%, rgba(13,151,138,1) 67%, rgba(0,191,139,1) 100%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background: #003A63;
  }
  #button:active {
    background: #003A63;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
/* END FOOTER */


/* MEDIA QUERIES */

@media screen and (max-width: 991px){
.navbar-collapse{
    background-color: rgba(34,34,34,0.9);
  }
}

@media screen and (max-width: 575px){
    #colors{
        display: none;
    }
    #colors2{
        display: block;
    }
    .blue2{
        background-color: #003764;
        padding: 15px;
    }
    
    .turquese2{
        background-color: #007582;
        padding: 15px;
    }
    
    .aqua2{
        background-color: #0D978A;
        padding: 15px;
    }
    p.tricolor2{
        font-size: 14px;
        color: white;
    }
    
    p.white-light2{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
    #objetivos {
        padding-top: 0;
    }
    .p-60 {
        padding-top: 30px;
    }
}

@media screen and (min-width: 576px){
    #colors2{
        display: none;
    }
}

@media (min-width: 1501px) and (max-width: 1600px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

    #objetivos{
        padding-top: 50px;
    }

}

@media (min-width: 1401px) and (max-width: 1500px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

    #objetivos{
        padding-top: 50px;
    }

}

@media (min-width: 1301px) and (max-width: 1400px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

    #objetivos{
        padding-top: 50px;
    }

}

@media (min-width: 1201px) and (max-width: 1300px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    #objetivos{
        padding-top: 50px;
    }

}

@media (min-width: 1201px) and (max-width: 1300px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

}

@media (min-width: 1121px) and (max-width: 1200px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

}

@media (min-width: 992px) and (max-width: 1120px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 20px 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }

}

@media (min-width: 949px) and (max-width: 992px){
    p.tricolor{
        font-size: 16px;
        color: white;
    }
    
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
    
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
    
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
    
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: bold;
        padding-top: 96px;
    }
}

@media (min-width: 945px) and (max-width: 948px){
    p.tricolor{
        font-size: 16px;
        color: white;
    }
            
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
            
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
            
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
            
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: bold;
        padding-top: 96px;
    }
}

@media (min-width: 926px) and (max-width: 940px){
    p.tricolor{
        font-size: 16px;
        color: white;
    }
            
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
            
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
            
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
            
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: bold;
        padding-top: 96px;
    }
}

@media (min-width: 900px) and (max-width: 925px){
    p.tricolor{
        font-size: 16px;
        color: white;
    }
            
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
            
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
            
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
            
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: bold;
        padding-top: 96px;
    }
}

@media (min-width: 768px) and (max-width: 899px){
    p.tricolor{
        font-size: 16px;
        color: white;
    }
        
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
        
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
        
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
        
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: bold;
        padding-top: 96px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    p.tricolor{
        font-size: 14px;
        color: white;
    }
        
    p.white-light{
        color: white;
        font-size: 12px;
        font-weight: 100;
    }
        
    .blue{
        background-color: #003764;
        padding: 25px;
        border-radius: 10px 0 0 10px;
        height: 120px;
    }
        
    .turquese{
        background-color: #007582;
        padding: 25px;
        height: 120px;
    }
        
    .aqua{
        background-color: #0D978A;
        padding: 25px;
        border-radius: 0 10px 10px 0;
        height: 120px;
    }
    h1 {
        color: white;
        font-size: 45px;
        font-style: italic;
        font-weight: bold;
        padding-top: 100px;
    }
}

@media (min-width: 430px) and (max-width: 576px){
    h1 {
        color: white;
        font-size: 40px;
        font-style: italic;
        font-weight: bold;
        padding-top: 100px;
    }

    .left {
        left: 5%;
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 429px){
    h1 {
        color: white;
        font-size: 35px;
        font-style: italic;
        font-weight: bold;
        padding-top: 120px;
    }

    .left {
        left: 4%;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 0;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        border-radius: 0 20px 0 0;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        border-radius: 0 0 0 20px;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 0 20px 0;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    .btn-turquese{
        margin-bottom: 30px;
    }
}

@media (min-width: 430px) and (max-width: 767px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 0 0 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        border-radius: 0 20px 0 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        border-radius: 0 0 0 20px;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 0 20px 0;
        width: 200px;
        height: 100px;
        padding-top: 5px;
    }
    .btn-turquese{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 429px){
    .color-1 {
        background-color: #003A63;
        border-radius: 20px 20px 0 0;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    .color-2{
        background-color: #007582;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-3{
        background-color: #0D978A;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    
    .color-4{
        background-color: #00BF8B;
        border-radius: 0 0 20px 20px;
        width: 250px;
        height: 100px;
        padding-top: 5px;
    }
    .btn-turquese{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 991px){
    .btn-turquese {
        margin-bottom: 30px;
    }
}

@media (min-width: 951px) and (max-width: 991px){
    .left {
        left: 26%;
        font-size: 16px;
    }
}

@media (min-width: 851px) and (max-width: 950px){
    .left {
        left: 24%;
        font-size: 16px;
    }
}

@media (min-width: 651px) and (max-width: 700px){
    .left {
        left: 12%;
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 650px){
    .left {
        left: 9%;
        font-size: 16px;
    }
}


@media (min-width: 576px) and (max-width: 600px){
    .left {
        left: 7%;
        font-size: 16px;
    }
}

#grey{
    background-color: rgb(245, 245, 245);
}