﻿   .u-shadow-v22 {
            box-shadow: 0 2px 5px #eee;
        }

        .degree-right:after, .degree-right:before {
            position: absolute;
            content: '';
            height: 50px;
            background: #fff !important;
            z-index: 2;
            bottom: -25px;
        }

        .degree-right {
            position: relative;
            z-index: 0;
        }

        .degree-right:before {
            width: 65%;
            left: 0;
            -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
            -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
            transform: matrix(1, 0.102, 0, 2, 0, 0);
        }

            .degree-right:after {
                width: 35%;
                right: 0;
                -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
                -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
                transform: matrix(1, -0.19, 0, 2, 0, 0);
            }

        .degree-footer-top:after, .degree-footer-top:before {
            position: absolute;
            content: '';
            height: 50px;
            background: #ad1b1b;
            z-index: 2;
            top: -25px;
        }
        .degree-footer-top:after {
    width: 65%;
    right: 0;
    -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
    -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
    transform: matrix(1, 0.102, 0, 2, 0, 0);
}
        .degree-footer-top:before {
    width: 35%;
    left: 0;
    -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
    -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
    transform: matrix(1, -0.19, 0, 2, 0, 0);
}
        .degree-footer-top {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100px;
        }

 .boton_personalizado
      {
    text-decoration: none;
    padding: 10px;
    /*font-weight: 600;
    font-size: 20px;*/
    color: #013784;
    
    border-radius: 5px;
    border: 1px solid #afb0b2;
  }
  .boton_personalizado:hover{
    color: #fff;
    background-color: #013784;
  }

         .fa-phone:before {
             color:#013784;
             font-size:20px;
         }

         .fa-envelope:before {
              color:#013784;
             font-size:20px;

         }

         .ema {
             font-family: "AmsiProCond", Sans-serif;
             font-weight: bolder;
             font-weight: bold;
             font-size: 11px
         }

         .cor {
             color: #013784;
    font-size: 21px;
    margin-top: 0.5em;
    font-weight: bold;
         }

        .text-dark2 {
            color: #072567;
        }

        .ti {
            color: #fff;
            font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;
            text-align: left;
            font-weight: bold;
        }

      /*border-right: 1px solid #a36a4f;*/
       .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    /*font-weight: 600;
    font-size: 20px;*/
    color: #013784;
    
    border-radius: 5px;
    border: 2px solid #afb0b2;
  }
  .boton_personalizado:hover{
    color: #afb0b2;
    background-color: #013784;
  }

         .fa-phone:before {
             color:#013784;
             font-size:20px;
         }

         .fa-envelope:before {
              color:#013784;
             font-size:20px;

         }

         .ema {
             font-family: "AmsiProCond", Sans-serif;
             font-weight: bolder;
             font-weight: bold;
             font-size: 11px
         }

         .cor {
             color: #013784;
    font-size: 12px;
    margin-top: 0.5em;
    font-weight: bold;
         }
/*******/
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgb(15 78 232 / 50%);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;
  /*letter-spacing: 0.25em;*/
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #caccd4;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

/******/



 
  

    button:hover{cursor: pointer}
    button {
      background: #072567; outline: none;
      font-family:'Dosis','Helvetica Neue',Arial,sans-serif;
      position: relative;
      border: 2px solid #d2d2d6;
      border-radius:10px;
      
      padding: 15px 50px;
      overflow: hidden;
      color:#eaeaee;
      
    }

    /*button:before (attr data-hover)*/
    button:hover:before{opacity: 1; -webkit-transform: translate(0,0); transform: translate(0,0);}
    button:before{
      content: attr(data-hover);
      position: absolute;
      top: 1.1em; left: 0;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 800;
      font-size: .8em;
      opacity: 0;
      -webkit-transform: translate(-100%,0);
              transform: translate(-100%,0);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
      /*button div (button text before hover)*/
      button:hover div{opacity: 0; -webkit-transform: translate(100%,0); transform: translate(100%,0)}
      button div{
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
        font-size: .6em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
      }
   
                   /***WS*/

            .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:50px;
	/*background-color:#25d366;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 2px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  /*background-color:#fff;*/
}

.my-float{
	margin-top:16px;
}


    .ws {

            width: 250px;
             max-width: 100%;
        }
            .ws:hover {
                filter: saturate(180%);
            }
/******/


       .text-dark2 {
           color: #072567;
       }

        .team-style-eleven .team-content {
     position: absolute; 
     bottom: 0; 
     left: 0; 
     width: 100%; 
     background-color: #fff; 
     padding-top: 25px; 
     padding-bottom: 25px; 
     z-index: 5; 
     -webkit-transition: all 0.3s ease-out; 
     border-radius: 4px; 
    border: 1px solid #fff;
    box-shadow: 0px 10px 10px -11px #00000026;
}

.section-title .title {
    font-size: 44px;
    font-weight: 600;
    color: #040467;
    line-height: 55px;
}

.team-style-eleven .team-content .team-name a {
    color: #6d768a;
}

  .degree-right:after, .degree-right:before {
            position: absolute;
            content: '';
            height: 50px;
            background: #fff !important;
            z-index: 2;
            bottom: -25px;
        }

  .degree-right1:after, .degree-right1:before {
            position: absolute;
            content: '';
            height: 50px;
            background: red !important;
            z-index: 2;
            bottom: -25px;
        }

  .degree-right1 {
            position: relative;
            z-index: 0;
        }

            .degree-right1:before {
                width: 65%;
                left: 0;
                -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
                -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
                transform: matrix(1, 0.102, 0, 2, 0, 0);
            }

            .degree-right1:after {
                width: 35%;
                right: 0;
                -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
                -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
                transform: matrix(1, -0.19, 0, 2, 0, 0);
            }

  /**/

        .degree-right {
            position: relative;
            z-index: 0;
        }

            .degree-right:before {
                width: 65%;
                left: 0;
                -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
                -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
                transform: matrix(1, 0.102, 0, 2, 0, 0);
            }

            .degree-right:after {
                width: 35%;
                right: 0;
                -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
                -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
                transform: matrix(1, -0.19, 0, 2, 0, 0);
            }

        .degree-footer-top:after, .degree-footer-top:before {
            position: absolute;
            content: '';
            height: 50px;
            background: #ffffff;
            z-index: 2;
            top: -25px;
        }

        .degree-footer-top:after {
            width: 65%;
            right: 0;
            -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
            -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
            transform: matrix(1, 0.102, 0, 2, 0, 0);
        }

        .degree-footer-top:before {
            width: 35%;
            left: 0;
            -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
            -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
            transform: matrix(1, -0.19, 0, 2, 0, 0);
        }

        .degree-footer-top {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100px;
        }

       /*border-right: 1px solid #a36a4f;*/
       .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    /*font-weight: 600;
    font-size: 20px;*/
    color: #013784;
    
    border-radius: 5px;
    border: 1px solid #afb0b2;
  }
  .boton_personalizado:hover{
    color: #fff;
    background-color: #013784;
  }

         .fa-phone:before {
             color:#013784;
             font-size:20px;
         }

         .fa-envelope:before {
              color:#013784;
             font-size:20px;

         }

         .ema {
             font-family: "AmsiProCond", Sans-serif;
             font-weight: bolder;
             font-weight: bold;
             font-size: 11px
         }

         .cor {
             color: #013784;
    font-size: 21px;
    margin-top: 0.5em;
    font-weight: bold;
         }

          .ti {
            color:#fff;
           font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;
           text-align:left;
           font-weight: bold;
        }

        /*border-right: 1px solid #a36a4f;*/
       .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    /*font-weight: 600;
    font-size: 20px;*/
    color: #013784;
    
    border-radius: 5px;
    border: 2px solid #afb0b2;
  }
  .boton_personalizado:hover{
    color: #afb0b2;
    background-color: #013784;
  }

         .fa-phone:before {
             color:#013784;
             font-size:20px;
         }

         .fa-envelope:before {
              color:#013784;
             font-size:20px;

         }

         .ema {
             font-family: "AmsiProCond", Sans-serif;
             font-weight: bolder;
             font-weight: bold;
             font-size: 11px
         }

         .cor {
             color: #013784;
    font-size: 12px;
    margin-top: 0.5em;
    font-weight: bold;
         }
/*******/
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgb(15 78 232 / 50%);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;
  /*letter-spacing: 0.25em;*/
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #caccd4;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

/******/


    button:hover{cursor: pointer}
    button {
      background: #072567; outline: none;
      font-family:'Dosis','Helvetica Neue',Arial,sans-serif;
      position: relative;
      border: 2px solid #d2d2d6;
      border-radius:10px;
      
      padding: 15px 50px;
      overflow: hidden;
      color:#eaeaee;
      
    }

    /*button:before (attr data-hover)*/
    button:hover:before{opacity: 1; -webkit-transform: translate(0,0); transform: translate(0,0);}
    button:before{
      content: attr(data-hover);
      position: absolute;
      top: 1.1em; left: 0;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 800;
      font-size: .8em;
      opacity: 0;
      -webkit-transform: translate(-100%,0);
              transform: translate(-100%,0);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
      /*button div (button text before hover)*/
      button:hover div{opacity: 0; -webkit-transform: translate(100%,0); transform: translate(100%,0)}
      button div{
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
        font-size: .6em;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
      }
         
                .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:50px;
	/*background-color:#25d366;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 2px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  /*background-color:#fff;*/
}

.my-float{
	margin-top:16px;
}

/**********/




