
html, body {
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 30px;
    color: #092E6E;
    font-weight: 100;
    text-decoration: none;
}

.header {
    padding-top: 130px;
    background-color: #eee;
}
.header h1 {
    font-size: 60px;
}
/* Inician estilos para la barra de navegación superior */
.navbar {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.95);
    /*background-color: rgba(154,97,192,0.5);*/
    /*background-color: transparent;*/
    text-align: right;
}
/* Terminan estilos para la barra de navegación superior */

/* Inician estilos para botnes de menú superior */
.nav1{
    font-size: 12px;
    padding-top: 20px !important;
    color: #305CA1 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0px;
}
.nav1_{
    font-size: 24px;
    padding-top: 10px !important;
    color: #305CA1 !important;
    font-weight: 100 !important;
    margin: 0px;
}
.nav1a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.alter {
    background-color: #9D65C2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.nav1:hover{
    color: #ff9900 !important;
    border-bottom: 1px solid #ff9900;
}
.nav1:active {
    color: #ff9900 !important;
}
.alter:hover {
    background-color: #ff9900 !important;
    color: #fff !important;
}

.nav2{
    font-size: 12px;
    padding-top: 30px !important;
    color: #092E6E !important;
    font-weight: 700 !important;
}
.nav2:hover{
    color: #092E6E !important;
}
.nav2:active {
    color: #E60606 !important;
}

.bg_ini {
    background: url('../images/plottershp-bg-03.jpg') no-repeat top fixed;
}
.bg_ini2 {
    background: url('../images/sistemascontino-bg-01.jpg') no-repeat bottom fixed;
    background-size: cover;
}

.recuadro {
    margin-bottom: 100px;
    margin-left: 40px;
}

.recuadro-heading {
    color: #fff;
    background-color: #ff6500;
    border-color: #337ab7;
    padding:10px;
    text-align: center;
}

.recuadro-body {
    padding:15px;
}

.block1 {
    background-color: #ff6500;
    opacity: .5;
}
.block2 {
    width: 100px;
    background-color: #ff6500;
    opacity: .5;
    margin-left: -55px;
    margin-top: 1px;
    height: 100px;
}

/* Inician estilos para contenido */

.intro {
    max-width: 1000px;
}

.head_logo {
    padding-top: 0px;
    height: 45px;
}


.section_win1 {
    /*background: #f4f4f4 url('../images/prm-bg-01.png') no-repeat bottom center;*/
    padding-top: 8%;
}
.win1 {
    background-color: rgba(255,255,255,.88);
    padding: 20px;
    font-size: 12px;
    color: #305CA1;
    font-weight: 300;
}
.win1 h1 {
    font-size: 370%;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
}
.win1 h2 {
    font-size: 200%;
    color: #305CA1;
    font-weight: 100;
    /*text-shadow: 2px 1px 2px rgba(0,0,0,0.5);*/
}
.win1 h3 {
    font-size: 260%;
    color: #666;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.win1 h4 {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}
.win1 p {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.win1_p {
    font-size: 12px;
    color: #305CA1;
    font-weight: 300;
}
.win1 a:hover, p:hover, h3:hover {
    color: #ff9900;
    text-decoration: none;
}
.win1 hr {
    border-top: 1px solid #ccc;
}
.win1_a {
    font-size: 16px;
    color: #305CA1;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline;
}
.win1_button {
    border: 1px solid #305CA1;
    border-radius: 2px;
    background-color: #305CA1;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.win1_button1 {
    border: 1px solid #305CA1;
    border-radius: 2px;
    background-color: #305CA1;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.win1_button:hover, .win1_button1:hover {
    border: 1px solid #ff9900;
    color: #fff;
    background-color: #ff9900;
}
.win1_button2 {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 45%;
}
.win1_button2:hover {
    border: 1px solid #c0c0c0;
    color: #999;
    background-color: #fff;
}










table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
tr, td {
    font-size: 12px;
    font-weight: 300;
    padding: 8px 2px;
    line-height: 1em;
}
tr.f1 {
    background-color: #E6E6E6;
}
tr.f2 {
    background-color: #9354BC;
}
td.head {
    font-weight: 700;
}
td.c1 {
    text-align: center;
}





form {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
input, textarea, select, option {
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.8);
    font-size: 12px;
    color: #305CA1;
    font-weight: 300;
    padding: 8px 20px;
    width: 100%;
    margin: 1px;
}
.camp_required {
    border-left: 3px solid #ff9900;
}

.section_colors {
    height: 5px;
    background: rgba(0,171,239,1);
    background: -moz-linear-gradient(left, rgba(0,171,239,1) 0%, rgba(237,0,138,1) 34%, rgba(253,241,4,1) 70%, rgba(34,30,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,171,239,1)), color-stop(34%, rgba(237,0,138,1)), color-stop(70%, rgba(253,241,4,1)), color-stop(100%, rgba(34,30,31,1)));
    background: -webkit-linear-gradient(left, rgba(0,171,239,1) 0%, rgba(237,0,138,1) 34%, rgba(253,241,4,1) 70%, rgba(34,30,31,1) 100%);
    background: -o-linear-gradient(left, rgba(0,171,239,1) 0%, rgba(237,0,138,1) 34%, rgba(253,241,4,1) 70%, rgba(34,30,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,171,239,1) 0%, rgba(237,0,138,1) 34%, rgba(253,241,4,1) 70%, rgba(34,30,31,1) 100%);
    background: linear-gradient(to right, rgba(0,171,239,1) 0%, rgba(237,0,138,1) 34%, rgba(253,241,4,1) 70%, rgba(34,30,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#221e1f', GradientType=1 );
}

#bloque-maplocation {
    width:100%;
    height: 300px;
    margin-top: 0px;
}
#maplocation {
    max-width: 100%;
    margin: 0 auto;
    color:#444;
}
#maplocation .col1 h2 {
    font-weight: 100;
    color:#fff;
}
#mapa .capa-anti-eventos {
    width: 100%;
    height: 300px;
    position: absolute;
    cursor: pointer;
}



/* Inician estilos para footer y enlaces */
footer {
    font-size: 12px;
    color: #fff !important;
    font-weight: 300 !important;
}
.footer_logo {
    text-align: right;
}
.footer_logo_ {
    height: 35px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.footer {
    background: #32578F url('../images/prm-bg-head-02.png') no-repeat top center;
    /*background-color: rgba(0,138,200,1);*/
    background-size: cover;
    /*background-color: #32578F;*/
    padding: 40px 0;
}
.footer h1 {
    font-size: 200%;
    font-weight: 100;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}
.footer a {
    font-size: 12px;
    color: #fff;
}
.footer a:hover {
    color: #73DCFF;
    text-decoration: underline;
}
.footer ul {
    margin-bottom: 40px;
}
.footer li {
    margin-left: -20px;
}
.foot {
    margin-top: 40px;
    border-top: 1px solid #274B83;
    padding-top: 20px;
}

.footer_text1 {
    font-size: 14px;
    color: #00b388;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer_text2 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}


/*Estilos para WhatsApp*/
.whatssapp_img {
    width: 50px;
    float: right;
}
.whatss_float {
    display: scroll;
    position: fixed;
    bottom: 130px;
    right: 20px;
}


.avisop {
    color: #fff !important;
}
.avisop:hover {
    color: #00B9E4 !important;
    text-decoration: underline !important;
}

.powered {
    font-size: 12px;
    color: #444;
    font-weight: 300;
    border-top: 1px dotted #444;
    margin-top: 50px;
    padding-top: 10px;
}

/* Terminan estilos para footer y enlaces */





/*video*/
.video_size {
    width: 640px;
    height: 360px;
}

@media (max-width: 1200px) {
    .video_size {
        width: 500px;
        height: 281px;
    }
    .creative_img {
        width: 80%;
    }
}
@media (max-width: 800px) {
    .video_size {
        width: 500px;
        height: 281px;
    }
    .creative_img {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .section_bluef {
        margin-top: 16%;
    }
    .headtit0 h1 {
        font-size: 320%;
    }

    .video_size {
        width: 267px;
        height: 150px;
    }
    .head_logo {
        width: 160px;
    }
    .nav1{
        font-size: 12px;
        color: #305CA1;
        text-transform: uppercase;
    }
    .nav1a{
        font-size: 11px;
    }
    .navbar {
        padding-bottom: 20px;
    }
}

.sec_registro h2 {
    margin-top: -20px;
    font-size: 160%;
    color: #fff;
    font-weight: 700;
}
.sec_registro a {
    font-size: 12px;
    font-weight: 300;
    color: #008AC8 !important;
    text-decoration: none;
}

.form_info_add {
    margin-top: 10px;
}
.check1 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 5px 0px 5px 5px;
    border: 1px solid #fff;
    background-color: rgba(4,47,96,0.7);
    margin: 0px 0px;
    margin-left: 1px;
}

.problematica h2 {
    font-size: 210%;
    font-weight: 300;
    color: #9e0b0f;
    margin-bottom: 30px;
}
.value_list li {
    list-style: none;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #545454;
    line-height: 25px;
}
.value_list ul.vineta_1 li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #545454;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: -20px;
}
/* Terminan estilos para contenido */


#linkint {
    padding-top: 140px;
}
.ir-arriba {
  display:none;
  padding:20px;
  background:#f4f4f4;
  font-size:20px;
  color:#305CA1;
  cursor: pointer;
  position: fixed;
  border: 1px solid #305CA1;
  border-radius: 50%;
  bottom:20px;
  right:20px;
  opacity: .5;
  z-index: 100;
}




/*space*/
.space {
    height: 100px;
}
.space_top {
    padding-top: 10%;
}
.space_top1 {
    margin-top: 140px;
}
.space50 {
    height: 50px;
}
.space40 {
    height: 40px;
}
.space30 {
    height: 30px;
}
.space20 {
    height: 20px;
}
.space10 {
    height: 10px;
}


/*Tablas*/
.table1 {
  display: table;
  background-color: #e0e0e0;
  width: 100%;
  min-width: 800px;
}
.table2 {
  display: table;
  background-color: #000;
  width: 100%;
}
.table-header1 {
  display: table-row;
}
.row1 {
  display: table-row;
}
.row1:hover {
  background-color: #f4f4f4;
}
.cell1 {
  display: table-cell;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background-color: #305CA1;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-weight: 700;
}
.cell2 {
  display: table-cell;
  font-size: 12px;
  color: #305CA1;
  text-decoration: none;
  font-weight: 300;
  padding: 5px;
}
.cell2 a {
  color: #305CA1;
}
.cell2 a:hover {
  color: #ff6500;
}


.bot_ico0 {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    padding-top: 60px;
}
/* Termina el estilo de celda general */



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
}
.navbar-inverse {
    border: none;
}
.navbar-brand {
    padding: 10px 15px;
}