@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

a {
    color: gray;
}

.black {
    color: gray;
}


.titulo-8 a{
    color: #606063;
}



@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.ttf');
    /* IE9 Compat Modes */
    src: url('Lato-Regular.ttf') format('embedded-opentype'),
        /* IE6-IE8 */
        url('Lato-Regular.ttf') format('woff2'),
        /* Super Modern Browsers */
        url('Lato-Regular.ttf') format('woff'),
        /* Pretty Modern Browsers */
        url('Lato-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('Lato-Regular.ttf') format('svg');
    /* Legacy iOS */
}

.axa{
    background: #00008E;
    color: white ;
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px;
    margin-top: 25px;
    
    
}

.axa a{
    color: white;
}

.axa a:hover{
    color: #adadad;
}


.circle-icon {
    background: #B92C32;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 7px;
    vertical-align: middle;
    padding: 12px 0px;
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.convert {

    filter: #606063 scale(100%);

}

.convert:hover {

    filter: #606063 scale(0%);

}


.borde2 {
    border: 0px solid #b9b9b9;
    padding: 15px 5px;
}




.navbar-default {
    background-color: #B92C32;
    border-color: #B92C32;
}

.navbar-default .navbar-brand {
    color: white;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.margen {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: gray;
}

.social-i {
    max-width: 40px;
}

.contact-i {
    max-width: 22px;
}

.imagenes {

    display: block;
    margin-top: 20px;
    text-align: center;
}

.centrado {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


.grises2 {

    display: inline !important;
    background: rgba(226, 227, 219, 1) !important;
    background: -moz-linear-gradient(left, rgba(226, 227, 219, 1) 0%, rgba(245, 245, 242, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 227, 219, 1)), color-stop(50%, rgba(245, 245, 242, 1)), color-stop(99%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(226, 227, 219, 1) 0%, rgba(245, 245, 242, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(226, 227, 219, 1) 0%, rgba(245, 245, 242, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(226, 227, 219, 1) 0%, rgba(245, 245, 242, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%) !important;
    background: linear-gradient(to right, rgba(226, 227, 219, 1) 0%, rgba(245, 245, 242, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e3db', endColorstr='#ffffff', GradientType=1) !important;

    margin-bottom: 30px;
}

.login {
    max-width: 190px;
}

body {
    background: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Lato';

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

p {
    font-size: 14px;
    line-height: 1.6;
    color: gray;
    text-align: center;
}

.card {
    color: gray;
}

hr {
    border-color: #999999;
    max-width: 400px;
}

/* 
  =====================================
  CSS for <iframe> embedded Google Map
  ===================================== 
*/
.mapWrapper {
    position: relative;
    /* 
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667 
    which is 66.6666667% */
    padding-bottom: 25.6666667%;
    height: 0;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Nuevo codigo */

.sucursales {
    padding: 10px;
    color: white;
    border: 4px solid #FC4F00;
    text-align: center;
    margin-bottom: 30px;


}

.sucursales-2 {
    padding: 10px;
    color: white;

    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;

}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #B92C32;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: white;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: white;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.grises img:hover {
    filter: url('##606063 scale');
    /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: #606063 scale(100%);
    -moz-filter: #606063 scale(100%);
    -ms-filter: #606063 scale(100%);
    -o-filter: #606063 scale(100%);
    filter: #606063 scale(100%);
    /* Para cuando es estándar funcione en todos */
    filter: #606063 ();
    /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grises img {
    -webkit-filter: #606063 scale(0%);
    -moz-filter: #606063 scale(0%);
    -ms-filter: #606063 scale(0%);
    -o-filter: #606063 scale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.fondo-negro {
    background: white;

}


.titulo {
    background: #FC4F00;
    ',GradientType=1 ); /* IE6-9 */
padding: 10px 10px;
    font-size: 25px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -40px;



}

.titulo-2 {
    background: red;
    padding: 10px 10px;
    font-size: 25px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.titulo-3 {
    background: #022859;
    /* Old browsers */
    background: -moz-linear-gradient(left, #022859 1%, #2661b5 50%, #022859 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #022859), color-stop(50%, #2661b5), color-stop(99%, #022859));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #022859 1%, #2661b5 50%, #022859 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #022859 1%, #2661b5 50%, #022859 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #022859 1%, #2661b5 50%, #022859 99%);
    /* IE10+ */
    background: linear-gradient(to right, #022859 1%, #2661b5 50%, #022859 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022859', endColorstr='#022859', GradientType=1);
    /* IE6-9 */
    padding: 10px 10px;
    font-size: 19px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}


.container-fluid {
    padding: 0;
}


.btn-2 {

    background: transparent;
    color: white;
    border: 2px solid #E68F00;

    display: block;

    margin-left: auto;

    margin-right: auto;
    font-size: 30px;
    border: none;
    margin-top: -130px;

}


.form-control {
    font-size: 18px;
    border: 3px solid #FF6600;
    color: #716E66 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #B92C32;
    border-radius: 4px;

}

.btn-default-2 {
    border: 2px solid #FF6600;
}



#forma {
    padding: 10px;
}

label {
    font-size: 14px;
    color: #606063;
}




.caja-texto {
    color: white;
    padding: 15px 15px 15px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    color: WHITE;
    width: 100%;
    display: inline-block;
    border-radius: 30px;
    text-align: justify;
}

.caja-inicio {

    padding: 15px 15px 15px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #ADA4A2;
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.btn-default {
    font-size: 16px;
    background: #B92C32;
    border: 0px solid #FF6600;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    color: white;
}

.btn-default :hover {
    font-size: 16px;
    border: 2px solid #B92C32;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.naranja {
    padding: 15px 15px 15px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    background: #FC4F00;
    color: white;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;

}


.small-form {
    font-size: 11px !important;
    color: #606063;
}

.titulo-5 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #606063;
}

.red {
    color: #B92C32;
    font-size: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #B92C32;
}

.btn-primary:hover {
    color: #fff;
    background-color: #606063;
    border-color: #606063;
}

.titulo-6 {
    font-size: 35px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    color: #606063;
    margin-left: 20px;
    line-height: 40px;
}


.titulo-7 {
    font-size: 45px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #B92C32;
}

.titulo-8 {
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #606063;
}

.frase {
    text-align: center;
    font-size: 36px;
    color: #606063;
}

.comillas {
    font-size: 57px;
    font-weight: bold;
}

.left {
    text-align: left;
}

.form-grande {
    font-weight: bold;
    font-size: 35px;
    color: #606063;
    margin-left: 60px;
}

.form-control:focus {
    border-color: #606063;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}




/* Aquí acaba */

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-top: -10px;
}

.img-center-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-top: 20px;
    margin-bottom: 0px;

}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
}

.navbar-nav {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: normal;
}

.tagline-divider {
    margin: 15px auto 3px;
    border-color: #999999;
    max-width: 250px;
}

.box {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding: 20px;
    /*  padding: 30px 15px;*/
}


.intro-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25em;
    font-weight: 400;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

strong {
    color: #012863;
}

footer {
    background: #B92C32;
    margin-top: 0px;
    min-height: 180px;
    font-family: 'Lato';
}

footer p {
    color: white;
    margin: 0;
    font-size: 15px;
    text-align: justify
}

footer h3 {
    color: #FC4F00;
    font-weight: bold;
    font-family: 'Lato';

}

footer a {
    color: #fff;
}

footer a:hover {
    color: #edc690;
}

footer a hover {
    color: #7c3c3c;
}

/*GALERIA*/

span.over {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    cursor: pointer
}

span.over {
    background: rgba(0, 182, 223, 0.46);
}

#screenshots {
    background: #fff;
    min-height: 250px;
    padding: 0;
    text-align: center
}

#screenshots ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#screenshots ul li {
    padding: 0;
    margin: 0;
    float: left;
    position: relative
}

#screenshots ul li a {
    width: 100%;
    height: 100%;
    float: left;
    display: block
}

.zoom-icon {
    width: 128px !important;
    height: 128px !important;
    position: absolute;
    top: 30%;
    left: 34%;
    border: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    border: 0 !important
}

@media screen and (min-width: 768px) {

    .brand {
        display: inherit;
        font-weight: 700;
        font-size: 5em;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        text-align: center;
        margin: 0;
        padding: 0 0 40px;
        font-size: 1.25em;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        background: #B92C32;
        color: black;
        border: none;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .nav > li > a {
        padding: 15px 25px 15px 30px;
        float: left;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        font-size: 1em;
        float: left;

    }

    .navbar-default .navbar-nav > li > a {
        color: white;
        text-align: center;
        font-weight: 500;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: white;
        background-color: transparent;
    }

}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.borde {
    border: 0px solid #B92C32;
    padding: 10px 10px;
    border-radius: 15px;
    background: #f2f2f2;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(96, 96, 99, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(96, 96, 99, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(96, 96, 99, 0.75);
}



.ver {
    background: #B92C32;
    color: white;
    text-align: center;
    padding: 5px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
}

.carousel-control.left {
    background-image: transparent !important;
    background-image: transparent !important;
    background-image: transparent !important;
    background-image: transparent !important;
    filter: transparent !important;
    background-repeat: repeat-x !important;
}

.carousel-control {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}



/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 80%;
    text-align: center;
    margin: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(185, 44, 50, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {

        font-size: 36px;

    }

    .overlay .closebtn {
        font-size: 20px;
        top: 15px;
        right: 35px;
    }
}

.menusin {

    background: #B92C32;
    color: white;
    border: none;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    padding: 5px 2px;

}

.menusin > span {
    text-align-last: right;
}

.derecha{
    font-size:30px;
    cursor:pointer;
    float: right;
}


.icon-medico {
    content: url(../img/medico.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}


.icon-vida {
    content: url(../img/vida.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-ahorro {
    content: url(../img/ahorro.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-inversion {
    content: url(../img/Inversi%C3%B3n.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-auto {
    content: url(../img/auto.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-hogar {
    content: url(../img/hogar.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-educacion {
    content: url(../img/educacion.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-empresa {
    content: url(../img/empr.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-empleados {
    content: url(../img/empleados.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.icon-gobierno {
    content: url(../img/gob.png);
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

.img-1 {
    background: #f2f2f2;
    width: 97%;
    height: auto;
    margin-bottom: 10px;
    padding: 18px 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 5px 0px rgb(96 96 99 / 75%);

}

.comentarios {
    text-align: left !important;
    font-weight: bold;
    margin-left: 40px;
    font-size: 17px;
}

.cliente {
    text-align: left !important;
    font-weight: bold;
    margin-left: 40px;
    font-size: 17px;
    border-bottom: 1px solid #B92C32;
    max-width: 130px;
}

.img-2 {
    background-image: url('../img/1.JPG');
    background-size: cover;
    width: 100%;
    height: auto;
}

.img {
    font-size: 68px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}


.personales {
    background-image: url(../img/personales.png);
    background-size: cover;
    min-height: 250px;



}

.empresariales {
    background-image: url(../img/empresarial.png);
    background-size: cover;
    min-height: 250px;



}

.gobierno {
    background-image: url(../img/gobierno.png);
    background-size: cover;
    min-height: 250px;



}

.blaco {
    background-color: rgba(255, 255, 255, 0.8);
}

a:hover, a:focus {
    color: #B92C32;
    text-decoration: none;
}


@media (max-width: 700px) {

    .frase {
        text-align: center;
        font-size: 20px;
        color: #606063;
    }

    .comillas {
        font-size: 27px;
        font-weight: bold;
    }
    
    .menusin {

    background: #B92C32;
    color: white;
    border: none;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    padding: 5px 2px;
        line-height: 40px;

}


}

@media (max-width: 1600px) {

    .comentarios {
        text-align: left !important;
        font-weight: bold;
        margin-left: 40px;
        font-size: 14px;
    }

    .cliente {
        text-align: left !important;
        font-weight: bold;
        margin-left: 40px;
        font-size: 14px;
        border-bottom: 1px solid #B92C32;
        max-width: 90px;
    }

}