@import url('https://fonts.googleapis.com/css?family=Do+Hyeon|Oswald');
*{
    font-family: 'Oswald', sans-serif;
    margin: 0; 
    padding: 0;
}

/* header -----------------------*/
header {
    background-color:  #41b4ac;
}

header h1{
    color: #fff;
}

header a:hover{
    text-decoration: none;
}

navigation{
    display: inline;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link{
    color: #41b4ac;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #28726c;
}

.dropdown-item{
    color: #41b4ac;  
}

.underline {
    border-bottom: 5px solid #28726c;
}

.space-breadcrumb{
    padding: 15px;
    margin-bottom: 15px;
}

.titulo {
    color: red;
    font-size: 4em;
    text-align: center;
    margin-top: -120px;
    display: inline
}

.abuelo{
    font-size: 1em;
    color: #000;
    margin-top: -100px;
}

.container{
    min-width: 100%;
    min-height: 100%;
    background-image: url("../images/banner/guardas_final.webp");
    background-repeat: repeat;
}

section a{
    color: #fff;
}

.presentacion{
    background: #fff;
    text-align: center;
    font-size: 1.2em;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.presentacion span, .menciones span{
    color: red;
    font-size: 1.4em;
}

/* cards -------------------*/
.card-color{
    background-color: #41b4ac !important;
}

.card-color:hover{
    background-color: #fff !important;
    color: #41b4ac;
}

#compar{
    display: block;
    color:#000;
}

#compar a{
    color: #28726c;  
    padding-left: 7px;
    padding-right: 7px;
}

#compar a:hover{
    background-color: #28726c;
    color: #fff;
}

/* carousel -------------------*/
.carousel-control-prev-icon, .carousel-control-next-icon, .carousel-indicators li{
    background-color: #28726c;
}

/* page fliper ------- */
#portada {
    background-color: #41b4ac;
    padding: 40px;
    height: 100%;
    background-image: url("../images/portada.webp");
    background-repeat: no-repeat;
}
#portada2 {
    text-align: center;
    background-color: #41b4ac;
    padding: 40px;
    height: 100%;
    font-size: 1.8em;
}

#portada2 li{
    color: #fff;
}

#portada2 a{
    color: #fff;
    text-decoration: none;
}

#portada2 a:hover{
    background-color: #28726c;
    color:#fff;
    padding-left: 10px;
    padding-right: 10px;
}

#portada2 li{
    padding-top: 30px;
    list-style-type: none;
}

.b-wrap .b-counter {
    background-color: #3c5c6a;
    margin-left: 40%;
    margin-right: 40%;
    color: #41b4ac;
}

#wrapper {
    padding: 40px;
    margin: auto;
    margin-bottom: 100px;
    background-color: #fff;
}

.carousel .item {
  height: 300px;
}

/*.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}*/


/* footer ----------------------*/
footer {
    clear: both;
    background-color: #41b4ac;
    bottom: 0;
    width: 100%;
    min-height: 6em;
}

.copyright, .social_network {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 25px;
    color: #fff;
    margin-bottom: 0;
    display: inline;
    max-width: 300px;
}

.copyright a{
    color: #fff;
}

.copyright a:hover{
    color: #28726c;
}

.copyright span{
    color: #000;
}

/* social network ----------------------------*/
.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    height: 40px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

/* pagina menciones -------------------*/
.menciones{
    padding: 70px;
    background-color: #fff;
}
.lista{
    padding-top: 30px;
    list-style-type: none;
    background-color: #fff;
    margin-left: 50px;
    height: 100%;
}

.lista li{
    margin-top: 15px;
}

.lista p, .lista li a {
    color: #28726c;
}

.lista li a:hover {
    background-color: #28726c;
    color: #fff;
    padding-left: 7px;
    padding-right: 7px;
}

.bg-micolor{
    background-color: #41b4ac;
}

.nav.justify-content-center.navbar.navbar-dark.bg-micolor a:link{
    padding-left: 20px;
    margin-right: 20px;
    color: #fff;
}

.nav.justify-content-center.navbar.navbar-dark.bg-micolor a:hover{
    background-color: #28726c;
    color: #fff;
    text-decoration: none;
}

/* suffle letters /////////////////// */
#txtMezclar {
    margin-left: 40px;
    margin-top: 165px;
    position: absolute;
    background-color: #d34;
    color: #fff;
    padding: 15px;
}


/* table */
.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #41b4ac !important;
    color: #fff;
}

.table a:hover {
    color: #fff;
}


/* errors */
.errors,
.success-message {
    width: 100%;
    padding: 2em;
    margin-top: 0.25rem;
    margin-bottom: 1em;
    font-size: 16px;
}

.errors {
    color: #dc3545;
    border: 2px solid #dc3545;
}

.success-message {
    color: #28a745;
    border: 2px solid #28a745;
}

.errors ul,
success-message ul {
    margin-bottom: 0;
    padding-left: 1em;
}


/* pagination */
.page-item a:hover {
    background-color: #41b4ac !important;
    color: #fff;
}

section {
    width: 100%;
    padding-bottom: 40px;
}

.center {
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
}


/*// Extra small devices (portrait phones, less than 576px)*/
/*@media (max-width: 575.98px) {  }*/

/*// Small devices (landscape phones, less than 768px)*/
/*@media (max-width: 767.98px) {  }*/

/*// Medium devices (tablets, less than 992px)*/
/*@media (max-width: 991.98px) {  }*/

/*// Large devices (desktops, less than 1200px)*/
/*@media (max-width: 1199.98px) {  }*/