﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --body-color: #969dab;
}

section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.lipid-wrapper {

    background: url("img/inscripciones-abiertas.png") no-repeat top right;
    background-size: 20vw;
    min-height: 100vh;

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	background-color:#015db0;



}

/*.lipid-wrapper:after {
    background: url("img/bottom.svg") no-repeat bottom right;
}*/


h1,
h2,
h3,
h4,
h5 {
    /*background: linear-gradient(45deg, #e45399 0%, #8f3194 100%);*/
    background: #ffffff;
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
}

h4 {
    color: var(--body-color);
}

#loginWrapper {

    background: rgb(228, 83, 153);
    background: linear-gradient(118deg, rgba(228, 83, 153, 1) 0%, rgba(146, 72, 150, 1) 100%);
    position: relative;
}

#loginWrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/bg-login.png) no-repeat center center;
    background-size: cover;
}

#loginWrapper .card-login {

    background: #ffffff40;
    border: 1px solid #ffffff4d;
    text-align: center;

    box-shadow: 0px 18px 20px #0000002e;
    backdrop-filter: blur(12px);
}

.card-register {
    max-width: 100%;
}

.card-login p {
    color: black;
}

#loginWrapper .card-login .btn {
    background: #b42260;
    border: 2px solid transparent;
}

#loginWrapper .card-login h2 {
    color: white;
    font-weight: 900;
    font-size: 34px;
    -webkit-text-fill-color: white;
}

#loginWrapper .card-login h6 {
    font-size: 16px;

    color: #b42260;
}

h2+p {
    font-size: 17px;
    line-height: 24px;
	color:#ffffff;
}


.img-shadow {
    box-shadow: 0 0 19px 0px #1d1d1d69;
    border-radius: 14px;
}

/* Lugar */
#lugar h2,
#lugar h3,
#lugar h3,
#lugar p {
    -webkit-text-fill-color: white;
    text-shadow: 0 0 15px #ab4c97;
}

#lugar {
    background: url("img/aldea-santillan.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

#lugar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
    z-index: 1;
}

.lugar-content {
    z-index: 1;
    position: relative;
}

.lugar-content .btn {
    text-transform: uppercase;
    background: #ffffff85;
    color: #ffffff00 !important;
    padding: 20px 60px;
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff4d;
    text-align: center;
    box-shadow: 0px 18px 20px #0000002e;
}

#agenda {
    background: #f8f8f8;
}


.col-contenido-dia {
    position: relative;
}

.col-contenido-dia:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: -4px;
    top: 0;
    background: linear-gradient(90deg, rgba(228, 83, 153, 1) 0%, rgba(146, 72, 150, 1) 100%);
    opacity: 0.2;
}

.hora-charla {
    flex: 0 0 190px;
    text-align: right;
}

#agenda h4 {
    font-weight: 400;
    margin-bottom: 0;
}

#agenda h3 {
    -webkit-text-fill-color: #7a747f;
    margin-bottom: 0;
    background: no-repeat;
}

.col-charla {
    gap: 16px;
    margin-bottom: 15px;
}

.ponente strong {
    display: block;
}

.col-charla-especial {
    background: linear-gradient(45deg, transparent, 50%, #ececec);
    padding: 10px 20px 10px 0;
    border-radius: 50px;
    align-items: center;
    flex: 1;


}

#agenda .col-charla-especial h3 {
    -webkit-text-fill-color: #d87cb3;
}

.col-charla h5 {
    color: #7a747f;
    font-weight: 400;
    font-size: 25px;
}

.col-talleres h3 {
    font-weight: 900;
    font-size: 22px;
}

.card-login label {
    font-size: 19px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}

#loginWrapper .card-login .btn:hover {
    color: white
}

@media(max-width:464px) {
    .hora-charla {
        flex: 0 0 100%;
    }

    .col-charla {
        gap: 6px;
        margin-bottom: 15px;
    }

    .ponente {
        margin-top: 7px;
    }
}

.color-white {
    color: white !important;
    -webkit-text-fill-color: #ffffff;
}

#pTerminar {
    position: relative;
    z-index: 99;
}

textarea.form-control {
    min-height: 120px;
    border-radius: 12px;
    color: #6a6a6a;
}
.bg-footer {
	background: #e7e7e8;
}

.btn-evento-azul {
    border-radius: 100px;
    background: #00b5f0;
    color: white !important;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    display: inline-flex
;
    height: 54px;
    padding: 12px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 2px solid;
    transition: all 0.3s 
ease-in;
}
.btn-evento-azul:hover {
    background: #19bc00;
    color: white !important;
  
}
.btn-evento-verde {
    border-radius: 100px;
    background: #19bc00;
    color: white !important;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    display: inline-flex;
    height: 54px;
    padding: 12px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 2px solid;
    transition: all 0.3s ease-in;
}
.btn-evento-verde:hover {
    background: #00b5f0;
    color: white !important;
}
.boxRegistro {
	background:#ffffff;
	border-radius:15px;
}
.color-azul {
	font-size:15px!important;
	color:#015db0!important;
}
.contactarAsistir {
	font-size:20px;
	color:#015db0;
	font-weight: 600;
}
.form-control {
	    position: relative;
    display
In combination with 'float' and 'position', determines the type of box or boxes that are generated for an element.
Learn more
Don't show
: block;
    width: 100%;
    font-size: 18px;
    color: #555;
    line-height: 32px;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    background-color: #f5f5f5;
    font-weight: 400;
    height: 64px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	border-radius:10px;
}
.btn-enviar {
    border-radius: 100px;
    background: #015db0;
    color: white !important;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    display: inline-flex;
    height: 54px;
    padding: 12px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 2px solid;
    transition: all 0.3s ease-in;
}