/*
Theme Name: Rokouca
Theme URI:
Description: Theme creado para uso exclusivo de Rokouca C.A.
Version: 1.0
Author: Rokouca C.A.
Author URL: 
*/
.btn-contact{
  background-color: #0091c0!important;
}
.h4-services span {
  color: #0091c0;
}
h4.h4-services {
  font-weight: 900;
  color: #0091c0 !important;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.modal-title span {
  font-weight: 400;
}
.modal-content {
  padding: 50px;
}
.modal-footer {
  border: 0px;
}
.modal-header {
  border: 0px;
}
button.btn.btn-secondary.btn-modal {
  padding: 0px 25px;
  font-size: 15px;
  width: 100%;
  background-color: #101f29;
}
ul.ul-services {
  font-weight: 600;
  opacity: 0.85;
  list-style: disc;
  padding-left: 15px;
}
.modal-title {
  font-size: 28px;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.back-to-top i {
    color: white;
}
a.back-to-top.inner-link {
    background-color: #101f29;
}
.h2-services span {
  font-weight: 300;
}
ul.list-services {
  list-style: disc;
  padding-left: 15px;
  font-size: 17px;
  color: white;
  opacity: 0.7;
}
h2.h2-services {
  font-weight: 900;
  position: relative;
}
.text-menu {
  color: white !important;
}
.responsive-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .responsive-flex {
    flex-direction: column;
  }
  .text-menu {
    color: #000 !important;
  }
}

h2.h2-services:before{
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  background-color: #0091c0;
  left: -14px;
  top: -6px;
  z-index: -1;
  transform: skewY(30deg);
  z-index: 0;
}
h3.h3-mv {
  font-weight: 900;
  font-size: 2.35714286em;
  margin-bottom: 15px;
}
.color-orange{
  color:#b84b1d !important;
}
h3.h3-capacidad {
  font-size: 1.8em;
  font-weight: 900;
  margin-bottom: 15px;
}
h2.h2-resena:before{
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  background-color: #0091c0;
  left: -14px;
  top: -6px;
  z-index: -1;
  transform: skewY(30deg);
  z-index: 0;
}
hr.short {
  width: 3em;
  border-color: #101f29;
}
h2.h2-resena {
    font-weight: 900;
    position: relative;
}
.notification.side-menu .menu-vertical li a {
  font-size: 1.9em;
  line-height: 1.36842105em;
}
.bg--white p, .bg--white span, .bg--white ul, .bg--white a:not(.btn) {
  color: rgb(229 236 246);
}
.notification.side-menu {
 background: #101f29;
}
p.ve-text {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
img.ve {
  margin-bottom: 0px;
  margin-right: 10px;
}
h3.h3-subtitle {
  font-weight: 900;
  font-size: 30px;
}
h2.h2-title {
  font-weight: 900;
  color: #0091c0 !important;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
}
span.font-bold {
  font-weight: 900;
}
.bg-primary-c{
  background-color: rgb(16, 31, 41);
}
.bg-blue{
  background-color: rgb(30 41 59 / 95%)
}
.bg--dark {
    background: rgb(16, 31, 41);
}
.bg-custom{
  padding: 15px 0px!important;
}
.title-custom{
  color: rgb(16, 31, 41);
  font-weight: bold;
  margin-bottom: 10px;
}
.cover-video{
  width: 100%;
  height: 100%;
  position: absolute;
  background-image:radial-gradient(circle, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.5) 31%, rgba(255,255,255,0.9));
}
img.logo-h {
  width: 290px;
  filter: grayscale(1) brightness(9);
}
.a22{
  font-size: 30px;
  color: #101f29;
  font-weight: 700;
  font-variant: small-caps;
}
.section-video{
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 753px;
}
.video-home{
  position: absolute;
  z-index: -1!important;
  height: 100%;
}

/*LOADER*/
.box-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-loader img {
  width: 130px;
  margin-bottom: 0px;
}
.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
    box-sizing: border-box;
  }

  .looping-rhombuses-spinner {
    width: calc(15px * 4);
    height: 15px;
    position: relative;
    margin: auto;
  }

  .looping-rhombuses-spinner .rhombus {
    height: 15px;
    width: 15px;
    background-color: #0091c0;
    top: 10px;
    left: calc(15px * 4);
    position: absolute;
    margin: 0 auto;
    border-radius: 2px;
    transform: translateY(0) rotate(45deg) scale(0);
    animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
  }

  .looping-rhombuses-spinner .rhombus:nth-child(1) {
    animation-delay: calc(2500ms * 1 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(2) {
    animation-delay: calc(2500ms * 2 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(3) {
    animation-delay: calc(2500ms * 3 / -1.5);
  }

  @keyframes looping-rhombuses-spinner-animation {
    0% {
      transform: translateX(0) rotate(45deg) scale(0);
    }
    50% {
      transform: translateX(-233%) rotate(45deg) scale(1);
    }
    100% {
      transform: translateX(-466%) rotate(45deg) scale(0);
    }
  }
.loaderr {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  background-color: white;
  top: 0px;
}
.btn--white{
  background-color: rgb(184, 75, 29);
  border: 0px;
}
.bg--primary{
  background-color: #0091c0!important;
}
.text--primary{
  color: #0091c0!important;
}

/*MENU*/
.cont-menu {
  position: absolute;
  z-index: 10;
}
nav.bar.bar-toggle {
  width: 100%;
  padding-top: 5px;
  position: fixed;
}
.bar .logo {
  max-height: 91px;
  background-color: white;
  padding: 10px;
  margin-top: -15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 11px -5px #000000c2;
  transition: 0.8s;
}
.menu-toggle {
  background: rgb(16, 31, 41);
}
.menu-toggle i {
  color: #ffffffcc;
}
.h-logo{
  margin-top: -100%!important;
}
.m-logo{
  width: 265px;
  position: relative;
  display: block;
  margin: auto;
}
.z-9{
  position: relative;
  z-index: 9;
}

/*RESEÑA*/
.m-t-20{
  margin-top: 20px!important;
}

/*FORTALEZAS*/
i.icon.icon--lg {
  color: #e5b449;
}

/*CONTACTO*/
.btn--primary, .btn--primary:visited {
  background: rgb(16, 31, 41);
  border-color: rgb(16, 31, 41);
}
a {
  color: rgb(16, 31, 41);
}

/*FOOTER*/
.footer-1 .type--fine-print {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
footer .logo {
  max-height: 6.671429em;
}
footer.space--sm {
  padding-top: 2em;
  padding-bottom: 2em;
}
.m-t-33{
  margin-top: 33.5px!important;
}
.back-to-top {
  z-index: 3;
}

.center{ 
  text-align: center;
}
img.center, img[align="center"]{
  display: block;
  margin-left: auto;
  margin-right: auto;}

.alignleft{
  float: left;
}
img.alignleft, img[align="left"]{
  float:left;
  margin:2px 10px 5px 0px;
}
.alignright{
  float: right;
}
img.alignright, img[align="right"]{
  float:right;
  margin: 2px 0px 5px 10px;
}
.clear{
  clear:both;
}
hr.clear{
  clear:both;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
  
*{
  font-family: 'Lato', sans-serif;
}
body{
/*  background-color:#161616;
  color:white;*/
}
html {
  min-height: 100%;
  position: relative;
}

/*---HOME---*/
.slider-home-section{
  padding: 0;
}

/*---FEATURES---*/
.features-section{
  padding: 75px 0px!important;
}
.m-t-20{
  margin-top: 20px;
}

/*----EXPERIENCIA----*/
.m-t-5{
  margin-top: 5em;
}
a.btn.modal-trigger {
  background-color: #0091c0;
  border-color: #0091c0;
  transition:0.3s all;
}
a.btn.modal-trigger span {
  color: white;
  font-size: 17px;
  font-weight: bold;
}
a.btn.modal-trigger:hover {
  background-color: #004263;
  border-color: #004263;
}
.btn--primary:hover {
  background: #213645;
}
/*---RESPONSIVE---*/

/* Small devices (tablets, 768px and up) */
@media (max-width:768px) {
    a.btn.btn--primary.type--uppercase {
        width: 100%;
    }  
    .boxed.boxed--lg.border--round.bg--white {
        padding-bottom: 50px;
    }  
    h3.h3-capacidad {
        line-height: 1.2;
    }  
    h3.h3-subtitle {
      line-height: 1.3;
    }
    .h-logo {
      margin-top: -154%!important;
    }
    table th, table td {
      padding: 6px;
    }    
    .m-t-50-xs{
      margin-top: 50%;
    }
}  

/* Medium devices (desktops, 992px and up) */
/* @media (min-width: @screen-md-min) { */

/* } */

/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: @screen-lg-min) { ... } */