html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    color: white;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: black;
    overflow-x: hidden;
}

header {
    
}

#main-video {
    min-height: 360px;
    min-width: 100% !important;
    position: relative;
}
#reel1 {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    z-index: -1;
}
@media(min-width:768px) {
    #reel1 {
        right: 0;
    }
}
.row-header {
    height: 100% !important;
    width: 105% !important;
    border: none;
}
.main-title {
    text-align: center;
    padding-top: 40px;
    font-family: Arial;
    font-size: 2em;
    font-weight: bold;
    color: white;
}
.main-btn {
    text-align: center;
    padding-top: 100px;
}
.img-main-logo {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 50px;
}






.row-servicios {
    background-color: #B4343E;
    padding-left: 20px;
    padding-right: 20px;
}
    .row-servicios th {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 2em;
        color: white;
        height: 25%;
        border: none;
    }
    .row-servicios table {
        height: 100%;
        border: none;
    }
    .row-servicios td {
        color: white;
        align-content: center;
        text-align: center;
        border: none;
    }
    .row-servicios .content {
        vertical-align: top !important;
        margin-top: 0;
        padding-top: 0;
    }



.row-conocenos {
    color: white;
}
    .row-conocenos .mensaje {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .row-conocenos .mensaje h1 {
        font-size:4.5em;
        font-weight: bold;
    }
    .row-conocenos .mensaje h3 {
        font-size: 1.5em !important;
        margin-bottom: 40px;
    }
    .row-conocenos img {
        width: 100%;
        margin: 5px;
    }



.row-contacto {
    color: white;
    background-color: #B4343E;
    padding-top: 30px;
    padding-bottom: 50px;
}
    .row-contacto h1 {
        font-size: 4.5em;
        font-weight: bold;
    }
    .row-contacto h3 {
        font-size: 1.7em !important;
        margin-bottom: 30px;
    }
    .row-contacto form {
        margin-left: 10%;
        margin-right: 10%;
    }
    .row-contacto .form-group label {
        font-size: 1.3em !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .row-contacto button {
        margin-top:30px;
        min-width: 300px;
        font-size:1.7em;
    }
    .row-contacto .col-map {
        max-width: 100% !important;
    }
    .row-contacto .col-map iframe {
        max-width: 100% !important;
    }



.row-trabajos {
    color: white;
    padding-top: 30px;
    padding-bottom: 70px;
}
    .row-trabajos h1 {
        font-size: 4.5em;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .row-trabajos .carousel {
        max-height: 400px;
    }
    .row-trabajos img {
        max-height: 400px !important;
        max-width: 100% !important;
        border: 25px solid #B4343E;
    }



.foto3 {
    position: relative;
    display: table;
    min-height: 364px;
    display: block;
    vertical-align: middle !important;
    font-family: Arial;
    font-size: 1.7em;
    font-weight: bold;
    color: white;
    border: none;
    background-image: url('../images/foto3.png');
}
@media (min-width: 768px) {
    .foto3 .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
}
@media (max-width: 768px) {
    .foto3 .inner {
        padding-top:50px;
        text-align: center;
    }
}


.row-pie {
    background-color:white;
    min-height:300px;
    padding-left:20px;
}
    .row-pie table th {
        font-size: 1.7em;
        border: none;
        font-weight: bold;
    }
    .row-pie table td {
        border: none;
        font-size: 1.5em;
    }
    .row-pie a {
        text-decoration: none;
    }



.a-btn-contacto {
    width: 250px;
}
    .a-btn-contacto img {
        max-height: 50px;
    }
.btn-contacto {
    font-family: Verdana;
    font-size: 1.5em;
    text-align: left;
    padding-top: 10px;
}