/* ==========================================================================
   Author's www.ances.net
   ========================================================================== */
.dposi{
    -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);

    -webkit-border-radius: 15px 20px;  /* Safari  */
    -moz-border-radius: 15px 20px;     /* Firefox */
    padding: 50px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
/*            body {
                margin: 0;
                margin-top: -61px!important;

            }*/
.top{
    /*margin-top: 30px!important; 
    margin-right: 20px!important;*/
    background-color: #def1f7;
}
.logo{
    margin-top: -35px!important; 

}
.imglogo{
    margin-top: 25px!important;
}
.a {
    color: white;
    text-decoration: none;
    font-size: 20px; 
    background-color: transparent!important;

    text-shadow: -1px -1px 4px #272927;
    color: silver;
}

/* unvisited link */
.a:link {
    color: white;   
    background-color: transparent!important;
}

/* visited link */
.a:visited {
    color: white;
    background-color: transparent!important;
}

/* mouse over link */
.a:hover {
    color: antiquewhite;
    font-size: 150%;
    background-color: transparent!important;
    z-index: 1001;
}

/* selected link */
.a:active {
    color: white;
    background-color: transparent!important;
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);*/
footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}




.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}


.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}

/*Small devices (landscape phones, 544px and up)*/
@media (max-width: 544px) { 
    .imglogo{
        margin-top: 25px!important; 
        width: 80px;
    }
    .top{
        /*margin-top: 5px!important; */
        background-color: #def1f7;
    }
    .socialAnces{
        display: none !important;
    }
    .textosAnces{
        margin-left: 2px;
        margin-right: 2px;
    }
    .prediAviva{
        display: none !important;
    }
    .escribenos{
        margin-left:  5px;
        margin-right:  5px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
    .a {                
        font-size: 15px;              
    }  
    .imglogo{
        margin-top: 25px!important; 
        width: 80px;
    }
    .navbar-nav>li>a {
        font-size: 9px;
    }
    .top{
        /*margin-top: 10px!important; */
        background-color: #def1f7;
    }
    .textosAnces{
        margin-left: 10px;
        margin-right: 10px;
    }
    .prediAviva{
        display: none !important;
    }
    .socialAnces{
        display: none !important;
    }
}
/*
            //Large devices (desktops, 992px and up)
            @media (min-width: 992px) { ... }

           // Extra large devices (large desktops, 1200px and up)
            @media (min-width: 1200px) { ... }*/

.btnazul {
    display: block;
    height: 20px;
    padding: 15px 15px 40px 15px;
    width: 400px;

    background: #151A7C;
    background: -moz-linear-gradient(top, #87CEEB 0%, #151A7C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#151A7C));

    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 10px;

    font: bold 16px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 1px 2px #62C2F9;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

















