*  {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
    background-image: url(../images/bg_mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    width: 100%;
    height: 60px;
    background-color: #2A7A8C;
}

header .logo {
    width: 90px;
    height: 45px;
    background-image: url(../images/logo_mobile.png);
    background-repeat: no-repeat;
    margin: 7px 0;
}

.main h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #2A7A8C;
    padding: 30px 0;
}

.main p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0 15px;
}

.separador {
    width: 100%;
    height: 24px;
    background-image: url(../images/separador_mobile.png);
    background-position: center center;
}

.formulario h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ECBC00;
    padding: 72px 0 52px 0;
}

/* The container */
label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #2A7A8C;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
label.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: transparent;
}


.formulario .icon_user {
    width: 35px;
    height: 43px;
    background-image: url(../images/icon_user_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 15px 0 0;
    background-size: contain;
}


.formulario .icon_mail {
    width: 35px;
    height: 43px;
    background-image: url(../images/icon_mail_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 13px 0 0;
    background-size: contain;
}

.formulario .icon_team {
    width: 35px;
    height: 43px;
    background-image: url(../images/icon_team_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 13px 0 0;
    background-size: contain;
}

.formulario .input-container {
    display: flex;
}

.formulario .input-container {
    display: flex;
}

.formulario .input-container input {
    height: 42px;
    border: 1px solid #676D71;
}

.formulario .espaciado {
    width: 100%;
    height: 30px;
}

.formulario a.enviar {
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #25282A;
    height: 40px;
    background: #ECBC00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    margin: 0 0 30px 0;
}


footer {
    width: 100%;
    height: 38px;
    background-color: #2A7A8C;
}

.bloqueo_exito, .bloqueo_error {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloqueo_exito .content, .bloqueo_error .content {
    width: 90%;
    height: 387px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


.bloqueo_exito .content img, .bloqueo_error .content img {
    margin: 0 0 30px 0;
}

.bloqueo_exito .content p, .bloqueo_error .content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #25282A;
    padding: 0px 50px;
}

.bloqueo_exito .content a, .bloqueo_error .content a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #25282A;
    width: 187px;
    height: 40px;
    background: #ECBC00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0 0 0;
}

h2.instrucciones {
    padding: 72px 0 22px 0;
}

ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 25px 0;
}

.avatares {
    margin: 20px 0;
}

.avatares a {
    border: 2px solid transparent;
    display: inline-block;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin: 10px 0;
    position: relative;
}

.avatares a:hover {
    border: 2px solid #2A7A8C;
}

.avatares a.seleccionado {
    border: 4px solid #2A7A8C;
}

.avatares a img {
    width: 100%;
}

.avatares .difuso {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    body {
        background-image: url(../images/bg_desktop.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header {
        height: 120px;
    }

    header .logo {
        width: 355px;
        height: 72px;
        background-image: url(../images/logo_desktop.png);
        background-repeat: no-repeat;
        margin: 24px 0;
    }

    .main h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 47px;
        line-height: 57px;
        text-align: center;
        color: #2A7A8C;
        padding: 65px 0;
        text-align: center;
    }

    .main p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
    }

    .separador {
        width: 100%;
        height: 46px;
        background-image: url(../images/separador_desktop.png);
        background-position: center center;
        background-repeat: repeat;
    }

    .formulario h2 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 59px;
        color: #ECBC00;
        padding: 32px 0;
    }

    .formulario .icon_user {
        width: 41px;
        height: 50px;
        background-image: url(../images/icon_user_desktop.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 10px 0 0;
        background-size: contain;
    }

    .formulario .icon_mail {
        width: 41px;
        height: 38px;
        background-image: url(../images/icon_mail_desktop.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 0 0 10px;
        background-size: contain;
    }

    .formulario .icon_team {
        width: 80px;
        height: 50px;
        background-image: url(../images/icon_team_desktop.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 15 0 0px;
        background-size: contain;
    }

    .formulario .espaciado {
        width: 100%;
        height: 60px;
    }

    .formulario a.enviar {
        width: 327px;
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: #25282A;
        height: 44px;
        background: #ECBC00;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 28px;
        text-align: center;
        text-decoration: none;
        line-height: 44px;
        margin: 0 auto 50px auto;
    }

    footer {
        width: 100%;
        height: 56px;
        background-color: #2A7A8C;
    }

    .bloqueo_exito, .bloqueo_error {
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bloqueo_exito .content, .bloqueo_error .content {
        width: 670px;
        height: 387px;
        background: #FFFFFF;
        border-radius: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bloqueo_exito .content img {
      
    }

    h2.instrucciones {
        padding: 72px 0 22px 0;
    }

    ul li {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin: 25px 0;
    }

    .avatares {
        margin: 20px 0;
    }

    .avatares a {
        border: 2px solid transparent;
        display: inline-block;
        border-radius: 100%;
        width: 92px;
        height: 92px;
        margin: 15px 0;
    }

    .avatares a:hover {
        border: 2px solid #2A7A8C;
    }

    .avatares a img {
        width: 100%;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }