﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import 'https://fonts.googleapis.com/css?family=Cabin|Quattrocento+Sans';



body
{
	padding: 0 !important;
	margin: 0 !important;
    font-family: Arial;
    /*color: #444;*/
    color: #000 !important;
    
}
   #footer{
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
    }

p {
    /*color: #f0f !important;*/
    font-size:1.3em;
}
   
.block-content-finaliza {
        background-image: url(../images/fondo_finaliza.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;

    }
.block-content-pass {
        background-image: url(../../Imagenes/back-pass2.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;


    }

.container {
    padding:0;
    width:100%;
    margin:0;
    /*border: dotted 3px #f0f;*/
    max-height: 100% !important;
    min-height: 100% !important;
    height: 100vh !important;
}
.msjLog {
    color: #f42436;
    font-style: italic;

}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

p {
    padding: 0 !important;
}



@media all {
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
} }



@media screen and (min-width: 75em){
    #regCel {
        display:none;
    }
	.container
	{
		
		width:100%;
		/*background: yellow; */
        background:#fff;
        /*border: dotted cyan 4px;*/
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;
        box-sizing: content-box;
        box-sizing: padding-box;
        box-sizing: border-box;
	}

    .b-center {
        text-align: center;
        width:100%;
        color: #04223f;
    }
    .b-left {
        text-align:left;
        width:100%;

    }
    .barra-top {
        background: #333 !important;
        color: #fff;
        /*display: inline-block;*/
        height:40px;
        width:100%;
        box-sizing: border-box;
        padding:12px;
        position: fixed; 
        top: 0; left: 0;
        z-index: 999; 

    }
    .block-top {
   
        /*border: dotted 2px green;*/
        width:20%;
        float: left;
        color: #808080;
        font-size:.9em;
    }
    .block-top a:link, .block-top a:visited  {
        color:#808080;
    }
    .block-top a:hover {
        color:#fff;
    }
    .block-top:nth-last-child(2) {
            color: cyan;
            border-left: #fff 2px solid;
            padding-left:10px;
            box-sizing: border-box;
            width:60%;
        }

    .block-content {
        /*background: blue;*/
        background-image: url(../images/fovissste_desarrolladores.jpg);
        /*border: double #f0f 5px;*/
       
        background-repeat: repeat;
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
         max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;
       

       
      
       
    }
     .block-content-reg {
        /*background: blue;*/
        background-image: url(../images/fondo_registro.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
         box-sizing: border-box;
         max-height: 90% !important;
        min-height: 90% !important;
        height: 90vh !important;
       
    }
    .block-content-finaliza {
        background-image: url(../images/fondo_finaliza.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
            max-height: 90% !important;
        min-height: 90% !important;
        height: 90vh !important;

    }
    .block-content-pass {
        background-image: url(../../Imagenes/back-pass2.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;

    }
    .mod-login {
        /*border: dotted 1px #f0f;*/
        width: 50%;
        margin:auto;
        padding-bottom:4%;
    }
        .mod-login h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }
    .mod-registro {
        /*border: dotted 1px #f0f;*/
        width: 80%;
        margin:auto;
        padding-bottom:4%;
    }
        .mod-registro h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }
     
        .boxLogin1 {
   
    width:30% !important; 
    margin: auto !important; 
    /*border:solid 3px #f0f;*/
      position: relative;
  animation-name: example;
  animation-duration: 1s;

}
        @keyframes example {
  0%   {left:0px; top:-600px; opacity:0}
  50%  {left:0px; top:20px; opacity:10}
  100% {left:0px; top:0px;}
}

    .t-box {
        /*background: rgba(255, 255, 255, 0.4);*/
        background: #cadbeb;
        border: solid #04223f 1px;
        
        border-radius:5px;
        padding:5px;
        
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#000;
        font-weight:bold;     
    }
     .t-box-reg {
        background: rgba(255, 255, 255, 0.4);
        border: solid #fff 1px;
        padding:5px;
        width: 80%;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#444;        
    }

    .log-user {
        background-image: url(../images/user_log.png);
    }
     .log-mail {
        background-image: url(../images/mail_log.png);
        
        
    }

    .log-pass {
        background-image: url(../images/pass_log.png);
    }
 


    .log-boton {
		width: 30%;
		height: 20px;
        margin: 20px auto auto auto;
        border-radius:7px;

	}

	.log-boton a {
		display: block;
		background: #333;
		height: 100%;
		text-align: center;
        padding:8px;
        color: #fff;
	}

	.log-boton a:hover {
		background: #00445e !important;
        color: #fff;
	}

     .loadPic {
		width: 30%;
		height: 30px;
        margin: 20px auto auto auto;
        border: none !important;
	}

	.loadPic a {
		display: block;
		background: #fff;
		height: 100%;
		text-align: center;
        padding:8px;
        color: #fff;
	}

	.loadPic a:hover {
		background: #00445e;
        color: #fff;
	}













    .leyendas a:link, .leyendas a:visited {
        font-size:.8em;
        /*color: #444;*/
  color: #000 !important;
     
    }
    .leyendas a:hover {
        
        color:#888;
    }

    .content-col {
        /*background:grey;*/
        width:80%;
        margin: auto;
        height:356px;
    }
    .col-r {
        /*background:cyan;*/
        width:70%;
        display:inline-block; 
        float: left;
        margin: auto;
    }
    .col-l {
        /*background:pink;*/
        width:30%;
        display:inline-block; 
        float: left;
        margin: auto;
    }

    .col40 {
        /*border: double red 2px;*/
        width:40%;
        /*background:grey;*/
        display:inline-block;
        float: left;
       
        text-align:left;
      
        
    }
    .col60 {
        /*border: double red 2px;*/
        width:60%;
        /*background:grey;*/
        display:inline-block;
        float: left;
        text-align:left;
    }

     .col50 {
        /*border: double red 2px;*/
        width:50%;
        /*background:grey;*/
        display:inline-block;
        float: left;
        text-align:center;
    }
   

    .footer {
      
        color: #fff;
        width:100%;
        text-align:center;
        font-size: .7em;
        /*background: #333;*/
        background: #04223f !important;
        position:absolute; /*El div será ubicado con relación a la pantalla*/
        height:40px;
        box-sizing:border-box;
        box-sizing:content-box;
        box-sizing:padding-box;
        z-index:0;
        line-height:40px;
        /*border:dotted #f0f 4px;*/


        
    }
 


}



@media screen and (min-width: 41em) and (max-width: 75em){
    #regCel {
        display:none;
    }

	.container
	{
		
		width: 100%;
		/*background: cyan;*/
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;
        box-sizing: content-box;
        box-sizing: padding-box;
        box-sizing: border-box;
	}

     .b-center {
        text-align: center;
        width:100%;
    }
    .b-left {
        text-align:left;
        width:100%;
    }
    .barra-top {
        background: #333 !important;
        color: #fff;
        /*display: inline-block;*/
        height:40px;
        width:100%;
        box-sizing: border-box;
        padding:12px;
          position: fixed; 
        top: 0; left: 0;
        z-index: 999; 
    }
    .block-top {
   
        /*border: dotted 2px green;*/
        width:20%;
        float: left;
        color: #808080;
        font-size:.9em;
    }
    .block-top a:link, .block-top a:visited  {
        color:#808080;
    }
    .block-top a:hover {
        color:#fff;
    }
    .block-top:nth-last-child(2) {
            color: cyan;
            border-left: #fff 2px solid;
            padding-left:10px;
            box-sizing: border-box;
            width:60%;
        }

    .block-content {
        /*background: blue;*/
        background-image: url(../images/fondo_portal.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
        /*border: dotted #ff0 4px;*/
        min-height: 100%;
        max-height: 100%;
        /*border: dotted cyan 4px;*/
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;
       
    }
     .block-content-reg {
        /*background: blue;*/
        background-image: url(../images/fondo_registro.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
         min-height: 100%;
        max-height: 100%;
        /*border: dotted cyan 4px;*/
        max-height: 90% !important;
        min-height: 90% !important;
        height: 90vh !important;
       
    }
    .mod-login {
        /*border: dotted 1px #f0f;*/
        width: 50%;
        margin:auto;
        padding-bottom:4%;
    }
        .mod-login h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }
    .mod-registro {
        /*border: dotted 1px #f0f;*/
        width: 80%;
        margin:auto;
        padding-bottom:4%;
    }
        .mod-registro h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }

        .boxLogin1 {
   
    width:70% !important; 
    margin: auto !important; 
    /*border:solid 9px #00bcd4;*/

}

    .t-box {
        
         background: #cadbeb;
        border: solid #04223f 1px;
        
        padding:5px;
        width: 80%;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#444;        
    }
     .t-box-reg {
        background: rgba(255, 255, 255, 0.4);
        border: solid #fff 1px;
        padding:5px;
        width: 80%;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#444;        
    }

    .log-user {
        background-image: url(../images/user_log.png);
    }
     .log-mail {
        background-image: url(../images/mail_log.png);
        
        
    }
    .log-pass {
        background-image: url(../images/pass_log.png);
    }

    .log-boton {
		width: 30%;
		height: 20px;
        margin: 20px auto auto auto;
	}

	.log-boton a {
		display: block;
		background: #333;
		height: 100%;
		text-align: center;
        padding:8px;
        color: #fff;
	}

	.log-boton a:hover {
		background: #00445e;
        color: #fff;
	}

    .leyendas a:link, .leyendas a:visited {
        font-size:.8em;
        /*color: #444;*/
  color: #000 !important;
     
    }
    .leyendas a:hover {
        
        color:#888;
    }

    .content-col {
        /*background:grey;*/
        width:80%;
        margin: auto;
        height:356px;
    }
    .col-r {
        /*background:cyan;*/
        width:70%;
        display:inline-block; 
        float: left;
        margin: auto;
    }
    .col-l {
        /*background:pink;*/
        width:30%;
        display:inline-block; 
        float: left;
        margin: auto;
    }

    .col40 {
        /*border: double red 2px;*/
        width:40%;
        /*background:grey;*/
        display:inline-block;
        float: left;
       
        text-align:left;
      
        
    }
    .col60 {
        /*border: double red 2px;*/
        width:60%;
        /*background:grey;*/
        display:inline-block;
        float: left;
        text-align:left;
    }

     .col50 {
        /*border: double red 2px;*/
        width:50%;
        /*background:grey;*/
        display:inline-block;
        float: left;
        text-align:center;
    }
   

    .footer {
        color: #fff;
        width:100%;
        text-align:center;
        font-size: .7em;
        /*background: #333;*/
        background: #00bcd4  !important;
        position:absolute; /*El div será ubicado con relación a la pantalla*/
        height:40px;
        box-sizing:border-box;
        box-sizing:content-box;
        box-sizing:padding-box;
        z-index:0;
        line-height:40px;

    }
  


}

@media screen and (min-width: 10em) and (max-width: 40em){
    #regPc {
        
        display:block;
    }

	.container
	{
		
		width: 100%;
		background: #fff;
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;
        box-sizing: content-box;
        box-sizing: padding-box;
        box-sizing: border-box;
	}
     .b-center {
        text-align: center;
        width:100%;
    }
    .b-left {
        text-align:left;
        width:100%;
    }
    .barra-top {
        background: #333 !important;
        color: #fff;
        /*display: inline-block;*/
        height:40px;
        width:100%;
        box-sizing: border-box;
        padding:12px;
          position: fixed; 
        top: 0; left: 0;
        z-index: 999; 
    }
    .block-top {
   
        /*border: dotted 2px green;*/
        width:20%;
        float: left;
        color: #808080;
        font-size:.9em;
    }
    .block-top a:link, .block-top a:visited  {
        color:#808080;
    }
    .block-top a:hover {
        color:#fff;
    }
    .block-top:nth-last-child(2) {
            color: cyan;
            /*border-left: #fff 2px solid;*/
            padding-left:10px;
            box-sizing: border-box;
            width:50%;
        }

    .block-content {
        /*background: blue;*/
        background-image: url(../images/fondo_portal.jpg);
   
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
        /*border: dotted green 4px;*/
        max-height: 100% !important;
        min-height: 100% !important;
        /*border: dotted cyan 4px;*/
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100vh !important;

    }


     .block-content-reg {
        /*background: blue;*/
        /*border: dotted #f0f;*/
        background-image: url(../images/fondo_registro.jpg);
        background-size: cover;
        text-align:center;
        padding-top:6%;
        box-sizing: border-box;
         box-sizing: border-box;
         max-height: 90% !important;
        min-height: 90% !important;
        height: 90vh !important;
       
    }
    .mod-login {
        /*border: dotted 1px #f0f;*/
        /*width: 90%;*/
        margin:auto;
        padding-bottom:4%;
    }
        .mod-login h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }
    .mod-registro {
        /*border: dotted 8px #f0f;*/
        width: 100%;
        display:block;
        margin:auto;
        padding-bottom:4%;
    }
        .mod-registro h1 {
            font-size:1.2em;
            font-family: Verdana;
            font-weight: normal;
        }
        .boxLogin1 {
   
    width:80% !important; 
    margin: auto !important; 
    /*border:solid 3px #09f7b5;*/

}
      
    .t-box {
       background: #cadbeb;
        border: solid #04223f 1px;
        
        padding:5px;
        width: 80%;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#444;        
    }
     .t-box-reg {
        background: rgba(255, 255, 255, 0.4);
        border: solid #f0f 1px;
        padding:5px;
        width: 80%;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        color:#444;        
    }

    .log-user {
        background-image: url(../images/user_log.png);
        
        
    }
     .log-mail {
        background-image: url(../images/mail_log.png);
       
        
    }
   
    .log-pass {
        background-image: url(../images/pass_log.png);
    }

       

    .log-boton {
		width: 30%;
		height: 20px;
        margin: 20px auto auto auto;
	}

	.log-boton a {
		display: block;
		background: #333;
		height: 100%;
		text-align: center;
        padding:8px;
        color: #fff;
	}

	.log-boton a:hover {
		background: #00445e;
        color: #fff;
	}

    .leyendas a:link, .leyendas a:visited {
        font-size:.8em;
        /*color: #444;*/
  color: #000 !important;
     
    }
    .leyendas a:hover {
        
        color:#888;
    }

    .content-col {
        /*background:grey;*/
        width:80%;
        margin: auto;
        height:356px;
    }
    .col-r {
        /*background:cyan;*/
        width:100%;
        display:block; 
        margin: auto;
       
    }
    .col-l {
        /*background:pink;*/
        width:55%;
        display:block; 
        
        margin: auto;
    }
        .col-l img {
            width:35%;
        }

    .col40 {
        /*border: double red 2px;*/
        width:100%;
        /*background:grey;*/
        display:block;
        float: left;
       
        text-align:left;
        padding-bottom:10px;
        box-sizing: border-box;
      
        
    }
    .col60 {
        /*border: double red 2px;*/
        width:100%;
        /*background:grey;*/
        display:block;
        float: left;
        text-align:left;
        padding-bottom:10px;
        box-sizing: border-box;
    }

   
    .footer {
       color: #fff;
        width:100%;
        text-align:center;
        font-size: .7em;
        /*background: #333;*/
        background: #00bcd4 !important;
        position:absolute; /*El div será ubicado con relación a la pantalla*/
        height:40px;
        box-sizing:border-box;
        box-sizing:content-box;
        box-sizing:padding-box;
        /*z-index:0;*/
        line-height:20px;


    }
    


}




.modal
{
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    background: #000 url("../../imagenes/logo_pmodal.png") no-repeat center;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    text-align:center;
    padding-top:5%;
}
    .modal span 
    {
        position: relative;
        z-index:10000;
        /*color: #00bcd4;*/
        color: #77b0ae;
        /*text-transform: uppercase;*/
        /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
        font-size: 180%;
        font-weight: bold;
        font-family: 'Quattrocento Sans', sans-serif;
       
    }
    .modal p 
    {
        font-size:100%;
        color:#fff;
        padding-bottom: 80px;
        
        width: 70%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
    
    }

     .modal label 
    {
        position: relative;
        z-index:10000;
        color: #00bcd4;
        /*text-transform: uppercase;*/
        font-family:ChunkFive;
        font-size: 210%;       
    }
     .modal a{
         color: #1ab0c3;
     }


.anexoFooter {
    width:100%;
    border: solid 1px #4b4b4b;
    background: #4b4b4b;
    color: #fff;
    padding:30px;
    font-size:1.1em;

}
    .anexoFooter a:link {
        color: #fff !important;
    }
    .anexoFooter a:hover {
        color: #00d6dd !important;
    }


    
    .modalCondiciones
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow:auto;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    text-align:center;
    padding-top:5%;
}
    .modalCondiciones span 
    {
        position: relative;
        z-index:10000;
        color: #00bcd4;
        text-transform: uppercase;
        font-family: 'Quattrocento Sans', sans-serif;
        font-size: 130%;
       
    }
    .modalCondiciones p 
    {
        font-size:14px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 
        color:#fff;
        font-weight: normal !important;
        text-align: justify;
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
        letter-spacing: normal;
    }
.notaAp {
    font-size:12px !important;
    font-style: italic;
}
.secciones {
    background: #f2f3f3 !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin:0 !important;
    font-size: 1.4em;
}
.subSecciones {
    background:#36b3b4;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}
/**icono font**/
.icoSeccion {
    color: #00425f;
}
.tituloDatos{
    background:#eaf2f5;
    color: #00425f;
}

.siniestrosInfo {
    background-image: url('../imagenes/bgSiniestro.png');
    padding:60px 30px 50px 30px;
    background-size: cover;
}
.txtSiniestros {
    background: none !important;
    color: #fff;
}
.txtSiniestrosT {
    text-transform: uppercase;
    padding-bottom:15px;
}
.bnCalidad {
    text-align:center;
    color: #fff !important;
    font-size: 24px !important;
}
.blokGris {
    background: #ddd;
    padding: 50px 0;
    font-size: 18px;
}

