/*********GENERALES*********/

body {
    font-family: 'Roboto', sans-serif;
}
img {
    width: 100%
}
h2 {
    color: #953133;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px
}
h3 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
    margin-top: 12px;
}
strong {
    font-weight: 700
}
:focus {
    outline: none;
}
.rt-bcoFont {
    color: #FFF
}
.rt-AzulFont {
    color: #10265C
}
.rt-AzulBack {
    background-color: #10265C
}
.rt-marginB0 {
    margin-bottom: 0px
}
/**********HEADER*********/

header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10
}
nav {
    background-color: transparent;
    box-shadow: none;
}
nav>ul {
    float: right;
}
.rt-logoHeader {
    display: none;
    width: 100px;
    margin-top: 11px
}
.rt-float {
    background-color: #10255c;
}
.rt-float .rt-logoHeader {
    display: inline-block;
}
/*************PRIMER SECCIÓN**********/

.rt-seccion.rt-backPrincipal {
    background-color: #ccc;
    background: url("../images/back-rtech.jpg") no-repeat center top;
    background-size: cover
}
.rt-seccion {
    height: 600px;
}
.rt-logo {
    width: 20%;
    margin: 0 auto;
}
/*********SEGUNDA SECCION*********/

/*
.slider {
    height: 340px!important
}
.slider .slides {
    height: 300px!important
}*/

.rt-slider-desktop {
    display: block;
}
.rt-slider-mobile {
    display: none
}
.rt-slider {
    margin-top: 50px
}
.rt-descripcionTit {
    width: 60%;
    margin: 0 auto;
}
.slider .slides {
    background-color: transparent;
}
.slider .indicators .indicator-item.active {
    background-color: #953133;
}
.rt-modServicios {
    text-align: center
}
.rt-modServicios img {
    width: 120px!important;
}
.rt-descripcionServicios {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
/***********TERCERA SECCION**********/

#seccionProductos {
    background-color: #10265C;
    padding: 30px 0
}
.card .card-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.card-content h4 {
    margin-top: 0px
}
.card .card-content {
    height: 370px
}
/****************CUARTA SECCIÓN****************/

.rt-iconSupport {
    width: 130px
}
.rt-iconsContacto i {
    font-size: 80px
}
/**************QUINTA SECCION******************/

#rtQuienes {
    background-color: #F5F5F5;
    padding: 40px 0
}
/**************SEXTA SECCIÓN**************/

.rt-clientesLogos {
    width: auto;
    height: 40px;
}
.rt-clientesLogos2 {
    width: auto;
    height: 28px;
}
.rt-marginLogos {
    margin-top: 50px
}
/*************SEPTIMA SECCIÓN*****************/

#contactoRT {
    background-color: #F5F5F5;
    padding: 40px 0
}
.rt-FormContacto {
    background-color: #FFF;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
}
.rt-FormMapa {
    background-color: #FFF;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
}
.rt-infoContacto {
    width: 100%;
    padding: 20px 40px
}
.rt-infoContacto h4 {
    font-size: 24px;
    font-weight: 700;
    color: #953133;
    margin: 0px
}
.rt-infoContacto ul li i {
    font-size: 14px;
    color: #953133
}
.waves-effect input[type="submit"] {
    color: #FFF
}
/**************FOOTER**************/

footer {
    margin-top: 40px;
    color: #FFF;
    padding: 40px 0 20px
}
footer i {
    margin: 0 5px;
    font-size: 18px
}
footer a {
    color: #FFF
}
/*****************MEDIA QUERIES*****************/

/*********************0 a 767*******************/

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    .rt-seccion {
        height: 400px;
    }
    .rt-logo {
        width: 65%
    }
    .sidenav-overlay {
        z-index: 9
    }
    .rt-descripcionTit {
        width: 97%;
    }
    .card .card-content {
        height: initial;
    }
    .rt-iconSupport {
        width: 70px;
    }
    .rt-slider-desktop {
        display: none;
    }
    .rt-slider-mobile {
        display: block;
    }
    .slider .indicators .indicator-item {
        margin: 0 7px;
    }
    .rt-iconsContacto i {
        font-size: 70px;
    }
    .rt-clientesLogos2 {
        height: 20px;
    }
}
/*********************768 a 1023*******************/

@media (min-width: 768px) and (max-width: 1023px) {}
/*********************1024 a 1199*******************/

@media (min-width: 1024px) and (max-width: 1199px) {}
/*********************1200 a infinito*******************/

@media (min-width: 1200px) {}