
.container-accesos {
    margin-top: 10vh;
    margin-bottom: 10vh;
    /*border-radius: 1px;
    border: 1px solid #000000;*/
}
.container-accesos .texto1 {
    /*color: #0a562e;*/
    color: #00956a;
    font-weight: 800;
    font-size: 1.3em;
    padding-left: 0px;
}
@media only screen and (max-width: 960px) {
    .container-accesos {
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
}
    .container-accesos .texto1 {
        /*color: #0a562e;*/
        color: #00956a;
        font-weight: 800;
        font-size: 1.1em;
        padding-left: 0px;
    }
}

.container-accesos .texto2 {
    font-weight: 300;
    font-size: 0.8em;
    /*padding-left: 35px;*/
}

#link{
  color: black;
  text-decoration: none;
}

.container-fluid-slider {
	background: rgb(60,106,70);
	background: -moz-linear-gradient(0deg, rgba(60,106,70,1) 0%, rgba(60,106,70,1) 88%, rgba(255,255,255,1) 88%);
	background: -webkit-linear-gradient(0deg, rgba(60,106,70,1) 0%, rgba(60,106,70,1) 88%, rgba(255,255,255,1) 88%);
	background: linear-gradient(0deg, rgba(60,106,70,1) 0%, rgba(60,106,70,1) 88%, rgba(255,255,255,1) 88%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6a46",endColorstr="#ffffff",GradientType=1);
}
.container-slider {
	padding-bottom: 10vh;
}
.carousel .carousel-control-prev {
    position: absolute;
    left: -12%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
}

.carousel .carousel-control-next {
    position: absolute;
    right: -12%;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
}
.carousel .carousel-indicators {
    position: absolute;
    bottom: -6vh;
    z-index: 1;
    color: #0a0a0a !important;
    font-weight: bold;
}

/*@media only screen and (max-width: 960px) {*/
@media only screen and (max-width: 575px) {
    .carousel .carousel-control-prev {
        display: none;
        /*position: absolute;
        left: -12%;
        z-index: 1;
        color: #0a0a0a !important;
        font-weight: bold;*/
    }
    .carousel .carousel-control-next {
        display: none;
        /*position: absolute;
        right: -12%;
        z-index: 1;
        color: #0a0a0a !important;
        font-weight: bold;*/
    }
    .container-fluid-slider {
        padding: 0px;
        margin: 0px;
    }
    .container-slider {
        /*padding-top: 0px;
        padding-bottom: 1.5em;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;*/
    }
    
    /*.carousel .carousel-indicators {
        position: absolute;
        bottom: -17%;
        z-index: 1;
        color: #0a0a0a !important;
        font-weight: bold;
    }*/
}
@media only screen and (max-width: 1200px) {
    .carousel .carousel-control-prev {
        display: none;
    }
    .carousel .carousel-control-next {
        display: none;
    }
    /*.carousel .carousel-indicators {
        position: absolute;
        bottom: -6vh;
        z-index: 1;
        color: #0a0a0a !important;
        font-weight: bold;
    }*/
}
@media only screen and (max-width: 970px) {
    /*.carousel .carousel-indicators {
        position: absolute;
        bottom: -20%;
        z-index: 1;
        color: #0a0a0a !important;
        font-weight: bold;
    }*/
}
