a, a:focus, a:hover, a:active{
	text-decoration: none;
	transition: .5s all ease;
}
body{
	font-family: 'Montserrat', Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.72;
	color: #868181;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav>h1{
    display: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
.HeaderTop{
    height: 29px;
    background-color: #e06f29;
    margin: 0;
}
.MarginZero{
    margin: 0;
}
.direccion, .Number, .Message{
    display: inline-block;
    margin: 5px;
    color: white;
    font-size: 11px
}
.Number a{
    color: white;
}
.direccion i, .Number i, .Message i{
    margin-right: 5px;
}
.HeaderMiddle{
    padding: 32px 0;
}
.imgFullWidth{
    width: 100%;
}
.imgFullWidthP{
    width: 100%;
}
.menuPrincipal{
    font-family: 'Montserrat-Regular';
    height: 46px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
}
.menuPrincipal>a{
    color: black;
    margin: 0 10px;
    padding: 7px 7px 7px 7px;
    display: flex;
    align-items: center;
}
.meuPricipal>a:first-child{
    padding: 7px 27px 7px 15px;
}
.menuPrincipal a:hover{
    background-color: black;
    box-shadow: -3px 3px 10px #000;
    border-radius: 7px;
    color: white;
}
.menuPrincipal a i{
    margin-right: 5px;
}
.divMenu{
     position: relative;
}
.divMenu>a:first-child{
    color: black;
    margin: 0 10px;
    padding: 7px 17px 7px 17px;
    display: flex;
    align-items: center;
}
.divMenuTwo, .divMenuThree{
    background-color: black;
    box-shadow: -3px 3px 10px #000;
    color: white;
    position: absolute;
    z-index: 9;
    font-size: 10px;
    display: none;
}
.divMenuTwo{
    border-radius: 0 0 7px 7px;
}
.divMenuThree{
    border-radius: 7px;
    left: 148px;
}
.divMenuTwo{
    top: 38px;
    left: 9px;
}
.divMenuThree li{
    padding: 7px 10px;
    font-size: 10px;
    width: 200px;
}
.Duro, .Magna, .Locti, .Capal, .Arvo {
    left: 148px;
}
.Duro{
    top: 0;
}
.Magna{
    top: 40px;
}
.Locti{
    top: 82px;
}
.Capal{
    top: 123px;
}
.Arvo{
    top: 163.5px;
}
/*========================================*/
.activeTwo{
    background-color: black;
    box-shadow: -3px 3px 10px #000;
    border-radius: 7px 7px 0 0;
    color: white !important;
}
.active:hover{
    background-color: rgba(255,255,255, .8);
}
.imgSubMenu a:hover{
     box-shadow: none;
     background-color: transparent !important;
}
/*========================================*/
.divMenu>a:first-child:hover{
    background-color: black;
    box-shadow: -3px 3px 10px #000;
    border-radius: 7px 7px 0 0;
    color: white;
}
.imgSubMenu{
    padding: 12px;
    width: 146.9px;
    overflow: hidden;
    color: white;
}
.imgSubMenu a, a li{
    color: white;
}
.imgSubMenu a i{
     font-size: 18px;
     transition: .3s all ease-in-out;
}
.imgSubMenu a:hover i{
     transform: rotate(-90deg);
}
.imgSubMenu:hover .Duro, .imgSubMenu:hover .Magna, .imgSubMenu:hover .Locti, .imgSubMenu:hover .Capal, .imgSubMenu:hover .Arvo{
    display: block;
}
.divMenu:hover .divMenuTwo{
    display: block !important;
}
.SliderPrincipal{
    position: relative;
    height: auto;
}
.SliderText{
    position: absolute;
    color: white;
    top: 45%;
    text-shadow: 3px 3px 7px #000;
}
.SliderText h2{
    font-family: 'Montserrat-ExtraBold';
    font-size: 60px;
    margin: 0;
}
.SliderText p{
    font-family: 'Montserrat-Medium';
    font-size: 30px
}
.Welcome{
    font-family: 'Montserrat-Regular';
    color: #e06f29;
}
.BoxFigure{
   box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); 
}
.TextWelcome{
    padding: 10px 0 30px 0;
}
.SectionWelcome{
    padding: 9.5% 0;
}
.ParagraphWelcome{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    width: 85%;
    display: block;
    margin: 0 auto;
}
.OneButton{
    font-family: 'Montserrat-Regular';
    border: 2px solid #000;
    color: #000;
    border-radius: 7px;
    padding: 7px 23px;
    text-transform: uppercase;
    background: white;
    transition: .3s all ease-in-out;
    margin-top: 50px;
}
.OneButton:hover{
    color: white;
    background-color: black;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    padding: 10px 26px;
}
.OurProductTitle{
    text-align: center;
    font-size: 19px;
    padding: 50px 0;
}
.OurProductTitle h1{
    font-family: 'Montserrat-ExtraBold';
    color: #e06f29;
    position: relative;
    margin-bottom: 15px;
}
.OurProductTitle p{
    margin: 0;
}
.OurProductTitle h1::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 40%;
    height: 3px;
    width: 200px;
    background-color: #e06f29;
    margin-top: 5px;
}
.Duromar{
    background-color: #d02433;
}
.Magnaflux{
    background-color: #62bb46;
}
.Loctite{
    background-color: #6a6a6a;
}
.Capaltite{
    background-color: #0b7bc5;
}
.Aervoe{
    background-color: #00398b;
}
.Duromar, .Magnaflux, .Loctite, .Capaltite, .Aervoe{
    height: auto;
}
.TextDuromar,.TextMagnaflux, .TextCapaltite, .TextLoctite{
    font-size: 15px;
    color: white;
}
.divText{
    height: 220px;
    display: flex;
    align-items: center;
}
.divText p{
    margin: 0;
    line-height: 1.3;
}
.TextCapaltite{
    line-height: 1.2;
}
.LogosEmpresas{
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.imgDuromar, .imgMagnaflux, .imgLoctite, .imgCapaltite, .imgAervoe{
    background-size: cover;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.imgDuromar{
    background-image: url(../img/imgDuromarPrincipal.jpg);
}
.imgMagnaflux{
    background-image: url(../img/imgMagnafluxPricipal.jpg);
}
.imgLoctite{
    background-image: url(../img/imgLoctitePrincipal.jpg);
}
.imgCapaltite{
    background-image: url(../img/imgCapaltitePrincipal.jpg);
}
.imgAervoe{
    background-image: url(../img/imgAervoePrincipal.jpg);
}
.divHoverImg{
    border-top: 4px solid #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    background: linear-gradient(40deg,rgba(255,255,255,.7),#303f9f);
     background: -webkit-linear-gradient(40deg,rgba(255,255,255,.7),#303f9f);
    font-family: 'Montserrat-Black';
    font-size: 18px;
    margin-top: 87%;
    transition: 1.5s padding-top ease-in-out, .9s margin-top ease-in-out;
    padding-top: 100px;
}
.divHoverImg p {
    color: white;
    border: 1px solid #cecece;
    padding: 7px 4px;
    width: 75%;
    margin: 0 auto;
    border-radius: 7px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.imgDuromar:hover .divHoverImg, .imgMagnaflux:hover .divHoverImg, .imgLoctite:hover .divHoverImg, .imgCapaltite:hover .divHoverImg, .imgAervoe:hover .divHoverImg{
    margin-top: 0;
    padding-top: 30px;
}
.ContenedorFull{
    width: 100%;
}
.Productos, .Mantenimiento, .Sellantes{
    height: 400px;
    background-size: cover;
    width: 33.3333333333333333333333%;
    display: inline-block;
    margin-right: -3.7px;
}
.Productos{
    background-image: url(../img/Productos.jpg);
}
.Mantenimiento{
    background-image: url(../img/Mantenimiento.jpg);
}
.Sellantes{
    background-image: url(../img/Sellantes.jpg);
}
.BoxCentral{
    border: 1px solid #cecece;
    width: 250px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    line-height: 1.2;
    transition: .5s all ease-in-out;
    color: #000;
}
.BoxCentral span{
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    margin: 0;
}
.BoxCentral p{
    margin: 0;
}
.ProductosHover{
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 400px;
    transition: .5s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ProductosHover:hover{
    background-color: transparent;
}
.ProductosHover:hover .BoxCentral{
    background-color: rgba(255,255,255,.9);
}
.FooterProtenco{
    background-color: #2e344e;
    height: auto;
    padding: 4% 0;
    clear: both;
}
.imgFooter{
    width: 70%;
    margin-top: 27px;
}
.TextBackFooter{
    color: white;
    margin-top: 20px;
}
.proveedores{
    text-align: left;
    color: white;
    font-size: 11px;
}
.direccionFooter, .MessageFooter{
    margin: 15px 0;
}
.logoProveedores{
    width: 50px;
    margin-top: -9px;
}
.proveedores h1{
    font-size: 23px;
}
.proveedores i{
    margin-right: 5px;
}
.proveedores span{
    color: #6c758f;
    margin-right: 7px;
}
.MenuFooter h1{
    color: white;
    font-size: 25px;
}
.MenuFooter a{
    display: block;
    margin: 10px 0;
}
.Social{
    color: white;
    font-size: 11px;
    margin: 10px 0;
}
.Social img{
    width: 25px;
    margin-left: 10px;
    box-shadow: 5px 5px 20px #000;
    border-radius: 50%;
    transition: .9s all ease-in-out;
}
.Social img:hover{
    transform: rotateY(360deg);
}
.Finally{
    width: 100%;
    color: #5089c0;
    background-color: #23283d;
    text-align: center;
    padding: 7px 0px;
    font-size: 10px;
}
.formFixedMinimizer, .formFixed{
    position: fixed;
    bottom: 4.7%;
    right: 5%;
    height: auto;
    width: 350px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.formFixedMinimizer{
    background: linear-gradient(40deg,#FFD86F,#e06f29);
    padding: 10px 0;
    border-radius: 7px;
    z-index: 1;
}
.formFixedMinimizer h1{
    font-size: 20px;
    color: white;
    font-family: 'Montserrat-Medium';
    margin: 0 0 0 15px;
}
.formFixed{
    background-color: white;
    z-index: 2;
}
.HeaderForm{
    height: 70px;
    width: 100%;
    background-color: #d02433;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(40deg,#FFD86F,#e06f29);
}
.iconMinimizar, .iconClose, .iconCloseMin, .iconMaximizarMin{
    width: 20px;
    position: absolute;
    cursor: pointer;
}
.iconClose, .iconCloseMin{
    right: 5px;
}
.iconClose, .iconMinimizar{
    top: 5px;
}
.iconMinimizar, .iconMaximizarMin{
    right: 28px;
}
.iconCloseMin, .iconMaximizarMin{
    top: 11px;
}
.HeaderForm h1{
    font-size: 20px;
    margin-top: -5px;
    font-family: 'Montserrat-Medium';
}
.bodyForm{
    width: 90%;
    background-color: white;
    margin: -20px auto 0 auto;
    padding: 20px 0;
}
.IngreseDatos{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cecece;
    text-align: center;
}
.IngreseDatos h2{
    font-size: 18px;
}
.IngreseDatos p{
    font-size: 10px;
}
.DivInput{
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 7px;
    font-size: 10px;
}
.btnMessage{
    margin: 10px auto;
    display: block;
    background-color: #e06f29;
    color: white;
    border: 2px solid #e06f29;
    transition: .5s all ease-in-out;
}
.btnMessage:hover{
    color: #e06f29;
    border: 2px solid #e06f29;
    background-color: transparent;
}
.FooterForm{
    background: #e8e6e6;
    font-family: 'Montserrat-Bold';
    text-align: center;
    padding: 7px 0;
}
/*=================Nosotros================*/
.contenedorParallax{
    width: 100%;
    height: 280px;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxParallax{
    background-color: rgba(0,0,0,.8);
    color: white;
    text-align: center;
    padding: 20px 0;
}
.boxParallax h1{
    font-family: 'Montserrat-Bold';
}
.boxParallax h4{
    margin: 10px 0 3px 0;
    font-family: 'Montserrat-Medium';
}
.Nosotros{
    background-image: url(../img/MantenimientoIndustrial.jpg);
}
.iconNosotros{
    margin: 7% auto;
    width: 60px;
}
.contenedorNosotros{
    text-align: justify;
    margin: 5% 5%;
}
.contenedorNosotros h1, .contenedorProductos h1{
    text-align: center;
    font-size: 19px;
    font-family: 'Montserrat-SemiBold';
    margin: 10px 0;
}
.boxParallaxProductos{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.8);
    color: white;
}
.TextPrincipalProductos{
    text-align: justify;
    margin: 20px 0;
    color: black;
}
.duromarProductos{
    background-image: url(../img/imgParallaxDuromar.png);
}
.reparacionProductos{
    background-image: url(../img/MantenimientoIndustrial.jpg);
}
.magnafluxProductos{
    background-image: url(../img/pricipales/magnaflux.jpg);
}
.revestimientoProductos{
    background-image: url(../img/pricipales/revestimiento.jpg);
}
.epoxicosProductos{
    background-image: url(../img/pricipales/epoxicos.jpg);
}
.penetrantesProductos{
    background-image: url(../img/pricipales/penetrantes_visibles.jpg);
}
.flourescenteProductos{
    background-image: url(../img/pricipales/penetrantes_flourescentes.jpg);
}
.particulasProductos{
    background-image: url(../img/pricipales/particulas_magneticas.jpg);
}
.equiposProductos{
    background-image: url(../img/pricipales/equipos.jpg);
}
.recubrimientosProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/recubrimientos.jpg);
}
.antiadherenteProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/antiadherente.jpg);
}
.adhesivosProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/adhesivos.jpg);
}
.selladorProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/sellador_conexiones.jpg);
}
.formadorProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/formador_empaquetaduras.jpg);
}
.fijacionProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/fijacion_piezas.jpg);
}
.trabadoresProductos{
    background-image: url(../img/imgProductosGeneral/loctite/parallax/trabadores_pernos.jpg);
}
.limpiadoresProductos{
    background-image: url(../img/imgProductosGeneral/aervoe/limpiadores.jpg);
}
.lubricantesProductos{
    background-image: url(../img/imgProductosGeneral/aervoe/lubricantes/lubricantes.jpg);
}
.sellantesProductos{
    background-image: url(../img/imgProductosGeneral/copaltite/sellantes.jpg);
}
.otrosProductos{
    background-image: url(../img/imgProductosGeneral/otros.jpg);
}
.catalogo{
    background-image: url(../img/imgProductosGeneral/catalogo.jpg);
}
.loctiteProductos{
    background-image: url(../img/pricipales/loctite.jpg);
}
.LogoParallaxProductos{
    width: 20%;
}
.textParallaxProductos, .LogoParallaxProductos, .proveedores h1, .logoProveedores{
    display: inline-block;
}
.NuestrosProductos{
    font-family: 'Montserrat-Bold';
    margin: 10px 0;
}
.TitleDuromar, .TitleMagnaflux, .TitleLoctite, .TitleCopaltite{
    border-left: 4px solid;
    padding-left: 20px;
}
.TitleDuromar{
    color: #d02433;
    border-color: #d02433;
}
.TitleMagnaflux{
    color: #62bb46;
    border-color: #62bb46;
}
.TitleLoctite{
    color: #ff0000;
    border-color: #ff0000;
}
.TitleCopaltite{
    color: #073152;
    border-color: #073152;
}
.contenedorProductos{
    text-align: justify;
    margin: 4% 2%;
}
.imgTarPrincipal{
    border-radius: 7px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.textImg, .textImgP, .textImgE{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 5px;
    padding: 30px 20px;
    color: black;
    position: relative;
}
.textImg, .textImgP{
    width: 95%;
    margin: -10px auto 0 auto;
}
.textImg{
    height: 280px;
}
.textImgP{
    height: 560px;
}
.textImgE{
    height: 490px;
}
.btn-duromar, .btn-magnaflux, .btn-loctite, .btn-aervoe{
    color: white;
    transition: .5s all ease-in-out;
    border: 2px solid;
    padding: 9px 13px;
    display: block;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 130px;
    text-align: center;
}
.btn-duromar{
    background-color: #d02433;
    border-color: #d02433;
}
.btn-magnaflux{
    background-color: #62bb46;
    border-color: #62bb46;
}
.btn-loctite{
    background-color: #f00;
    border-color: #f00;
}
.btn-aervoe{
    background-color: #00398b;
    border-color: #00398b;
}
.btn-duromar:hover, .btn-magnaflux:hover, .btn-loctite:hover, .btn-aervoe:hover{
    background-color: transparent;
    border: 2px solid;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    width: 150px;
}
.btn-duromar:hover{
    border-color: #d02433;
    color: #d02433;
}
.btn-magnaflux:hover{
    border-color: #62bb46;
    color: #62bb46;
}
.btn-loctite:hover{
    border-color: #f00;
    color: #f00;
}
.btn-aervoe:hover{
    border-color: #00398b;
    color: #00398b;
}
.listCaracteristica li{
    list-style-image: url(../img/circle.png);
    list-style-position: inside;
}
.aplicaciones strong, .caracteristicas strong{
    color: #ff6a00;
}
.Table{
    border: 5px solid #fff;
    box-shadow: 0 0px 1px 0 rgba(0,0,0, 0.5);
    margin: 20px 0;
}
.Table thead{
    line-height: 1.3;
    color: white;
}
.DuromarT thead{
    background-color: #d02433;
}
.Table th{
    padding: 10px 0;
}
.Table td{
    padding: 3px 0;
}
.Table th, .Table td{
    text-align: center;
    width: 10%;
}
.DuromarT tr>td:first-child{
    font-size: 10px;
}
.Table tbody tr:nth-child(2n){
    background-color: #F4E9A1;
}
.ModoUso{
    border: 1px solid #afacac;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 10px 5px;
}
.contenedorModo{
    margin: 0 5px;
    width: 100%;
    flex: auto;
}
.picture{
    height: 262px;
}
.picture img{
    border: 2px solid #000;
}
.picture figcaption{
    text-align: justify;
    font-size: 11px;
    color: black;
}
.Interior{
    margin: 20px 0;
}
.Gray{
    color: gray;
    font-family: 'Montserrat-SemiBold';
}
.Yellow{
    color: yellow;
    font-family: 'Montserrat-SemiBold';
}
.Black{
    font-family: 'Montserrat-SemiBold';
    color: black;
}
.Red{
    color: red;
    font-family: 'Montserrat-SemiBold';
}
.Green{
    color: #62bb46;
    font-family: 'Montserrat-SemiBold';
}
.EBlue{
    color: #012863;
    font-family: 'Montserrat-SemiBold';
}
.FGreen{
    color: green;
}
.Ambar{
    color: #DD9A0E;
}
.LGreen{
    color: greenyellow;
}
.LBlue{
    color: #00b0f0;
}
.Violeta{
    color: #6F15B5;
}
.Brown{
    color: saddlebrown;
}
.CProtenco{
    color: #f58733;
}
.White{
    color: white;
}
.AGreen{
  color: #91d9f7;  
}
.WD_blue{
     color: #00398b;
}
.titleEquipos{
    padding: 5px 15px;
    background: linear-gradient(90deg, #bcbaba, rgba(255,255,255,0), rgba(255,255,255,0));
    margin: 0 0 20px 0;
    position: relative;
}
.titleEquipos h1{
    font-size: 25px;
    font-family: 'Montserrat-SemiBold';
}
.titleEquipos::after{
    content: '';
    position: absolute;
    border-top: 1px solid #333;
    top: -12px;
    left: 0;
    width: 100%;
}
.TableTwo{
    text-align: left;
    margin: 20px 0;
    color: black;
}
.TableTwo th{
    color: white;
    background-color: #f00;
    text-align: center;
    padding: 5px 0 !important;
}
.TableTwo th, .TableTwo td{
    border: 1px solid #000;
    padding: 7px 25px;
    width: 25%;
}
.TableTwo tbody{
    line-height: 1.2;
    font-size: 11px;
}
.TableTwo tbody td:first-child{
    font-size: 25px;
}
.TableTwo tbody td:first-child, .TableTwo tbody td:last-child{
    text-align: center;
}
.imgFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxCopaltite{
    background-color: #f9efe0;
    border-radius: 7px;
    padding: 20px;
    width: 80%;
}
.DieFont{
    font-size: 16px;
}
.MarginEp{
    margin: 20px 0;
}
.NewBox{
    border: 1px solid #000;
    padding: 0 0 10px 0;
}
.NewBox article{
    color: black;
}
.headerBoxCopaltite{
    background-color: #019ED3;
    margin: 1px;
    padding: 0 10px;
}
.BoxProductSpecial{
    border: 1px solid #f58733;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.subTitleProductSpecial{
    background-color: #f58733;
    font-size: 15px;
    padding: 3px 0 3px 10px;
    margin: 1px 1px 0 1px;
}
.titleProductSpecial{
    font-size: 25px;
}
.textProductSpecial{
    padding: 20px;
    width: 80%;
    display: inline-block;
}
.imgProductSpecial{
    width: 29%;
    position: absolute;
    right: 20px;
    top: -16px;
}
.etiquetaProductSpecial{
    background-color: #f58733;
    border: 1px solid #ccc;
    padding: 5px;
}
.borderBottom{
    margin-bottom: 40px;
}
.borderTop::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    border-top: 1px solid #ccc;
    margin-top: -15px;
}
.paddingSpecial{
    padding: 0 30px;
}
.Performance{
    font-size: 20px;
}
/*===========contacto=============*/
.sectionContacto{
    background-image: url(../img/contacto1.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}
.textContact{
    font-family: 'Montserrat-Medium';
    color: white;
    height: 438px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textContact div{
    padding: 0 30px;
}
.textContact h1{
    margin: 0 0 30px 0;
}
.FormularioP{
    background-color: white;
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    border-radius: 7px;
}
.FormularioP h1{
    font-size: 30px;
    text-align: center;
}
.FormularioP h1 strong{
    color: #e06f29;
}
.inputFormulario{
    display: block;
    margin: 10px auto;
    width: 90%;
    padding: 7px 10px;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    max-height: 116px;
    max-width: 90%;
}
.buttonFP{
    border: 2px solid #e06f29;
    background-color: transparent;
    color: #e06f29;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    width: 60%;
    transition: .5s all ease-in-out;
}
.buttonFP:hover{
    background-color: #e06f29;
    color: white;
}
.subTitleMag, .subTitleDu{
    font-weight: bold;
    margin: 7px 0;
}
.subTitleMag{
    color: #e06f29;
}
.subTitleDu{
    color: #7DCEE3;
}
.Equipo{
    margin: 20px 0;
}
/*=======Panelconfirmacion=========*/
.PanelConfirmacion, .PanelConfirmacionOne{
    background-color: #51A9F1;
    border-radius: 10px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 1;
}
.PanelConfirmacionOne{
    position: fixed;
    bottom: 5%;
    right: 3%;
    width: 35%;
}
.imgConfirmacion{
    width: 30%;
    margin: 20px auto;
}
.buttonRegresar{
    border: 2px solid #e06f29;
    border-radius: 7px;
    padding: 7px 25px;
    background-color: #e06f29;
    color: white;
    transition: .5s all ease-in-out;
}
.buttonRegresar:hover{
    background-color: transparent;
    color: #e06f29;
}
.arribair {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background: #f58733;
    border: 1px solid #f58733;
    border-radius: 7px;
    padding: 10px;
}
.CardDownload{
    padding: 20px;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    /*background-color: #f58733;*/
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 170px;
}
.textCard{
    width: 60%;
    text-align: justify;
}
.figureCard{
    margin: auto;
    box-shadow: 0 15px 25px rgba(41, 41, 58, .4);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transition: .3s all ease-in-out;
}
.figureCard:hover{
    width: 90px;
    height: 90px;
    box-shadow: 0 15px 25px rgba(41, 41, 58, .4);
}
.FontMedium{
    font-size: 15px;
}
.FontSmall{
    font-size: 10px;
}
/*=========FontStyleSpecial===========*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}
/*=========FontStyleSpecial===========*/
.figureSmall{
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #474545;
    border: 4px solid #ccc;
}
.ModalProtenco input, .ModalProtenco textarea{
    min-width: 100%;
    max-width: 100%;
}
.headerCotizacion{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoCotizacion{
    width: 30%;
    margin-right: 30px;
}
.flex-direction{
     flex-direction: column;
     justify-content: center;
     align-items: left;
}
/*963411622*/