/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/* @font-face {
    font-family: 'Gotham-bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    /* font-family: 'Gotham-book', sans-serif; */
    font-family: 'Outfit', sans-serif;
    color: #000;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

/* /////// */
p{
    font-weight: 300;
}
/* /////// */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
	outline: none !important;
}

a,
button{
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

h1,h2,h3,h4,h5,h6 {
    /* font-family: 'Gotham-bold', sans-serif; */
    font-family: 'Outfit', sans-serif;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
}

.container {
	position: relative;
}

.aligner {
    align-items: center;
    justify-content: center;
}

/*############################# HEADER #############################*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 40px 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active {
    background: #FFF;
    border-bottom: 1px solid #999;
    padding: 15px 0;
}

#header .navbar {
    padding: 0;
}

#main-menu {
    display: flex;
}

#main-menu li {
    padding-left: 40px;
    font-size: 18px;
}

#main-menu li a {
    color: #000;
    color: rgba(255, 255, 255, 0.8);
}
#header.active #main-menu li a {
    color: #000;
}

#main-menu li a:hover {
    color: #d92631;
}

#header .collapse:not(.show) {
    display: block;
}

#header .navbar-toggler {
    position: absolute;
    left: auto;
    right: 0;
    top: 35px;
    width: 32px;
    outline: none;
    padding: 0;
    display: none;
    z-index: 999;
}

.navbar-toggler span {
    background: #000;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 4px;
    width: 20px;
    background: rgba(255, 255, 255, 0.8);
}

#header .navbar-toggler span:last-child {
    margin: 0;
}

#header .animated-icon {
    width: 25px;
    height: 26px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#header .animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#header .animated-icon span {
    background: #000;
}

#header .animated-icon span:nth-child(1) {
    top: 5px;
}

#header .animated-icon span:nth-child(2) {
    top: 12px;
}

#header .animated-icon span:nth-child(3) {
    top: 19px;
}

#header .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: 50px;
}

#header .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#header.active .navbar-toggler span {
    background: #000;
}

/*############################# CONTENT #############################*/

#main-banner {
    position: relative;
    background: url('../img/Nuevo\ Fondo\ Web\ Efecto.webp') no-repeat center;
    background-size: cover;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* text-align: right; */
    background-color: #000;
    z-index: 1;
}
#main-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .55;
    z-index: -1;
}

#main-banner h1 {
    color: #fff;
    font-size: 68px;
    line-height: 1;
    margin-bottom: 18px;
}
#main-banner .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.container h2{
    text-transform: none;
}
#main-banner p {
    font-size: 32px;
    line-height: 34px;
    /* ////// */
    font-size: 36px;
    font-size: 33px;
    line-height: 44px;
    line-height: 48px;
    max-width: 70%;
    /* float: right; */
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

#about {
    position: relative;
    background: #d92631;
    padding: 90px 0 70px 0;
    z-index: 1;
}

#about:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -160px;
    height: 210px;
    background-size: 100% auto;
    background-image: url('../img/about-bg.png');
    content: '';
    /* z-index: 1; */
}

#about h2 {
    /* text-transform: uppercase; */
    font-size: 45px;
    font-size: 55px;
    color: #FFF;
    padding-bottom: 5px;
    text-align: left;
}

#about h3 {
    font-size: 21px;
    color: #FFF;
    padding-bottom: 15px;
    padding-top: 30px;
    text-transform: uppercase;
}

#about p {
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    /* //////// */
    line-height: 28px;
}

.form input,
.form select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background: #FFF;
    border: none;
    height: 32px;
    line-height: 32px;
    color: #444;
    font-size: 15px;
    padding: 5px;
}

.form input::placeholder {
    opacity: 1;
    color: #444;
}

.form button {
    background: #000;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 9px;
    border-radius: 5px;
    border: none;
    line-height: normal;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
}

.form button:hover {
    background: #FFF;
    color: #000;
}

#video, #video_2 {
    background: #d9d8d8;
    padding: 70px 0;
}

#video iframe, #video_2 iframe {
    border: none;
}

#video .video-responsive, #video_2 .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
    
#video .video-responsive iframe,
#video .video-responsive object,
#video .video-responsive embed,
#video_2 .video-responsive iframe,
#video_2 .video-responsive object,
#video_2 .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clients {
    background: #e8e8e8;
    padding: 70px 0 40px;
}

section h2 {
    color: #d92631;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 30px;
}
.clients__flags{
    margin-top: 2rem;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.clients__flags img{
    /* flex: 1; */
    max-width: 7rem !important;
}
#clients .owl-stage, #testimonials .owl-stage{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#testimonials {
    background-color: #000;
}
#testimonials h2 {color: #FFF !important;}
#testimonials h2 span {font-weight: 900;}

#testimonials .container {
    padding-block: 4rem;
    max-width: 1920px;
}
#testimonials .container .owl-carousel iframe {
    aspect-ratio: 16/9;
    max-width: 100%;
}

#clients .item {
    text-align: center;
}

#clients img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

#clients .owl-nav, #testimonials .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -19px;
}

#clients .owl-nav button.owl-prev,
#clients .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    width: 22px;
    height: 38px;
    content: '';
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
}

#clients .owl-nav button.owl-prev {
    background: url('../img/carousel-arrow-left.png');
    left: -50px;
}

#clients .owl-nav button.owl-next {
    background: url('../img/carousel-arrow-right.png');
    right: -50px;
}

#clients p,
#services p {
    color: #464646;
    font-size: 20px;
    text-align: center;
    padding: 45px 0 0;
}

#services {
    padding: 70px 0 20px;
    background: #f6f6f6;
}

#services h2 {
    padding: 0;
}

#services p {
    padding: 0 0 30px;
}

#services .boxes {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    /* width: 67%; */
    width: min(100%, 900px);
    margin: 0 auto;
    flex-wrap: wrap;
}

#services .boxes .box {
    width: 207px;
    text-align: center;
    padding-bottom: 40px;
}

#services .boxes .box img {
    max-width: 100%;
}

#services .boxes .box p {
    color: #464646;
    font-size: 19px;
    line-height: 24px;
    padding: 5px 0 0 0;
}

#phrase {
    background: #d92631;
    padding: 75px 0 75px;
}

#phrase p {
    font-size: 48px;
    color: #FFF;
    /* font-family: 'Gotham-bold', sans-serif; */
    line-height: 56px;
    font-weight: 300;
}
#phrase p span{
    font-weight: 900;
}
#phrase small {
    font-size: 25px;
    text-align: right;
    display: block;
    color: #FFF;
}

#team {
    padding: 70px 0 60px;
}
#team .container{
    max-width: 1140px;
}
#team h2 {
    text-transform: none;
    font-size: 48px;
    letter-spacing: -2px;
    padding: 0;
}

#team p.large {
    font-size: 32px;
    text-align: center;
    color: #464646;
    padding: 0 0 45px;
}

#team .items .line {
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
}

#team .item {
    text-align: center;
    display: inline-block;
    width: 206px;
    padding-bottom: 20px;
}

#team .item p {
    /* font-family: 'Gotham-medium'; */
    font-size: 22px;
    color: #464646;
    line-height: 25px;
    padding-top: 13px;
}

#team .item p span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
}

#team figure {
    border-radius: 100%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

#team img{
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#team .team__btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
#team .team__btn a {
    display: inline-block;
    background: black;
    padding: 1rem 1.25rem;
    border-radius: 5px;
    color: white;
    font-size: 1.15rem;
    transition: all 0.2s linear;
  }
#team .team__btn a:hover{
    transform: scale(1.1);
}

#podcast {
    padding: 70px 30px;
    background: rgb(191,40,49);
    background: linear-gradient(90deg, rgba(191,40,49,1) 0%, rgba(0,0,0,1) 100%);
}

#podcast .box {
    display: flex;
}

.podcast__image{
    max-width: 22rem;
}

#podcast .box img {
    align-self: center;
}

#podcast .box p {
    /* font-family: 'Gotham-medium'; */
    color: #FFF;
    font-size: 42px;
    line-height: 40px;
    padding: 5px 0 0 20px;
}

#podcast .box p span.bold {
    /* font-family: 'Gotham-bold'; */
    font-weight: 900
}

#podcast .box p a {
    color: #FFF;
}

#podcast .box .play {
    background: url('../img/icon-play.png') left center no-repeat;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    padding: 0 0 0 24px;
    display: block;
}

#contact {
    background: #e1e1e1;
    padding: 60px 0;
}

#contact h3 {
    color: #d92631;
    font-size: 51px;
    line-height: 43px;
}

#contact h3 span {
    /* //////// */
    /* font-family: 'Gotham-medium'; */
    display: block;
}

form {
    position: relative;
}

#msgbox,
#msgbox2 {
    position: absolute;
    left: -0;
    right: 0;
    bottom: -50px;
    font-size: 14px;
    color: #FFF;
    background: none;
    border: 1px solid #FFF;
    padding: 5px 15px;
    text-align: center;
}

.messageboxok {
    color: #25D366;
    border: 1px solid #25D366;
}

.messageboxerror {
    color:  #FFF;
    border: 1px solid #FFF;
}


#msgbox2 {
    color: #d92631;
    border: 1px solid #d92631;
}

#msgbox2 .messageboxok {
    color: #d92631;
    border: 1px solid #d92631;
}

#msgbox2 .messageboxerror {
    color:  #d92631;
    border: 1px solid #d92631;
}



/*############################# FOOTER #############################*/

#footer {
    background: #333333;
    padding: 30px 0 0;
}

#footer p {
    color: #FFF;
    font-size: 13px;
}

#footer .social {
    text-align: right;
    display: inline-block;
    width: 100%;
}

#footer .social li {
    padding: 0 0 0 4px;
    font-size: 28px;
    display: inline-block;
}

#footer .social li a {
    color: #FFF;
}

#footer .social li a:hover {
    color: #d92631;
}

#footer .bottom {
    padding: 9px 0;
    background: #000;
    margin-top: 60px;
}

#footer .bottom p {
    text-align: center;
}

#footer .bottom p a {
    color: #d92631;
}

#footer .bottom p a:hover {
    color: #FFF;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
}
#footer__p p{
    font-size: 1.25rem;
}