@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(150deg, #EBEBEB 0%, #EBEBEB 50%, #003E6F 50%, #003E6F 100%);
    margin: 0;
    line-height: 19px;
    font-size: 14px;
  }

/* Fonts */
@font-face {
	font-family:Montserrat-Black;
	src: url(../fuentes/Montserrat-Black.otf);
	}

@font-face {
	font-family:Montserrat-Bold;
	src: url(../fuentes/Montserrat-Bold.otf);
	}

@font-face {
	font-family:Montserrat-ExtraBold;
	src: url(../fuentes/Montserrat-ExtraBold.otf);
	}

@font-face {
	font-family:Montserrat-Light;
	src: url(../fuentes/Montserrat-Light.otf);
	}

@font-face {
	font-family:Montserrat-Regular;
	src: url(../fuentes/Montserrat-Regular.otf);
    }


@font-face {
    font-family:Aller_Bd;
    src: url(../fuentes/Aller_Bd.ttf);
    }


/* Fonts */



.contenedor {
    background-color: #f1f1f1;
    color: #333;
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.recuadro {
    width: 100px;
    height: 100px;
    background-color: #333;
}

.contendor-slide {
    padding: 50px;
}

h1 {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #00abaf;
}

h2 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #15284b;
}

h3 {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #a6a6a6;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
}


ul {
    font-family: 'Montserrat-Light', sans-serif;
    color: #535353;
}

.accesible {
    background-color: #dcdcdc;
    width: 150px;
    height: auto;
    margin: auto;
    top: 0;
    position: fixed;
    z-index: 1000;  
    border-radius: 0 0 5px 5px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;  
    border-bottom: solid 1px #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.botones-ayudas {
	background-color: #dcdcdc;
	border: none;
	text-align: center;
	color: #535353;
}

.botones-ayudas:hover {
	background-color: #535353;
	border: none;
	color: #FFF;
	border-radius: 50px;
}



@media (min-width: 0) and (max-width: 519px) {

    p {
        font-family: 'Montserrat-Light', sans-serif;
        color: #535353;
        text-align: center;
        font-size: 13px;
        line-height: 17px;
    }
    
    .slides {
        padding: 0;
        width: 310px;
        height: 500px;
        display: block;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
        background: linear-gradient(0deg, #cacaca, #fff);
    }
    
    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    
    .slides input { display: none; }
    
    .slide-container { display: block; }
    
    .slide {
        top: 0;
        opacity: 0;
        width: 310px;
        height: 500px;
        display: block;
        position: absolute;
        transform: scale(0);
        transition: all .7s ease-in-out;
    }

    .fuente {
        font-size: 11px;
        line-height: 16px;
        text-align: Left;
        padding-left: 5px;
    }
    
}



@media (min-width: 520px) and (max-width: 3000px) {

    p {
        font-family: 'Montserrat-Light', sans-serif;
        color: #535353;
        text-align: center;
    }
    
    .slides {
        padding: 0;
        width: 500px;
        height: 500px;
        display: block;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
        background: linear-gradient(0deg, #cacaca, #fff);
    }
    
    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    
    .slides input { display: none; }
    
    .slide-container { display: block; }
    
    .slide {
        top: 0;
        opacity: 0;
        width: 500px;
        height: 500px;
        display: block;
        position: absolute;
        transform: scale(0);
        transition: all .7s ease-in-out;
    }

    .fuente {
        font-size: 13px;
        line-height: 19px;
        text-align: Left;
        padding-left: 20px;
    }
    
}







.slide img {
    height: 100%;
}

.nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 50pt;
    text-align: center;
    line-height: 500px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: -40px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-7:checked ~ .nav-dots label#img-dot-7,
input#img-8:checked ~ .nav-dots label#img-dot-8,
input#img-9:checked ~ .nav-dots label#img-dot-9,
input#img-10:checked ~ .nav-dots label#img-dot-10 {
	background: rgba(0, 0, 0, 0.8);
}