@charset "utf-8";

* {
    margin: 0;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    background: #f7f7f7;
}

.caja {
    display: none;
}

.menu {
    display: inline-flex;
}

.correo,
.whatsap {
    font-size: 20px;
}

.correo {
    color: #273576;
}

.whatsap {
    color: rgb(28, 29, 28);
}

.TablaMensajeria {
    color: black;
    font-size: 20px;
}

.TablaMensajeria p {
    color: black;
    /* font-weight: 700; */
    text-decoration: underline black;
}

.ContentTitle {
    text-align: center;
}

/* .esfera {
    background-image: url(../imgs/Mensajeria/fondo1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-right: 74px;
    cursor: pointer;
    background-position-y: center;
  }
  .esfera span{
      position: fixed;
      margin-right: 51px;
      color: white;
      font-size: 12px;
  } */
.circulo {
    background-image: url(../imgs/Mensajeria/fondo1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.circulo>p {
    font-family: sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.circulo {
    position: relative;
    transform-origin: 200% center;
    z-index: 50;
}

.circulo:hover {
    animation-name: bounce-away;
    animation-duration: 1.0s;
    /*   animation-delay: 0.25s; */
    /*   animation-direction: alternate; */
    /*   animation-timing: ease; */
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.servicios-circulos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto;
    max-width: 1200px;
}

.alert-container{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 380px;
}
.alert-container .alert{
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}


@keyframes bounce-away {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
        transform: scale(0.9, 1.1) translateY(-20px);
    }

    50% {
        transform: scale(1.05, 0.95) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-7px);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.ocultar {
    display: none;
}


.menuContenedor {
    display: flex;
}

/* */
.allin {
    border-top: #273576 solid 5px;
}

.seleccion {
    height: 20px;
    width: 170px;
}

.seleccion a {
    background-color: white;
    display: block;
    text-align: center;
    text-decoration: none;
}

.seleccion a::after,
.seleccion a::before {
    text-decoration: none;
}

.carrusel {
    max-height: 400px;
    height: auto;
}

.carousel-caption {
    bottom: 150px !important;
    background: rgba(238, 234, 233, .70);
    right: 0 !important;
    left: 0 !important;

}

.carousel-caption>h1 {
    margin-top: 10px;
    font-weight: bold;
    color: #273576;
    display: block;
    padding: 5px 10px 5px 0;
    font-size: 350%;
}

.carousel-caption>p {
    color: #273576;
    line-height: 50%;
    margin: 0;
    text-align: center;
    font-size: 150%;
}

/* aun no se donde va esto */
#cont-main {
    padding: 20px;
    background-attachment: #fff;
}

/* ////////////// */
p {
    margin-bottom: 10px !important;
}

a {
    text-decoration: none;
}

h1 {
    color: #273576;
    display: block;
    padding: 5px 10px 5px 0;
    font-size: 170% !important;
    font-weight: bold !important;
}

h2 {
    color: #003;
    display: block;
    padding: 10px 10px 5px 0;
    font-size: 120% !important;
    font-weight: bold !important;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

#mapa {
    width: 100%;
    height: 200px;
}

.header {
    width: 990px;
    margin: 0 auto;
    min-height: 95px;
}

.headin {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0;
}

.logo {
    float: left;
    width: 35%;
}

.logo img {
    width: 90%;
}

/* aun no se donde va esto */
.infodigi {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    color: #074284;
    font-size: 95%;
}

.contmenu {
    width: 80% !important;
    float: right;
}

.contmenu a {
    text-transform: uppercase;
}

.toogleMenu {
    display: none;
    background: #333;
    padding: 10px 0px 10px 15px;
    color: #fff;
}

.menuint {
    width: 80%;
    text-align: right;
    margin: 0 auto;
    overflow: visible;
}

.tricol {
    width: 33%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}

.trifin {
    width: 33%;
    float: left;
    display: block;
    border-right: none !important;
}

.greydiv {
    background: #eeeeee;
    padding: 10px 0 20px;
    text-align: left;
}

.greydiv h2 {
    display: block;
    padding: 10px 20px !important;
    padding-left: 5% !important;
}

.greydiv p {
    display: block;
    padding-left: 5% !important;
    padding-bottom: 0px !important;
}

.greydiv img {
    text-align: center;
    margin: 30px auto 0;
    width: 35%;
    display: block;
}

.bigcol {
    width: 100%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}

.bicol {
    width: 49%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}

.bifin {
    width: 49%;
    float: left;
    display: block;
    border-right: none !important;
}

.tricol h1,
.tricol h2,
.tricol p,
.tricol ul,
.tricol li,
.bicol h1,
.bicol h2,
.bicol p,
.bicol ul,
.bicol li {
    padding: 0 20px 20px 0;
}

.formit {
    padding: 20px 0;
    text-align: center;
}

input,
textarea {
    padding-left: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    width: 70%;
    border: #dedede 1px solid;
}

input {
    height: 40px;
}

.inlang {
    width: 40px;
    height: 35px;
    margin: -20px 0px 0px;
    border: none !important;
    padding-left: 0px;
}

.butone {
    background: #ccc;
    color: #fff;
    cursor: pointer;
}

.butone:hover {
    background: #273576;
    color: #fff;
}

#lang {
    float: left;
    background: #273576;
    color: #fff;
    padding: 3px 10px 4px;
    margin-right: 10px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#netwdigi {
    float: right;
    color: #000;
    margin: 0px 0px 10px;
}

#netwdigi img {
    height: 30px;
}

#netwdigi img:hover {
    opacity: 0.5;
}

#middle,
#contents {
    width: 100%;
    margin: 0 auto 5px;
}

.prods_grid {
    display: inline-block;
    width: 16%;
    font-size: 90%;
    margin-top: 10px;
}

.prods_grid img {
    width: 100%;
}

.prods_int {
    width: 100%;
}

.prods_int a {
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
}

.prods_int a:hover {
    background: #273576;
}

.cyan {
    background: #09c;
}

.SkyBlue {
    background: #87CEEB;
}

.DodgerBlue {
    background: #1E90FF;
}

.RoyalBlue {
    background: #4169E1;
}

.Navy {
    background: #000080;
}

.Turquoise {
    background: #40E0D0;
}

.CadetBlue {
    background: #5F9EA0;
}

.blue {
    background: #273475;
}

.blue h2 {
    color: #fff !important;
}

.azul {
    background: #6666ff;
}

#contents {
    overflow: hidden;
}

#leftbar {
    float: right;
    width: 22%;
    height: 210px;
    overflow: hidden;
    margin-top: 10px;
}

#leftbar img {
    width: 100%;
}

#leftbar a img:hover {
    opacity: 0.5;
}

#rightbar {
    float: left;
    width: 20%;
}

#rightbar h1 {
    padding: 5px;
    margin-bottom: 0;
    background: #273576;
    border: 1px solid #273576;
    text-align: center;
    color: #fff;
    font-weight: bold !important;
    font-size: 80% !important;
}

ul.MenuBarVertical {
    border: 1px solid #ccc;
}

ul.MenuBarVertical {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100% !important;
    cursor: default;
    width: 100%;
}

ul.MenuBarVertical li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100% !important;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

ul.MenuBarVertical a {
    display: block;
    cursor: pointer;
    background-color: #fff;
    padding: 0.3em 0.75em;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

ul.MenuBarVertical a:hover {
    background-color: #09c;
    color: #fff;
}

.barmodule {
    border-bottom: 10px solid #273576;
    margin-bottom: 2px;
}

.barmodule a {
    text-decoration: none !important;
    color: #111111;
}

.butbar {
    padding: 10px 0 10px 40px;
    text-align: right;
    background: #999;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px !important;
}

.phone {
    background: url(../imgs/phone.png);
    /* no tengo la imagen */
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.mail {
    background: url(../imgs/mail.png);
    /* no tengo la imagen */
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#carouselExampleIndicators {
    width: 100%;
    text-align: center;
    float: left;
}

#contint,
#contint2 {
    /* float: right; */
    padding: 5px;
    text-align: justify;
}

#contint {
    width: 100%;
}

#contint2 {
    width: 100%;
}

#contint ul li,
#contint2 ul li {
    margin-left: 10px;
    display: block;
    padding: 0 0 0 20px;
    background: url(../imgs/li-icon.png) no-repeat;
}

#contint2 p,
#contint2 h1,
#contint h2 {
    padding-left: 12px;
}

.imgint {
    width: 100%;
    overflow: hidden;
    max-height: 200px;
    margin-bottom: 5px;
}

.imgint2 {
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 5px;
}

.imgint img,
.imgint2 img {
    width: 100%;
}

#servbaners {
    text-align: center;
}

#servbaners img {
    margin: 0 1px;
}

#servbaners a img:hover {
    opacity: 0.5;
}

.logos {
    background: #fff;
    text-align: center;
}

.logos img {
    width: 30%;
    padding: 10px;
}

.footer {
    float: left;
    width: 100%;
}

.footint {
    background: #273576;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 90%;
}

.footleft p {
    display: block;
    padding: 20px;
}

.footright {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 95%;
}

.fb_iframe_widget {
    border: solid 1px navy;
}

/* adicionar */
#cont-main ul li {
    display: block;
    list-style-type: none;
    padding-left: 15px;
    background: url(../imgs/bullet-blue.png) no-repeat;
}

img {
    border: none;
}

/* resposive */
@media screen and (max-width: 780px) {
    a {
        text-decoration: none !important;
    }

    a::after,
    a::before {
        text-decoration: none !important;
    }

    .header {
        width: 100%;
        margin: 0 auto;
        min-height: 95px;
    }

    #middle {
        width: 100%;
        margin: 0 auto;
    }

    .footint {
        font-size: 85%;
    }

    .imgint,
    .imgint2 {
        margin-bottom: 0px !important;
    }

    #lang {
        width: 100%;
    }

    #netwdigi {
        text-align: center;
        float: none;
    }

    #netwdigi img {
        height: 10%;
    }

    .logo {
        float: left;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 75%;
    }

    .menuint {
        width: 100%;
        text-align: center;
    }

    .tricol,
    .bicol,
    .trifin,
    .bifin {
        width: 100%;
    }

    .prods_grid {
        width: 49%;
        font-size: 80%;
        margin-bottom: 5px;
    }

    #leftbar {
        width: 100%;
        margin-bottom: 10px;
        max-height: 100px;
    }

    .blue {
        display: none;
    }

    #contents {
        width: 100%;
    }

    #rightbar {
        float: left;
        width: 100%;
    }

    #contint p,
    #contint h1,
    #contint h2 {
        padding-left: 12px !important;
    }

    #contint {
        width: 100%;
        padding-left: 10px;
    }

    .logos img {
        width: 45%;
    }

    .greydiv h2,
    .greydiv p {
        padding-left: 10% !important;
    }

}

@media screen and (max-width: 576px) {
    .img_tapabocas>a>img {
        width: 112px;
        height: auto;
        transition: none;
    }
}