
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: flex;
    flex-wrap: wrap;

}
.a {
    color: #c97e05;

}


/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}








.fondonegro {
  background-color:#f8f9fa;
padding: 30px;

}
.fondoblanco {
  background-color:#2c2c2c;
padding: 30px;
margin-top: -125px;

}

.fondo-contacto {
  background-color:#fff;



}

.form-control {
	padding: 10px 18px 10px 18px;

    background-color: white;
    border: 1px solid #E3E3E3;

    color: #040404;
    line-height: normal;
    font-size: 0.8571em;

}
textarea.form-control {
    max-width: 100%;
    max-height: 80px;
    padding: 10px 10px 0 0;

    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 4;
    line-height: 1.3;
}

.fondoblanco2 {
     margin-top: 100px;

}
.py-6 {
    padding-top: 8rem;
        padding-bottom: 4rem;
}

.title {

color: #fff;

}

.mbv-4 {
	padding: 2px;
    margin: auto;
    max-width: 100%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.53);

}
.button2:hover {
    box-shadow: 0 20px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.description {
	color: #d6d6d4;

	}
.img {
    position: relative;
    z-index: 2;
        width: 100%;
    border-radius: 0.1875rem;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);

}
 ul li {
    border-color: rgba(105, 21, 21, 0.2);

}

.card-body1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #76c8fd;
}

.card-body2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #109be4;
}


.card-body3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #76c8fd;
}

.text-secondarycards {
    color: #eef7ff !important;
}





.color-1 {
  background-color: #dc0c0cee;
}

/*-------Skins----------*/


/*-------Color opción 1----------*/
/*bc*/
.color-2 {
  background-color: #07cfe7;
}
/*Txt*/
.color-3 {
  color: #07cfe7;
}

/*icono*/
.color-4 {
  color: #07cfe7;
}
/*-------Color opción 1----------*/

/*-------Color opción 2----------*/
/*bc*/
.color-5 {
  background-color: #ff4388;
}
/*Txt*/
.color-6 {
  color: #ff4388;
}

/*icono*/
.color-7 {
  color: #ff5d44;
}
/*-------Color opción 2----------*/


/*-------Color opción 3----------*/
/*bc*/
.color-8 {
  background-color: #83bf06;
}
/*Txt*/
.color-9 {
  color: #83bf06;
}

/*icono*/
.color-10 {
  color: #26bf06;
}
/*-------Color opción 3----------*/


.borrar {
  display: none;
}




/** invitados **/

ul.lista-invitados li{
    padding: 10px;
    float: left;

}
ul.lista-invitados {

    list-style: none;
padding-left: 0px;
}


@media only screen and (min-width: 480px) {
    ul.lista-invitados li{
    width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    ul.lista-invitados li{
    /* width: 33.3%; */
    }
}

div.invitado {
    position: relative;
    overflow: hidden;

}

div.invitado img {
    max-width: 100%;
    width: 100%;
    /* filter: gray;
    -webkit-filter:grayscale(1); */
    -webkit-transition: all .5s ease-in-out;
}
div.invitado:hover img{
    -webkit-filter:grayscale(0);
    -webkit-transform: scale(1.1);

}
div.invitado p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    margin: 0;
    background-color: rgba(0,0,0,0.55);
    width: 100%;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    /* color: #fe4918; */
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;

}
div.invitado:hover p {
    bottom: -80px;
    opacity: 0;

}

#nosotros {
  background-color: black;
}

/* .fas {
  display: flex !important;
} */

.h2-ic{
  letter-spacing: 3.6px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
        font-family: sans-serif;
}

.refuerzo-final {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(#00000085, rgba(0, 0, 0, 0.64));
    }


    .parallax-window {
    min-height: 500px;
    background: transparent;
    /* background-image: linear-gradient(#00000082, rgba(0, 0, 0, 0.26)); */
}
