@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);


*{
    margin: 0;
    padding: 0;
}
body{
    background: #f1f1f1;
    font: 13px 'Open Sans', sans-serif; 
}

p{
    text-align:justify;
    font-size:13px; 
    }
a {
    text-decoration:none;
    color:#bf0d3e;
   }
a:hover{
    color: #ffc700;
}
header, nav{
    display: block;
}

ol{
    margin-left: 15px;
}
    
/* Definimos un ancho 100% y una altura fija para nuestro menÃº */
header{
    background:#bf0d3e;
    height:65px;
    position: relative;
    width: 100%;
    z-index: 2
}

table { 
  width: 100%; 
  border-collapse: collapse; 
  margin: 2% 0 2% 0;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #bf0d3e; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.cur{
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cont-menu{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
}

.left-logo{
    width: 23%;

    float: left;
    display: inline-block;
}
.menu-head{
    width: 60%;
    display: inline-block;
    text-align: center;
}
.rigth-logo{
    width: 17%;
    display: inline-block;
    float: right;
}
.rigth-logo img{
width: 90%;
   margin: 15px 5px;
}
  

/* El logo sera flotado a la izquierda */
#logo{
    background-image: url(../images/logo.png);
    display: block;
    float: left;
    margin: 12px 5px 0px 10px;
    width: 300px;
    height: 35px;
    text-indent: -9999px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#logo1 {
    background: url(https://proventum.com.mx/images/mr.png);
    display: block;
    margin: 10px 0;
    width: 300px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
}
#logo2 {
    background: url(../images/logo.png);
    display: block;
    margin: 10px 0;
    width: 300px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
}
.inicio {
    color: white;zx
    text-transform: uppercase;
    float: right;
    margin-top: 15px;
}

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{float: center;}   

    /* Quitamos estilos por defecto de el tag UL */
    #menu ul{
        list-style: none;
        font-size: 13px;
    }
        
        /* Centramos y ponemos los textos en mayuscula */
        #menu li{
           display: block;
           float: left;
           text-transform: uppercase;
           text-align: center;
        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
                display: block;
                color: #fff;
                text-decoration: none;
                height: 60px;
                line-height: 60px;
                padding: 0 26px;
            }
            #menu li a:hover{
                background: #bf0d3e;
                color: #ffc700;
            }
    
    /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(../images/nav.png) no-repeat center center;
        float: right;
        width: 80px;
        height: 65px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .6;

    }   
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
        #nav-mobile.nav-active{
            opacity: 1;
        }



.contenedor{
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}

.tel{
        width: 100%;
    max-width: 1024px;
    height: 30px;
    background: #bf0d3e;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;

}
/*.tel:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -4px;
    right: 0;
    height: 23px;
    background-color: red;
    background: url(../images/1.png) no-repeat 0 -3px,url(../images/2.png) no-repeat 50% 0,url(../images/3.png) no-repeat 100% 0;
}*/
.tel-text{
    width: 70%;
    margin: 0 auto;
    margin-top: -3px;
}
.tel-text p{
    color: white;
    font-weight: 600;
}
.bandera{
       margin: -7px 50px;
    width: 100%;
}
.bandera2{
    margin: -7px -50px;
    width: 100%;
}

.aviso{
    width: 100%;
    max-width: 1024px;
    height: 30px;
    background: #5b6770;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-weight: 600;
}
.w{
    color: white !important;
}
.w:hover{
    color:#fdbf00 !important;
}

.seguro-img{
    width: 100%;
    height: 172px;

}
.seguro-img img{
    width: 100%;
    height: 172px;
      -moz-border-radius-topleft: 13px;
-moz-border-radius-topright:13px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:13px;
-webkit-border-top-right-radius:13px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:13px;
border-top-right-radius:13px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}

.seguro-text{
    width: 100%;
    background: white;
    padding: 5px;
    -moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
}
.seguro-text h2{
    text-align: center;
    font-size: 13.5px;
}


.quienes h2,h3,h1{
    text-align: center;
    font-size: 16px;
    margin: 5px 0 5px 0;

}
.quienes ul{
    text-align: justify;
    font-size: 13px;
    padding-left: 20px;
}

.quienes li{
    margin-bottom: 10px;
}

.privacidad{
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.privacidad h2,h3,h1{
    font-size: 16px;
    margin: 5px 0 5px 0;
    text-align: left;

}
.privacidad ul{
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
}

.privacidad li{
    margin-bottom: 10px;
    list-style:  circle;
}
.privacidad p{
    margin-bottom: 5px;
}
.titulo{
    text-align: center;
}
.prov-img{
    width: 100%;
    margin-top: 13%;
}
.prov-img img{
        width: 100%;
}

.propuesta{
    width: 73%;
    max-width: 1024px;
    margin:0 auto;
}
.propuesta h2{
    text-align: center;
    font-size: 16px;
}

.lista{
    width: 100%;
    margin:0 auto;
}
.lista p{
    margin-bottom: 10px;
}
.lista ul{
    padding-left: 20px;
    list-style-type: circle;
}
.boton{
    position: relative;
    display: inline-block;
    background: #bf0d3e;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    text-decoration: none;
    padding: 0.30em 1em 0.30em 1em;
    border: 0;
    cursor: pointer;
    outline: 0;
    margin: 1em;
}
.boton:hover{
    background: #df7366;
    color: #fff;
}

input, button, label {
   font: 13px 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password], input[type=email],input[type=number],select {
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  color: white;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.38);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus,input[type=password]:focus, select:focus, input[type=file]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.80);
  outline: 0;
}

label {
width: 200px;
line-height: 20px;
font-size: 13px;
font-weight: bolder;
}

textarea{
  margin-left: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  color: white;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.38);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

textarea:focus{
    color: white;
  background: rgba(0, 0, 0, 0.80);
  outline: 0;
}

input[type=radio]{
        width: 20px;
    height: 30px;
}
span{
    margin-top: 8px;
    margin-left: 3px;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.button {
    position: relative;
    display: block;
    background: #df7366;
    color: #fff;
    text-align: center;
    border-radius:13px;
    text-decoration: none;
    padding: 0.65em 3em 0.65em 3em;
    border: 0;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.button:hover
            {
                color: #fff;
                background: #903;
            }

.captcha{
    margin-left: 10px;
}
.text-cont{
    text-align: justify;
    font-size: 15px;
    margin: 15px 0 15px 0;
}

.contenedor-slider{
    width: 40%;
    height: auto;
    margin:0 auto;
}

.contenedor-slider h6{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.carrusel{
        width: 64%;
    max-width: 860px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}
.carrusel h6{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.carrusel iframe {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foot-text{
    width: 35%;
    margin: 0 auto;
    padding-top: 15px;
    color: white;

}
.foot-text a{
    color: white;
}
.foot-text a:hover{
    color: #ffc700;
}
.contenido-foot-text {
    width: 60%;
    margin: 0 auto;
    padding-top: 15px;
    color: white;

}
.contenido-foot-text p{
    text-align: center;
}

.contenido-foot-text a{
    color: white;
}

.contenido-foot-text a:hover{
    color: #ffc700;
}
footer {
    width: 100%;
    height: 50px;
    background:#bf0d3e;
}


.contenedor-text{
    width: 95%;
    height: auto;
    min-height: 250px;
    margin:0 auto;
}
.contenedor-text ul{
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.contenedor-text p{
    margin-bottom: 10px;
}
.contenedor-text h1,h2,h3,h4,h5,h6{
    font-size: 15px;
    font-weight: bolder;
    margin: 5px 0 5px 0;
}

.contenedor p{
    margin: 0 0 5px 0;
}

.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px black;
    color: #000;
}
.dron {
    background-color: rgba(255, 181, 0, 0.7);
    height: 35px;
    padding-top: 6px;
    
}

.cont-slider{
    width: 40%;
    height: auto;
    margin:0 auto;
}

.radio{
    width: 50px;
    display: inline-block;
    float: left;
}

.mr{
    display: none;
    visibility: hidden;
}
/*Slider footer*/
.cont-slider h6 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.anuncio-slide {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #5b6770;
    border-radius: 5px;
}
.anuncio-slide p {
    color: white;
    font-size: 13px;
    text-align: center;
    padding-top: 6%;
    text-shadow: 1px 2px 7px #050505;
}
/*btn-llamar*/
.btn-call{background-image:url(../images/tel.png);background-repeat:no-repeat;background-size:14%;background-position:15px;background-color:#fff;font-weight:700;color:#05aeda;position:relative;display:block;text-align:center;border-radius:13px;text-decoration:none;padding:.8em 3em;border:0;cursor:pointer;outline:0;margin:0 auto;width:50%;margin-top:20px;margin-bottom:20px;border:1px solid #05aeda}.btn-call:hover{color:#fff;background-image:url(../images/tel2.png);background-repeat:no-repeat;background-size:14%;background-position:15px;background-color:#05aeda}

.img-school{
       width: 100%;
    margin: 0 auto;
    margin-top: 12%;
    border-radius: 10px;
}
.texto-escuelas{
        width: 95%;
    margin: 0 auto;
}
.texto-escuelas h3{
    text-align: center;
}
.clear{
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

/*Seguro de proteccion*/
 .nota{
    width: 50%;
    height: auto;
    background: #bf0d3e;
    color: white;
    position: fixed;
    margin-left: 25%;
    margin-top: 20%;
    z-index: 99;
    padding: 10px;
    border-radius: 10px;
    }

.movil{
    display: none;
    visibility: hidden;
}
 .mail{
    position: absolute;
}
@keyframes float {
    0% {
        
        transform: translatey(0px);
        -moz-box-shadow: -3px 5px 16px #000000;
-webkit-box-shadow: -3px 5px 16px #000000;
box-shadow: -3px 5px 16px #000000;
    }
    50% {
    
        transform: translatey(-10px);
        -moz-box-shadow: -3px 5px 16px #000000;
-webkit-box-shadow: -3px 5px 16px #000000;
box-shadow: -3px 5px 16px #000000;
    }
    100% {
        
        transform: translatey(0px);
        -moz-box-shadow: -3px 5px 16px #000000;
-webkit-box-shadow: -3px 5px 16px #000000;
box-shadow: -3px 5px 16px #000000;
    }
}

@media only screen and (min-width: 320px) and (max-width: 490px) {
 .mail{
    position: relative;
}
 }

@media only screen and (min-width: 320px) and (max-width: 1024px) {
 
#none{
    display: none;
    visibility: hidden;
}
     .nota{
    width: 90%;
    height: auto;
    background: rgba(198, 48, 12, 0.94);
    color: white;
    position: fixed;
    margin-left: 5%;
    margin-top: 100%;
    } 
.movil{
    width: 80%;
    max-width: 350px;
    background: #4f5961;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: block;
    visibility: visible;
        border-radius: 5px;
    animation: float 6s ease-in-out infinite;
} 
.movil a{
    font-size: 15px;
    font-weight: bolder;
    color: white !important;   
}

.movil:hover{
    background: #bf0d3e;
    cursor: pointer;
}
body{
    background:;  #f6f6f6;
    }    
header{
    background:#bf0d3e;
    height:60px;
    position: relative;
    width: 100%;
    z-index: 2
}
.menu-head {
    width: 100%;
}

.mr{
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #bf0d3e;
    margin-top: 5px;
    text-align: center;
    padding: 5px;
}
.rigth-logo {
    display: none;
    visibility: hidden;
}
.left-logo {
    width: 80%;
    float: left;
    display: inline-block;
}

#logo{
    background: url(../images/logo.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 15px 0px 0 15px;
    width: 230px;
    height: 40px;
    text-indent: -9999px;
    background-size: contain;
}

#logo1{
    display: block;
    float: left;
}
#logo2 {
    display: none;
}
.inicio{
    display: none;
}
   
    
    p{
        font-size: 13px;
        
        }
    
    
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
       
    }
        /* Convertimos nuestra lista de enlaces en un menÃº horizontal */
        #menu ul{
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
        }
            /* estilos para los LI del menu */
            #menu li{
                  background: rgba(191, 13, 62, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: none;
            }

            /* Quitamos el borde del ultimo item del menÃº */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
                }
                #menu li a:hover{background: rgba(72, 72, 72, 0.70);}

        /* Agregamos una animaciÃ³n al despligue del menÃº */
        #menu ul.open-menu{
            max-height: 600px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }
.bloq{
    width: 50%;
    display: inline-block;
    float: left;
}
.bloq img{
    width: 100%;
    text-align: center;
}
#bnd{
    width: 50px !important;
}

.tel{
    height: 50px;
    border-radius: 0;
    margin-top: -2px;
}
.tel-text{
         margin-top:35px; 
         width: 100%;
}
.tel-text p {
    font-size: 12px;
    color: white;
    font-weight: normal;
    text-align: center;
}
.aviso{
    height: auto;
     border-radius: 0;
}
.aviso a{
    font-size: 10px;
}

.contenedor-slider{
    width: 95%;
}

.carrusel{
    width: 90%;
}             
        
.foot-text{
    width: 90%;
}

.foot-text p{
    font-size: 10px;
    text-align: center;
}

.contenedor-text h1, h2, h3, h4 {
font-size: 13px !important;
    font-weight: bolder;
    margin: 5px 0 5px 10px !important;
}
.contenedor p {
     margin: 0 5px 5px 5px;
}

.privacidad{
    width: 95%;
}

.contenido-foot-text {
    width: 60%;
    margin: 0 auto;
}
.contenido-foot-text p {
    font-size: 10px;
}

.bandera {
    margin: 0 auto;
    text-align: center;
}

.bandera2{
    display: none;
    visibility: hidden;
}
.captcha {
    margin-left: -25px;
}

.cont-slider{
    width: 100% !important;
    height: auto;
    margin:0 auto;
}

textarea{
    margin-left: 0px;
}

.propuesta {
    width: 90%;
}

td, th {
    padding: 3px;
    border: 0.5px solid #ccc;
    text-align: left;
    font-size: 10px;
}
.quienes ul {
    text-align: justify;
    font-size: 13px;
    padding-left: 9px;
}
.prov-img {
    width: 100%;
    margin-top: 0;
}

}

