/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


    /*==========  Mobile First Method  ==========*/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
}

.navbar-brand img{max-width: 150px; max-height: 60px;}
header{
  background: #4235f7;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding-top:70px;
  padding-bottom: 70px;
}

#logos{margin-bottom: 80px;}
footer{
    background: #000;
    color: #fff;
}

footer ul {
    margin:40px 0px;
    padding: 0px;
    list-style-type: none;
}
footer ul li{
    margin:5px 0px;
    padding: 0px;
}
footer ul li a.nav-link{
    color: #ddd;
    font-family: "poppins",sans-serif;
    text-decoration: none;
    font-weight: bold;
    margin:0px;
    padding:0px;
}

footer ul li a.nav-link:hover{
   color:#fff;
}

footer div.address {
    display: block;
    float: left;
    margin:40px 0px;
    padding:0px;
    width: 100%;
}
footer .tnlc-map{
    border: none;
    display: block;
    float: left;
    margin: 40px 0px;
    min-height: 260px;
    padding: 0px;
    width: 100%;
}

footer #top{
    padding-top:80px;
    padding-bottom: 80px;
}

footer #legales{
    background: #1a1a1a;
    padding-top:20px;
    padding-bottom: 20px;
    text-align: center;
}


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        #navbarSupportedContent ul li a{
            font-family: "poppins",sans-serif;
            font-weight: 500;
            color: #fff;
        }
        #navbarSupportedContent ul li a:hover{color:#ffd600; }

        .fixed-top{
            background: rgba(0,0,0,0);
            color: #fff;
            -webkit-transition: background-color 0.5s ease-in-out;
            -moz-transition: background-color 0.5s ease-in-out;
            -ms-transition: background-color 0.5s ease-in-out;
            -o-transition: background-color 0.5s ease-in-out;
            transition: background-color 0.5s ease-in-out;
            z-index: 50 !important;

        }

        .fixed-top.clean-bar {
            background-color:#4235f8;
            -webkit-transition: background-color 0.5s ease-in-out;
            -moz-transition: background-color 0.5s ease-in-out;
            -ms-transition: background-color 0.5s ease-in-out;
            -o-transition: background-color 0.5s ease-in-out;
            transition: background-color 0.5s ease-in-out;
            z-index: 50 !important;
        }


        .bg-mobile{
            background: #fc4f00;
            color: #fff;
        }

        .bg-mobile #navbarSupportedContent ul {
            width: 100%;
            margin:0px;
            padding: 0px;
        }
        .bg-mobile #navbarSupportedContent ul li{
            border-bottom: 1px solid #f3f3f3;
            margin:0px 15px;
        }
        .bg-mobile #navbarSupportedContent ul li a {}



        header p.title{
            color: #fff;
            font-size:70px;
            font-weight: 700;
            line-height: 1;
        }
        header p.yellow{color: #ffd600; line-height: 1;}

        .bu-text img{max-width: 240px;}
        .bu-text-2 img{max-width: 140px;}

        h3.title{
            color: #000;
            font-family: 'Poppins', sans-serif;
            font-size: 21px;
        }

        #nosotros{
            background: #f2f2f2;
            padding: 80px 20px;
        }
        #nosotros .video{
            margin-bottom: 50px;
        }

        #business-unit{
            margin:40px 0px;
        }
        #business-unit img{margin-bottom: 25px;}
        #business-unit .mb{
            margin-top: 40px;
            margin-bottom: 50px;
        }
        #business-unit a.ver-mas{
            background: #4335f8;
            border-radius: 50px;
            color: #fff;
            font-family: "poppins";
            font-size: 12px;
            font-weight: 300;
            padding: 8px 15px;
            text-align: center;
            text-decoration: none;
        }
        #contactanos{
            background: #4235f8;
            color: #fff;
            text-align: center;
            padding: 50px 0px;
            margin-bottom: 80px;
        }
        #contactanos span.big{
            font-family: "poppins";
            font-size: 20px;
            font-weight: 600;
            max-width: 90%;
            margin: 10px auto;
        }
/**** Inicia TimeLine Mobile ****/

        #timeline{
            border-left: 1px solid #333;
            margin:30px 0px;
            padding: 0px;
        }
        #timeline .col-20{
            border-top:1px solid #333;
            display: block;
            float: right;
            margin: 0px 0px 30px 0px;
            padding:10px 20px;
            text-align: left;
            width: 100%;
        }

        #timeline .col-20 h4{
            background: #f2f2f2;
            color: #222;
            font-family: "Poppins", sans-serif;
            font-weight: bold;
            padding: 0px 5%;
            position: relative;
            top: -23px;
            width: 110%;
        }
        #timeline .col-20 h4.bottom{display: none;}
        #timeline .col-20 h4.bottom-mobile{display: block;}


/**** Termina TimeLine Mobile ****/

    .owl-carousel .owl-item img{
            max-width: 160px;
            margin:40px auto;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #nosotros{
            background: #f2f2f2;
            padding: 150px 0px;
        }
        #business-unit{
            margin:150px 0px 0px 0px;
        }

        #business-unit img{
            margin-top:60px;
            margin-bottom: 30px;
        }

        #business-unit .mb{
            margin-top: 0px;
            margin-bottom: 100px;
        }
        #contactanos span.big{
            font-size: 40px;
            max-width: 75%;
            margin: 10px auto;
        }
        .owl-carousel .owl-item img{
            max-width: 100px;
            margin:40px auto;
        }

        /**** Inicia TimeLine ****/
        #timeline{
            border:none;
            background: url("../images/bg-timeline.png") center center no-repeat ;
            background-size: contain;
        }

        #timeline .col-20{
            border:none;
            display: block;
            float: left;
            margin: 0px;
            padding:0px;
            text-align: center;
            width: 20%;
        }


        #timeline .col-20 h4{
            padding: 0px;
            position: relative;
            top: 0;
            width: 100%;
        }

        #timeline .col-20 h4.top{
            margin: 30px 0px 140px 0px;
        }
        #timeline .col-20 h4.bottom{
            display: block;
            margin: 0px 0px;
        }
        #timeline .col-20 h4.bottom-mobile{display: none;}

        div.reverse p{
            margin:40px 0px 110px 0px;
            min-height: 100px;
        }
        /**** Termina TimeLine ****/

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        header p.title{
            font-size:120px;
        }
        
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #contactanos span.big{
            font-size: 40px;
            max-width: 60%;
            margin: 10px auto;
        }
    }

    /* Extra Large Devices, Wide Screens */
    @media only screen and (min-width : 1780px) {
        .container{
            max-width: 1620px;
        }
    }