/* #region GENERAL */
body {
    background-color: #FFF;
}
header,
section,
slider,
footer {
    width: 1100px;
    margin: 0px auto;
    display: block;
}
banner {
    width: 100%;
    display: block;
}
/* #endregion */
/* #region HEADER */
header {
    height: 110px;
    color: #000;
}
header .mobile.button,
header .mobile.button:link {
    display: none;
    float: left;
    line-height: 50px;
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
    padding: 0px 10px;
    color: #000;
}
header .mobile.button:hover {
    color: #cc2128;
}
header .logo {
    float: left;
    height: 110px;
    padding-top: 20px;
    outline: 0;
    display: inline-block;
}
header .logo img {
    line-height: 70px;
    max-height: 70px;
    vertical-align: middle;
}
header .logo span {
    line-height: 70px;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 18px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
}
header nav.desktop.menu {
    display: block;
    float: right;
    height: 70px;
    margin-top: 20px;
}
header nav.desktop.menu ul {
    list-style: none;
}
header nav.desktop.menu li {
    display: inline-block;
    margin-top: 10px;
    line-height: 50px;
    height: 50px;
    margin-left: 30px;
}
header nav.desktop.menu li a,
header nav.desktop.menu li a:link {
    display: block;
    height: 50px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    transition: color 0.2s ease;
}
header nav.desktop.menu li a:hover {
    color: #cc2128;
}
header nav.mobile.menu {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    background-color: #cc2128;
    color: #FFFFFF;
}
header nav.mobile.menu li {
    display: block;
    border-top: 1px solid #333;
}
header nav.mobile.menu li:last-child {
    border-bottom: 1px solid #333;
}
header nav.mobile.menu li a,
header nav.mobile.menu li a:link {
    display: block;
    line-height: 64px;
    height: 64px;
    padding: 0px 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #cc2128;
    transition: background-color 0.5s ease;
}
header nav.mobile.menu li a:hover {
    background-color: #a0191d;
}
/* #endregion */
/* #region FOOTER */
footer {
    padding: 20px 0px;
    margin: 0px auto;

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
footer nav li {
    display: inline-block;
    margin-left: 10px;
}
footer nav ul > span {
    font-size: 14px;    
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
footer nav li a,
footer nav li a:link {
    display: block;
    font-family: Montserrat;
    text-transform: uppercase;
    /* font-size: 13px; */
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    transition: all 0.2s;
}
footer nav li a:hover {
    color: #cc2128;
}
footer .copyright {
    max-width: 400px;
}
footer .copyright .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
}
footer .copyright .year {
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
}
/* #endregion */
/* #region S1 */
.s1 {
    padding: 20px 0px;
    margin: 0px auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.s1 iframe {
}
.s1 > div {
    width: 50%;
}
.s1 > div.media {
    padding: 20px;
    text-align: center;
}
.s1.proyecto > div.media img {
    max-width: 400px;
}
.s1 > div.media iframe {
    max-width: 100%;
}
.s1 > div.text {
    padding: 30px 30px 30px 60px;
}
.s1.proyecto > div.text {
    padding: 20px 0px;
    text-align: justify;
}
.s1 > div.text p {
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto;
    /* color: #8594A7; */
    color: #333;
}
/* #endregion */
/* #region S2 */
.s2 {
    padding: 0px 0px 70px;
    margin: 0px auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.s2 h1 {
    margin: 40px 0px 30px;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    /* THEME FONT 1 */ font-family: Montserrat;
}
.s2 h3 {
    font-family: Montserrat;
    font-weight: 500;
}
.s2 p {
    /* color: #8594A7; */
    color: #333;
    font-size: 18px;
    font-weight: 300;
    /* THEME FONT 2 */ font-family: Roboto;
}
.s2 b {
    color: #8594A7;
}
.s2 img {
    float: left;
    height: 170px;
    padding: 0px 30px 0px 0px;
}
/* #endregion */
/* #region F1 */
.f1 {
    padding: 30px 20px;
    text-align: center;
    background-image: url(../img/CustomerSupportAgents.webp);
    background-attachment: scroll;
    background-size: cover;
    background-color: rgba(4, 41, 72, 0.784314);
    box-shadow: rgba(4, 41, 72, 0.784314) 0px 0px 0px 1000px inset;
    color: #FFFFFF;
    background-position: center center;
}
.f1 h1 {
    max-width: 1100px;
    margin: 40px auto 14px;
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Montserrat;
    color: #FFFFFF;
}
.f1 > p {
    max-width: 700px;
    margin: 40px auto;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    font-family: Roboto;
}
.f1 .ui.form {
    margin: 20px auto;
    max-width: 390px;
    overflow: hidden;
}
.f1 .ui.form label {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Montserrat;
    text-align: center;
}
.f1 .ui.form input {
    background: transparent;
    border: 3px solid #FFFFFF99;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto;
    text-align: center;
    transition: all 0.2s;
    margin: 6px 0px;
}
.f1 .ui.form input:focus {
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    background: none;
}
.f1 .ui.form button {
    cursor: pointer;
    display: block;
    min-height: 1em;
    outline: 0;
    border: none;
    margin: 10px auto;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;

    
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #cc2128;
    color: #FFFFFF;
    transition: background-color 0.5s ease;
}
.f1 .ui.form button:hover {
    background-color: #a0191d;
}
/* #endregion */
/* #region Swiper */
slider {
    height: 600px;
    /* margin-bottom: 80px; */
}
slider > h1 {
    text-align: center;
    margin: 30px 0px 20px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    /* THEME FONT 1 */ font-family: Montserrat;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
slider.standard .swiper-slide {
    background-size: cover;
    background-position: center;
}
slider.proyectos .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.2s;
}
.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
    transition: all 0.2s;
}
slider.standard .swiper-button-prev,
slider.standard .swiper-button-next {
    color: #FFF;
}
slider.standard .swiper-button-prev:hover,
slider.standard .swiper-button-next:hover {
    color: #cc2128;
}
slider.proyectos .swiper-button-prev,
slider.proyectos .swiper-button-next {
    color: #333;
}
slider.proyectos .swiper-button-prev:hover,
slider.proyectos .swiper-button-next:hover {
    color: #cc2128;
}
img-caption {
    background: #cc2128cd;
    left: 0;
    bottom: 0;
    padding: 16px;
    position: absolute;
    width: 100%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat";
}
h1.gallery-header {
    max-width: 1100px;
    text-align: center;
    margin: 20px auto;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    /* THEME FONT 1 */ font-family: Montserrat;
}
/* #endregion */

/* #region T1 */
.t1 {
    padding: 60px 0px;
    background-image: url(../img/soilwork1.webp);
    /* background-image: url(../img/soilwork3.webp); */
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(204, 33, 40, 0.784314);
    box-shadow: rgba(204, 33, 40, 0.784314) 0px 0px 0px 1000px inset;
    background-position: center center;
}
.t1 h1 {
    color: #FFFFFF;
    text-align: center;
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    font-family: Montserrat;
}
/* #endregion */
/* #region S3 */
.s3 {
    /* width: 1100px; */
    margin: 0px auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}
.s3 > div {
    min-width: 260px;
    margin: 0px auto;
    width: 50%;
    padding: 50px;
    position: relative;
    display: block;
}
.s3 h1 {
    margin: 20px 0px;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Montserrat;
    color: #000;
}
.s3 img {
    text-align: center;
    margin: 0px auto;
    vertical-align: middle;
    max-width: 100%;
    display: block;
}
.s3 p {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto;
    /* color: #8594A7; */
    color: #333;
}
/* #endregion */
/* #region L1 */
.l1 {
    padding: 20px 0px;
    background-image: url(../img/grupo1.webp);
    background-attachment: scroll;
    background-size: cover;
    background-color: rgba(4, 41, 72, 0.784314);
    box-shadow: rgba(4, 41, 72, 0.784314) 0px 0px 0px 1000px inset;
    background-position: center center;
}
.l1 h1 {
    color: #FFFFFF;
    text-align: center;
    max-width: 1100px;
    margin: 0px auto;
    padding: 70px 0px 60px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    font-family: Montserrat;
    text-decoration: underline;
}
.l1 ul {
    max-width: 600px;
    margin: 0px auto 60px;
    text-align: left;
    list-style: square;
    color: #FFFFFF;
}
.l1 li {
    margin: 10px 0px;
}
.l1 a,
.l1 a:link,
.l1 a:visited {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 20px;
}
.l1 a:hover {
    text-decoration: underline;
}
/* #endregion */

/* #region T2 */
.t2 {
    padding: 60px 0px;
    background-image: url(../img/soilwork2.webp);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(204, 33, 40, 0.784314);
    box-shadow: rgba(204, 33, 40, 0.784314) 0px 0px 0px 1000px inset;
    background-position: center center;
}
.t2 h1 {
    color: #FFFFFF;
    text-align: center;
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    font-family: Montserrat;
}
/* #endregion */
/* #region L2 */
.l2 {
    max-width: 900px;
    margin: 0px auto 40px;
    text-align: center;
}
.l2 ul {
}
.l2 li {
    display: inline-block;
}
.l2 a,
.l2 a:link,
.l2 a:visited {
    display: block;
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    vertical-align: baseline;
    padding: .78571429em 1.5em .78571429em;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;

    font-size: 16px;
    font-weight: 900;
    margin: 10px;
    background-color: #cc2128;
    /* border: 3px solid #FFFFFF; */
    border-radius: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: background-color 0.5s ease;
}
.l2 a:hover {
    background-color: #a0191d;
}
/* #endregion */

/* #region T3 */
.t3 {
    padding: 60px 0px;
    background-image: url(../img/soilwork2.webp);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(204, 33, 40, 0.784314);
    box-shadow: rgba(204, 33, 40, 0.784314) 0px 0px 0px 1000px inset;
    background-position: center center;
}
.t3 h1 {
    color: #FFFFFF;
    text-align: center;
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    font-family: Montserrat;
}
/* #endregion */
/* #region F2 */
.f2 {
    display: flex;
    padding: 30px 20px;
    text-align: center;
    flex-direction: row;
	justify-content: space-between;
}
.f2 > div {
}
.f2 address {
    text-align: left;
}
.f2 address td {
    padding: 10px 0px;
}
.f2 address i {
    color: #cc2128;
    position: relative;
    top: 10px;
    font-size: 32px;
}
.f2 address p,
.f2 address a,
.f2 address a:link,
.f2 address a:visited {
    /* color: #8594A7; */
    color: #333;
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto;
    display: block;
    margin-left: 10px;
    line-height: 1.4285em;
}
.f2 address a:hover {
    text-decoration: underline;
}
.f2 .ui.form {
    width: 400px;
}
.f2 .ui.form label {
    text-align: left;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Montserrat;
}
.f2 .ui.form input {
    font-family: Roboto;
}
.f2 .ui.form button {
    margin: 10px 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
}
/* #endregion */

/* #region Proyectos */
#proyectos {
    display: flex;
	flex-direction: row;
    width: 1100px;
    margin: 0px auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#proyectos > li {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
    align-content: stretch;
    margin: 20px 30px;
    max-width: 306px;
}
#proyectos > li > a:link,
#proyectos > li > a:visited {
    padding: 10px;
    display: block;
    transition: all 0.3s;
}
#proyectos > li > a:hover {
    background: #cc2128;
}
#proyectos > li > a:hover .content h2,
#proyectos > li > a:hover .content p {
    color: #FFF;
}
#proyectos .image img {
    width: 306px;
}
#proyectos .content {
    text-align: center;
}
#proyectos .content h2 {
    margin: 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    /* THEME FONT 1 */ font-family: Montserrat;
    color: #333;
}
#proyectos .content p {
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto;
    /* color: #8594A7; */
    color: #333;
}
.sp {
    margin: 30px auto;
}
.sp img {
    margin-right: 30px;
    margin-bottom: 30px;
}
.sp p {    
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto;
    /* color: #8594A7; */
    color: #333;
}
/* #endregion */


/* #region Responsiveness */
@media only screen and (max-width: 1100px) {
    header .logo span {
        font-size: 14px;
    }
    header,
    section,
    slider {
        width: 100%;
        padding: 0px 10px;
    }
    footer {
        width: 100%;
        padding: 20px 10px;
        flex-direction: column;
    }
    footer .copyright {
        padding-bottom: 10px;
    }
    .s1,
    .s2,
    .s3 {
        flex-direction: column;
    }
    .s1 > div, 
    .s2 > div, 
    .s3 > div {
        text-align: center;
        width: 100%;
    }
    .s1 > div.text, 
    .s2 > div.text, 
    .s3 > div.text {
        padding: 10px;
    }
    .s1.proyecto > div.text {
        padding: 10px 20px;
    }
    
    .s3 > div:first-child {
        padding-bottom: 0px;
    }
    .l1 ul {
        list-style-position: inside;
        padding: 0px 40px;
    }
    #proyectos {
        width: auto;
    }
}
@media only screen and (max-width: 960px) {
    header .mobile.button,
    header .mobile.button:link {
        display: block;
    }
    header nav.desktop.menu {
        display: none;
    }
    .f2 {
        flex-direction: column;
        align-items: center;
    }
    .f2 .ui.form {
        margin: 30px 0px 0px;
    }
}
@media only screen and (max-width: 650px) {
    header .logo span {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .f2 .ui.form {
        width: 100%;
    }
}
/* #endregion */